WoodiesCCIValue

StockSharp.Algo.Indicators

Woodies CCI indicator value implementation.

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

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

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

WoodiesCCIValue(WoodiesCCI, DateTime)

Woodies CCI indicator value implementation.

indicator
The parent Woodies CCI indicator.
time
Time associated with this indicator value.

Свойства

Cci : decimal?

Gets the CCI value.

CciValue : IIndicatorValue

Gets the CCI value.

Sma : decimal?

Gets the SMA value.

SmaValue : IIndicatorValue

Gets the SMA value.

Методы

ToString() : string

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

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