Thursday, July 31, 2008

CCI cucca popper

I looked at the CCI indicator in a previous post exploring technical behavior of the VIX:
http://bzbtrader.blogspot.com/2008/06/vix-and-cci.html

Based on yesterday's RSI system improvement using a conditional MA suggested by Clueless, I decided to test the same concept on the CCI. The results are very impressive and I actually favor the CCI model in lieu of the RSI model.
Here's why:
Both the CCI and RSI generate approx. the same number of trades.
The RSI produces about 18% more total gain than the CCI but, and this is big . . .
The max drawdown on the CCI system is 50% of the RSI system.
The largest losing trade and the average losing trade on the CCI are 25% of the RSI system.
Max drawdown on the CCI long trades is 25% of the RSI system.

Although the CCI system generates a lower overall return, it does so with considerably less drawdown risk using no stops. The CCI system as presented clearly favors the long side trades and a continuing area of research is improvement of the short side trades. This may be accomplished by varying the entries/exits triggers based on the open/close and a number of other variables.
The goal is to keep the system as simple as possible, while generating consistent returns.
Here's the TS2000i code to use for further testing. As noted in yesterday's post, there's some variation in verbiage when transposing to TS8 format.
Anyone caring to share those nuances, please submit as comment.
TS sets the range of the CCI at -100 to 100. Other platforms using the CCI indicator may use a default range of -150 to 150 or 0 to 100. Make sure to check the embedded CCI range before testing the settings noted here or your results may be substantially different.
Also as noted yesterday, further testing on a fractal time frame is required to confirm the robustness and reliability of the system.

3 comments:

sysin3 said...

seems to work in TS 8.3, adapted from one of yours

inputs:
RsiLength(2),
Oversold(2),
Overbought(90),
Oversold2(32),
Overbought2(98),
CciLen(8),
Oversold3(32),
Overbought3(78),
Oversold4(32),
Overbought4(86);

If currentbar > 1
and RSI(close, RsiLength) > Overbought
and CCI(CciLen) > Overbought2
then sell short this bar on close;

If RSI(close, RsiLength) < Oversold
and CCI(CciLen) < Oversold2
then buy to cover this bar on close;

If currentbar > 1
and RSI(close, RsiLength) < Oversold3
and CCI(CciLen) < Overbought4
then buy this bar on close;

If RSI(close, RsiLength) > Overbought3
and CCI(CciLen) > Overbought4
then sell this bar on close;


p.s. just because I'm a lazy old coot (like Cucca) if you would cut and paste the code, rather than a screen shot ... it would save me a lot of typing and possibility of screwing it up.

Cuccaa said...

Yea, see, this is what I'm talking about, I asked about getting the "popper" system in TS 8.3, and Sysin wouldn't tell me, but he tells YOU!!!! I see where your loyalties lie, you like BZ a LOT better than me, sniff sniff!!!!

Cuccaa said...

I'm thinking of just shutting the site down, and going around and making obnoxious comments on other sites, whooooo hoooooo, it's a lot more fun!!!!