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
-
IPersistableICloneable<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
Measure
public override IndicatorMeasures Measure { get; }
Property Value
SMALength
The period length of SMA.
[Display(ResourceType = typeof(LocalizedStrings), Name = "SMA", Description = "SimpleMovingAverage", GroupName = "General")]
public int SMALength { get; set; }
Property Value
Methods
ToString()
public override string ToString()