IntradayMomentumIndex

StockSharp.Algo.Indicators

Intraday Momentum Index (IMI) indicator.

Наследует: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>

Конструкторы

IntradayMomentumIndex()

Initializes a new instance of the IntradayMomentumIndex.

Свойства

Measure : IndicatorMeasures

IndicatorMeasures.

Методы

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Возвращает: The new value of the indicator.

Reset()

Reset state.