MeanDeviation

StockSharp.Algo.Indicators

Average deviation.

Erbt von: DecimalLengthIndicator

Konstruktoren

MeanDeviation()

Initializes a new instance of the MeanDeviation.

Eigenschaften

Measure : IndicatorMeasures

IndicatorMeasures.

Sma : SimpleMovingAverage

Moving Average.

Methoden

CalcIsFormed() : bool

Calc IsFormed.

Rückgabe: IsFormed

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Rückgabe: The new value of the indicator.

Reset()

Reset state.