DirectionalIndexValue

StockSharp.Algo.Indicators

DirectionalIndex indicator value implementation.

継承元: ComplexIndicatorValue<DirectionalIndex>

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

コンストラクター

DirectionalIndexValue(DirectionalIndex, DateTime)

DirectionalIndex indicator value implementation.

indicator
The parent DirectionalIndex indicator.
time
Time associated with this indicator value.

プロパティ

Minus : decimal?

Gets the Minus value.

MinusValue : IIndicatorValue

Gets the Minus value.

Plus : decimal?

Gets the Plus value.

PlusValue : IIndicatorValue

Gets the Plus value.

メソッド

ToString() : string

Преобразовать к строковому представлению.

戻り値: Строковое представление.