VortexPart

StockSharp.Algo.Indicators

Der Teil des Vortex-Indikators.

Erbt von: DecimalLengthIndicator

Konstruktoren

VortexPart
public VortexPart(bool isPositive)
vortexPart = VortexPart(isPositive)

Initialisiert eine neue Instanz von VortexPart.

isPositive
IsPositive

Eigenschaften

IsPositive
public bool IsPositive { get; }
value = vortexPart.IsPositive

Ist dies der positive (+VI) oder negative (-VI) Teil.

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

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

Methoden

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

Calc IsFormed.

Rückgabe: IsFormed

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
vortexPart.Reset()

Zustand zurücksetzen.