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
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
Sma
SMA line.
[Browsable(false)]
public SimpleMovingAverage Sma { get; }
Property Value
Methods
CreateValue(DateTimeOffset)
Create WoodiesCCIValue.
protected override WoodiesCCIValue CreateValue(DateTimeOffset time)
Parameters
time
DateTimeOffset
Returns
ToString()
public override string ToString()