IntradayMomentumIndex

StockSharp.Algo.Indicators

Intraday Momentum Index (IMI) Indikator.

Erbt von: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>

Konstruktoren

IntradayMomentumIndex
public IntradayMomentumIndex()
intradayMomentumIndex = IntradayMomentumIndex()

Initialisiert eine neue Instanz von IntradayMomentumIndex.

Eigenschaften

Measure
public override IndicatorMeasures Measure { get; }
value = intradayMomentumIndex.Measure

IndicatorMeasures.

Methoden

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = intradayMomentumIndex.OnProcessDecimal(input)

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
intradayMomentumIndex.Reset()

Zustand zurücksetzen.