AroonValue

StockSharp.Algo.Indicators

Aroon indicator value implementation.

Inherits: ComplexIndicatorValue<Aroon>

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

Constructors

AroonValue
public AroonValue(Aroon indicator, DateTime time)
aroonValue = AroonValue(indicator, time)

Aroon indicator value implementation.

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

Properties

Down
public decimal? Down { get; }
value = aroonValue.Down

Gets the Down value.

DownValue
public IIndicatorValue DownValue { get; }
value = aroonValue.DownValue

Gets the Down value.

Up
public decimal? Up { get; }
value = aroonValue.Up

Gets the Up value.

UpValue
public IIndicatorValue UpValue { get; }
value = aroonValue.UpValue

Gets the Up value.

Methods

ToString
public override string ToString()
result = aroonValue.ToString()

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

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