Indicators: CCI Simple Experiment

 

CCI Simple Experiment:

CCI experiment using adaptive calculation period.

Author: Mladen Rakic

 

Whats the calcualtion being used used

 
The indicator doesn't appear, when CCI calculating period is short.
 
yunnon:
The indicator doesn't appear, when CCI calculating period is short.

Change line 140 to this :

 period = MathMax(MathCeil(pperiod*(-MathLog(vhf))),1);
 
Mladen Rakic:

Change line 140 to this :

Thanks a lot.