LinearReg
StockSharp.Algo.Indicators
Linear regression - Value returns the last point prediction.
Наследует: DecimalLengthIndicator
Конструкторы
LinearReg()
Initializes a new instance of the LinearReg.
Методы
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Возвращает: The new value of the indicator.
Reset()
Reset state.