IntradayMomentumIndex

StockSharp.Algo.Indicators

Intraday Momentum Index (IMI) indicator.

Inherits: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>

Constructors

IntradayMomentumIndex()

Initializes a new instance of the IntradayMomentumIndex.

Properties

Measure : IndicatorMeasures

IndicatorMeasures.

Methods

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset()

Reset state.