VolumeWeightedMovingAverage

StockSharp.Algo.Indicators

Volume weighted moving average.

Hereda de: DecimalLengthIndicator

Constructores

VolumeWeightedMovingAverage()

To create the indicator VolumeWeightedMovingAverage.

Métodos

CalcIsFormed() : bool

Calc IsFormed.

Devuelve: IsFormed

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Devuelve: The new value of the indicator.

Reset()

Reset state.