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
- このインジケータ値に関連付けられた時間。
プロパティ
PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = pivotPointsValue.PivotPointValue
ピボットポイント値を取得します。
メソッド
ToString
public override string ToString()
result = pivotPointsValue.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。