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

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

Возвращает: Строковое представление.