PivotPointsValue

StockSharp.Algo.Indicators

Pivot Points indicator value implementation.

继承自: ComplexIndicatorValue<PivotPoints>

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

构造函数

PivotPointsValue(PivotPoints, DateTime)

Pivot Points indicator value implementation.

indicator
The parent Pivot Points indicator.
time
Time associated with this indicator value.

属性

PivotPoint : decimal?

Gets the Pivot Point value.

PivotPointValue : IIndicatorValue

Gets the Pivot Point value.

R1 : decimal?

Gets the R1 value.

R1Value : IIndicatorValue

Gets the R1 value.

R2 : decimal?

Gets the R2 value.

R2Value : IIndicatorValue

Gets the R2 value.

S1 : decimal?

Gets the S1 value.

S1Value : IIndicatorValue

Gets the S1 value.

S2 : decimal?

Gets the S2 value.

S2Value : IIndicatorValue

Gets the S2 value.

方法

ToString() : string

Преобразовать к строковому представлению.

返回值: Строковое представление.