PivotPointsValue

StockSharp.Algo.Indicators

要点指标价值执行情况。

继承自: ComplexIndicatorValue<PivotPoints>

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

构造函数

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

要点指标价值执行情况。

indicator
母偏点指标 。
time
与该指标值相接的时间。

属性

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

获得枢轴点值。

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

获得枢轴点值。

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

获得 R1 值 。

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

获得 R1 值 。

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

获得 R2 值 。

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

获得 R2 值 。

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

获得S1值。

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

获得S1值。

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

获得S2值.

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

获得S2值.

方法

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

转换为行代表.

返回值: 弦乐表演.