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