PivotPointsValue

StockSharp.Algo.Indicators

Pivot Points Indikatorwert Implementierung.

Erbt von: ComplexIndicatorValue<PivotPoints>

Implementiert: IPivotPointsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

PivotPointsValue
public PivotPointsValue(PivotPoints indicator, DateTime time)
pivotPointsValue = PivotPointsValue(indicator, time)

Pivot Points Indikatorwert Implementierung.

indicator
Der übergeordnete Pivot Points Indikator.
time
Zeit, die diesem Indikatorwert zugeordnet ist.

Eigenschaften

PivotPoint
public decimal? PivotPoint { get; }
value = pivotPointsValue.PivotPoint

Erhält den Pivot Point-Wert.

PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = pivotPointsValue.PivotPointValue

Erhält den Pivot Point-Wert.

R1
public decimal? R1 { get; }
value = pivotPointsValue.R1

Erhält den R1-Wert.

R1Value
public IIndicatorValue R1Value { get; }
value = pivotPointsValue.R1Value

Erhält den R1-Wert.

R2
public decimal? R2 { get; }
value = pivotPointsValue.R2

Erhält den R2-Wert.

R2Value
public IIndicatorValue R2Value { get; }
value = pivotPointsValue.R2Value

Erhält den R2-Wert.

S1
public decimal? S1 { get; }
value = pivotPointsValue.S1

Erhält den S1-Wert.

S1Value
public IIndicatorValue S1Value { get; }
value = pivotPointsValue.S1Value

Erhält den S1-Wert.

S2
public decimal? S2 { get; }
value = pivotPointsValue.S2

Erhält den S2-Wert.

S2Value
public IIndicatorValue S2Value { get; }
value = pivotPointsValue.S2Value

Erhält den S2-Wert.

Methoden

ToString
public override string ToString()
result = pivotPointsValue.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.