MovingAverageRibbonValue

StockSharp.Algo.Indicators

MovingAverageRibbon indicator value implementation.

Наследует: ComplexIndicatorValue<MovingAverageRibbon>

Реализует: IMovingAverageRibbonValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

MovingAverageRibbonValue(MovingAverageRibbon, DateTime)

MovingAverageRibbon indicator value implementation.

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

Свойства

Averages : decimal?[]

Gets values of all moving averages.

AveragesValues : IIndicatorValue[]

Gets values of all moving averages.

Методы

ToString() : string

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

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