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 値を取得します。