MeanDeviation

StockSharp.Algo.Indicators

Average deviation.

Hereda de: DecimalLengthIndicator

Constructores

MeanDeviation()

Initializes a new instance of the MeanDeviation.

Propiedades

Measure : IndicatorMeasures

IndicatorMeasures.

Sma : SimpleMovingAverage

Moving Average.

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.