ApprovalFlowIndex

StockSharp.Algo.Indicators

Kennzahl des Genehmigungsflussindex.

Erbt von: DecimalLengthIndicator

Konstruktoren

ApprovalFlowIndex
public ApprovalFlowIndex()
approvalFlowIndex = ApprovalFlowIndex()

Initialisiert eine neue Instanz von ApprovalFlowIndex.

Eigenschaften

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

IndicatorMeasures.

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = approvalFlowIndex.NumValuesToInitialize

Anzahl der Werte, die verarbeitet werden müssen, damit der Indikator initialisiert werden kann (be IsFormed @ = ).

Methoden

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
approvalFlowIndex.Reset()

Zustand zurücksetzen.