Slope Constructor (Int32, Boolean) |
Creates new instance of Slope technical indicator with point window.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public Slope(
int period,
bool useDateTime
)
Parameters
- period
- Type: SystemInt32
Number of values to use for calculation. - useDateTime
- Type: SystemBoolean
Use event time or serial number for calculation.
See Also