MeanDeviation

StockSharp.Algo.Indicators

Average deviation.

Inherits: DecimalLengthIndicator

Constructors

MeanDeviation()

Initializes a new instance of the MeanDeviation.

Properties

Measure : IndicatorMeasures

IndicatorMeasures.

Sma : SimpleMovingAverage

Moving Average.

Methods

CalcIsFormed() : bool

Calc IsFormed.

Returns: IsFormed

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset()

Reset state.