IWoodiesCCIValue
StockSharp.Algo.Indicators
WoodiesCCI indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
CciValue
public IIndicatorValue CciValue { get; }
value = iWoodiesCCIValue.CciValue
Gets the CCI value.
SmaValue
public IIndicatorValue SmaValue { get; }
value = iWoodiesCCIValue.SmaValue
Gets the SMA value.