CommodityChannelIndex
StockSharp.Algo.Indicators
Commodity Channel Index.
Inherits: DecimalLengthIndicator
Constructors
CommodityChannelIndex()
Initializes a new instance of the CommodityChannelIndex.
Properties
Measure : IndicatorMeasures
IndicatorMeasures.
Methods
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset()
Reset state.