Table of Contents

Class WoodiesCCI

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Woodies CCI.

[Display(ResourceType = typeof(LocalizedStrings), Name = "WCCI", Description = "WoodiesCCI")]
[IndicatorIn(typeof(CandleIndicatorValue))]
[Doc("topics/api/indicators/list_of_indicators/woodies_cci.html")]
[IndicatorOut(typeof(WoodiesCCIValue))]
public class WoodiesCCI : BaseComplexIndicator<WoodiesCCIValue>, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
WoodiesCCI
Implements
Derived
Inherited Members
Extension Methods

Constructors

WoodiesCCI()

Initializes a new instance of the WoodiesCCI.

public WoodiesCCI()

Properties

Cci

CCI line.

[Browsable(false)]
public CommodityChannelIndex Cci { get; }

Property Value

CommodityChannelIndex

Length

The indicator period.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "IndicatorPeriod", GroupName = "General")]
public int Length { get; set; }

Property Value

int

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

SMALength

The period length of SMA.

[Display(ResourceType = typeof(LocalizedStrings), Name = "SMA", Description = "SimpleMovingAverage", GroupName = "General")]
public int SMALength { get; set; }

Property Value

int

Sma

SMA line.

[Browsable(false)]
public SimpleMovingAverage Sma { get; }

Property Value

SimpleMovingAverage

Methods

CreateValue(DateTimeOffset)

protected override WoodiesCCIValue CreateValue(DateTimeOffset time)

Parameters

time DateTimeOffset

Time

Returns

WoodiesCCIValue

WoodiesCCIValue

ToString()

public override string ToString()

Returns

string