AroonValue

StockSharp.Algo.Indicators

Aroon indicator value implementation.

Erbt von: ComplexIndicatorValue<Aroon>

Implementiert: IAroonValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

AroonValue(Aroon, DateTime)

Aroon indicator value implementation.

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

Eigenschaften

Down : decimal?

Gets the Down value.

DownValue : IIndicatorValue

Gets the Down value.

Up : decimal?

Gets the Up value.

UpValue : IIndicatorValue

Gets the Up value.

Methoden

ToString() : string

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

Rückgabe: Строковое представление.