VolumeWeightedMovingAverage
StockSharp.Algo.Indicators
Volume weighted moving average.
Inherits: DecimalLengthIndicator
Constructors
VolumeWeightedMovingAverage()
To create the indicator VolumeWeightedMovingAverage.
Methods
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset()
Reset state.