LinearReg
StockSharp.Algo.Indicators
Linear regression - Value returns the last point prediction.
Erbt von: DecimalLengthIndicator
Konstruktoren
LinearReg()
Initializes a new instance of the LinearReg.
Methoden
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Rückgabe: The new value of the indicator.
Reset()
Reset state.