PivotPoints

StockSharp.Algo.Indicators

Pivot Points Indikator.

Erbt von: BaseComplexIndicator<IPivotPointsValue>

Konstruktoren

PivotPoints
public PivotPoints()
pivotPoints = PivotPoints()

Initialisiert eine neue Instanz von PivotPoints.

Eigenschaften

PivotPoint
public PivotPointPart PivotPoint { get; }
value = pivotPoints.PivotPoint

Pivot Point.

R1
public PivotPointPart R1 { get; }
value = pivotPoints.R1

Widerstandspegel R1.

R2
public PivotPointPart R2 { get; }
value = pivotPoints.R2

Widerstandspegel R2.

S1
public PivotPointPart S1 { get; }
value = pivotPoints.S1

Unterstützungsstufe S1.

S2
public PivotPointPart S2 { get; }
value = pivotPoints.S2

Unterstützungsstufe S2.

Methoden

CreateValue
protected override IPivotPointsValue CreateValue(DateTime time)
result = pivotPoints.CreateValue(time)

Erstellen .

time
Uhrzeit
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = pivotPoints.OnProcess(input)

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der resultierende Wert.