SmoothedMovingAverage
StockSharp.Algo.Indicators
Promedio de movimiento desmootalado.
Hereda de: DecimalLengthIndicator
Constructores
SmoothedMovingAverage
public SmoothedMovingAverage()
smoothedMovingAverage = SmoothedMovingAverage()
Inicia una nueva instancia de la SmoothedMovingAverage.
Métodos
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = smoothedMovingAverage.OnProcessDecimal(input)
Para manejar el valor de entrada.
- input
- El valor de entrada.
Devuelve: El nuevo valor del indicador.