IntradayMomentumIndex

StockSharp.Algo.Indicators

Intraday Momentum Index (IMI) indicator.

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

Construtores

IntradayMomentumIndex()

Initializes a new instance of the IntradayMomentumIndex.

Propriedades

Measure : IndicatorMeasures

IndicatorMeasures.

Métodos

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Retorna: The new value of the indicator.

Reset()

Reset state.