IAroonValue

StockSharp.Algo.Indicators

Aroon indicator value.

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

Properties

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

Gets the Down value.

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

Gets the Down value.

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

Gets the Up value.

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

Gets the Up value.