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

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

返回值: Строковое представление.