IntradayMomentumIndex
StockSharp.Algo.Indicators
Intraday Momentum Index (IMI) indicator.
Erbt von: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>
Konstruktoren
IntradayMomentumIndex()
Initializes a new instance of the IntradayMomentumIndex.
Eigenschaften
Measure : IndicatorMeasures
IndicatorMeasures.
Methoden
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Rückgabe: The new value of the indicator.
Reset()
Reset state.