DirectionalIndexValue
StockSharp.Algo.Indicators
DirectionalIndexインジケータ値の実装。
継承元: ComplexIndicatorValue<DirectionalIndex>
実装: IDirectionalIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
コンストラクター
DirectionalIndexValue
public DirectionalIndexValue(DirectionalIndex indicator, DateTime time)
directionalIndexValue = DirectionalIndexValue(indicator, time)
DirectionalIndexインジケータ値の実装。
- indicator
- 親DirectionalIndex@インジケーター。
- time
- このインジケータ値に関連付けられた時間。
プロパティ
MinusValue
public IIndicatorValue MinusValue { get; }
value = directionalIndexValue.MinusValue
マイナス値を取得します。
PlusValue
public IIndicatorValue PlusValue { get; }
value = directionalIndexValue.PlusValue
Plus の値を取得します。
メソッド
ToString
public override string ToString()
result = directionalIndexValue.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。