WilliamsR

StockSharp.Algo.Indicators

Williams Percent Range.

Erbt von: DecimalLengthIndicator

Konstruktoren

WilliamsR
public WilliamsR()
williamsR = WilliamsR()

Initialisiert eine neue Instanz von WilliamsR.

Eigenschaften

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

IndicatorMeasures.

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

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

Methoden

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

Calc IsFormed.

Rückgabe: IsFormed

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
williamsR.Reset()

Zustand zurücksetzen.