IntradayMomentumIndex

StockSharp.Algo.Indicators

Intraday Momentum Index (IMI) indicator.

Hereda de: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>

Constructores

IntradayMomentumIndex()

Initializes a new instance of the IntradayMomentumIndex.

Propiedades

Measure : IndicatorMeasures

IndicatorMeasures.

Métodos

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Devuelve: The new value of the indicator.

Reset()

Reset state.