ConstanceBrownCompositeIndexValue

StockSharp.Algo.Indicators

ConstanceBrownCompositeIndex indicator value implementation.

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

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

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

ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex, DateTime)

ConstanceBrownCompositeIndex indicator value implementation.

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

Свойства

CompositeIndexLine : decimal?

Gets the composite index line value.

CompositeIndexLineValue : IIndicatorValue

Gets the composite index line (main line).

FastSma : decimal?

Gets the fast moving average value.

FastSmaValue : IIndicatorValue

Gets the fast moving average.

SlowSma : decimal?

Gets the slow moving average value.

SlowSmaValue : IIndicatorValue

Gets the slow moving average.

Методы

ToString() : string

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

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