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.
R1Value
public IIndicatorValue R1Value { get; }
value = iPivotPointsValue.R1Value
Erhält den R1-Wert.
R2Value
public IIndicatorValue R2Value { get; }
value = iPivotPointsValue.R2Value
Erhält den R2-Wert.
S1Value
public IIndicatorValue S1Value { get; }
value = iPivotPointsValue.S1Value
Erhält den S1-Wert.
S2Value
public IIndicatorValue S2Value { get; }
value = iPivotPointsValue.S2Value
Erhält den S2-Wert.