Syntax
Public Function CommodityChannelIndex(period As Integer) As String |
The CCI was developed by Donald Lambert. The purpose of this indicator is to identify cyclical turns in commodities.
This indicator oscillates between an overbought and oversold condition and works best in a sideways market.
Parameters
Key | Description |
Period | Period as integer value |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also