AroonValue

StockSharp.Algo.Indicators

Aroon indicator value implementation.

继承自: ComplexIndicatorValue<Aroon>

实现: IAroonValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

构造函数

AroonValue(Aroon, DateTime)

Aroon indicator value implementation.

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

属性

Down : decimal?

Gets the Down value.

DownValue : IIndicatorValue

Gets the Down value.

Up : decimal?

Gets the Up value.

UpValue : IIndicatorValue

Gets the Up value.

方法

ToString() : string

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

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