VolumeWeightedMovingAverage
StockSharp.Algo.Indicators
Volume weighted moving average.
Наследует: DecimalLengthIndicator
Конструкторы
VolumeWeightedMovingAverage()
To create the indicator VolumeWeightedMovingAverage.
Методы
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Возвращает: The new value of the indicator.
Reset()
Reset state.