WoodiesCCI
StockSharp.Algo.Indicators
Woodies CCI.
Inherits: BaseComplexIndicator<IWoodiesCCIValue>
Constructors
WoodiesCCI
public WoodiesCCI()
woodiesCCI = WoodiesCCI()
Initializes a new instance of the WoodiesCCI.
Properties
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.
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: Строковое представление.