[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cci classic code



PureBytes Links

Trading Reference Links

I am trying to figure out why the second indicator lags by 6 minutes.
when the first is hooking up for example, the second takes 6 minutes
before it follows. I don't understand this, no settings help. If you
get time maybe you could put them on a chart and try them! 

the cci classic f is the one that doesnt perform.
cci classic
Inputs: Length1(6),  CCILong(100), CCIShort(-100);


cci classic f

Inputs: Length1(4), length2(6), CCILong(100), CCIShort(-100);

Plot1(CCIClassic(Length1), "CCI" );

plot2(CCIClassic(length2), "CCI");