AverageDirectionalIndexValue

StockSharp.Algo.Indicators

AverageDirectionalIndexインジケータ値の実装。

継承元: ComplexIndicatorValue<AverageDirectionalIndex>

実装: IAverageDirectionalIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

コンストラクター

AverageDirectionalIndexValue
public AverageDirectionalIndexValue(AverageDirectionalIndex indicator, DateTime time)
averageDirectionalIndexValue = AverageDirectionalIndexValue(indicator, time)

AverageDirectionalIndexインジケータ値の実装。

indicator
親AverageDirectionalIndex@インジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

Dx
public IDirectionalIndexValue Dx { get; }
value = averageDirectionalIndexValue.Dx

Dx 値を取得します。

MovingAverage
public decimal? MovingAverage { get; }
value = averageDirectionalIndexValue.MovingAverage

移動平均値を取得します。

MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = averageDirectionalIndexValue.MovingAverageValue

移動平均値を取得します。

メソッド

ToString
public override string ToString()
result = averageDirectionalIndexValue.ToString()

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

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