VolumeWeightedMovingAverage
StockSharp.Algo.Indicators
Volume weighted moving average.
Erbt von: DecimalLengthIndicator
Konstruktoren
VolumeWeightedMovingAverage()
To create the indicator VolumeWeightedMovingAverage.
Methoden
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Rückgabe: The new value of the indicator.
Reset()
Reset state.