ChaikinMoneyFlow

StockSharp.Algo.Indicators

Chaikin Money Flow (CMF) Indikator.

Erbt von: DecimalLengthIndicator

Konstruktoren

ChaikinMoneyFlow
public ChaikinMoneyFlow()
chaikinMoneyFlow = ChaikinMoneyFlow()

Initialisiert eine neue Instanz von ChaikinMoneyFlow.

Eigenschaften

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

IndicatorMeasures.

Methoden

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
chaikinMoneyFlow.Reset()

Zustand zurücksetzen.