MoneyFlowIndex

StockSharp.Algo.Indicators

Money Flow Index.

Erbt von: DecimalLengthIndicator

Konstruktoren

MoneyFlowIndex
public MoneyFlowIndex()
moneyFlowIndex = MoneyFlowIndex()

Initialisiert eine neue Instanz von MoneyFlowIndex.

MoneyFlowIndex
public MoneyFlowIndex(int length)
moneyFlowIndex = MoneyFlowIndex(length)

Initialisiert eine neue Instanz von MoneyFlowIndex.

length
Periodendauer.

Eigenschaften

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

IndicatorMeasures.

Methoden

CalcIsFormed
protected override bool CalcIsFormed()
result = moneyFlowIndex.CalcIsFormed()

Calc IsFormed.

Rückgabe: IsFormed

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
moneyFlowIndex.Reset()

Zustand zurücksetzen.