VolumeWeightedMovingAverage
StockSharp.Algo.Indicators
Volume weighted moving average.
Herda de: DecimalLengthIndicator
Construtores
VolumeWeightedMovingAverage()
To create the indicator VolumeWeightedMovingAverage.
Métodos
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Retorna: The new value of the indicator.
Reset()
Reset state.