WoodiesCCI

StockSharp.Algo.Indicators

Woodies CCI.

Inherits: BaseComplexIndicator<IWoodiesCCIValue>

Constructors

WoodiesCCI
public WoodiesCCI()
woodiesCCI = WoodiesCCI()

Initializes a new instance of the WoodiesCCI.

Properties

Cci
public CommodityChannelIndex Cci { get; }
value = woodiesCCI.Cci

CCI line.

Length
public int Length { get; set; }
value = woodiesCCI.Length
woodiesCCI.Length = value

The indicator period.

Measure
public override IndicatorMeasures Measure { get; }
value = woodiesCCI.Measure

IndicatorMeasures.

Sma
public SimpleMovingAverage Sma { get; }
value = woodiesCCI.Sma

SMA line.

SMALength
public int SMALength { get; set; }
value = woodiesCCI.SMALength
woodiesCCI.SMALength = value

The period length of SMA.

Methods

CreateValue
protected override IWoodiesCCIValue CreateValue(DateTime time)
result = woodiesCCI.CreateValue(time)

Create .

time
Time
ToString
public override string ToString()
result = woodiesCCI.ToString()

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

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