WeightedMovingAverage
StockSharp.Algo.Indicators
Weighted moving average.
Hereda de: DecimalLengthIndicator
Constructores
WeightedMovingAverage()
Initializes a new instance of the WeightedMovingAverage.
Métodos
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Devuelve: The new value of the indicator.
Reset()
Reset state.