ExponentialMovingAverage
StockSharp.Algo.Indicators
Exponential Moving Average.
Наследует: DecimalLengthIndicator
Конструкторы
ExponentialMovingAverage()
Initializes a new instance of the ExponentialMovingAverage.
Методы
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Возвращает: The new value of the indicator.
Reset()
Reset state.