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()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。