WoodiesCCIValue

StockSharp.Algo.Indicators

Woodies CCI indicator value implementation.

Inherits: ComplexIndicatorValue<WoodiesCCI>

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

Constructors

WoodiesCCIValue(WoodiesCCI, DateTime)

Woodies CCI indicator value implementation.

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

Properties

Cci : decimal?

Gets the CCI value.

CciValue : IIndicatorValue

Gets the CCI value.

Sma : decimal?

Gets the SMA value.

SmaValue : IIndicatorValue

Gets the SMA value.

Methods

ToString() : string

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

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