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))]
public class WoodiesCCI : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
WoodiesCCI
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

WoodiesCCI()

Initializes a new instance of the WoodiesCCI.

public WoodiesCCI()

Properties

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

Methods

ToString()

public override string ToString()

Returns

string