IPivotPointsValue

StockSharp.Algo.Indicators

PivotPoints Indikatorwert.

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

Eigenschaften

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

Erhält den Pivot Point-Wert.

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

Erhält den Pivot Point-Wert.

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

Erhält den R1-Wert.

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

Erhält den R1-Wert.

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

Erhält den R2-Wert.

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

Erhält den R2-Wert.

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

Erhält den S1-Wert.

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

Erhält den S1-Wert.

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

Erhält den S2-Wert.

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

Erhält den S2-Wert.