IPivotPointsValue

StockSharp.Algo.Indicators

PivotPoints指标值.

实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

属性

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

获得枢轴点值。

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

获得枢轴点值。

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

获得 R1 值 。

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

获得 R1 值 。

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

获得 R2 值 。

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

获得 R2 值 。

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

获得S1值。

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

获得S1值。

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

获得S2值.

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

获得S2值.