VariablePeriodCCI

Parent Previous Next

VariablePeriodCCI(Price, Periods);


Price - Is the price that the indicator should be calculated on.


Periods - This is an array or value containing the periods that should be used to calculate the CCI at each point. Most often the input here would be some kind of adaptor like the HomodyneDescriminator.


CCI can be used to identify overbought and oversold levels. A security would be deemed oversold when the CCI dips below -100 and overbought when it exceeds +100. From oversold levels, a buy signal might be given when the CCI moves back above -100. From overbought levels, a sell signal might be given when the CCI moves back below +100.