It looks like my speed-reading skills are not up to scratch anymore, if everyone else on here is reading this whole thread! There's >1500 posts. I started this morning but gave up on page 5 - lame, I know.
Anyway, CC was kind enough to take time out of nappy changing to email me his ebook, and my sole intention over the last 6 hours has been to automate it successfully in NinjaTrader. Don't know whether I can announce success though. I think there's too much discretion required that I can't put down in code.
I said I took 6 hours doing this but actually a couple of those were wasted because I coded it up against the 5min, 2min and 4hour timeframes instead of the 5min, 60min & 4 hour TFs - doh!
Looking at the results, and I don't know how this compares to LBranjord's EA, I only managed to get 30 pips per month out of it and that doesn't take transaction costs into account.
That is across 10 currency pairs though, so if I were to pick and choose I guess it would be better! I can tell you it absolutely hates the Swissie, the Can$ and the €-Swiss cross. So if I dump out those pairs it increases the profit from 135K over 4.5 years to 160K.
I tested it from 2006 to June this year.
I did it by the book (the e-book) so 60 period MA on 4hr, 60min & 5min timeframes.
I enter when they all line up - on close of the bar - by putting a break-out stop at the most recent high (although I use 3 bars before and 2 bars after as my definition of a high) plus vice-versa for shorts.
Like LBranjord's EA, I used the 60min ATR as the stop loss but I put in 10 times the 4 hour ATR as a target. Just 1 times the ATR as a target didn't work at all. Risk vs reward is multo importante on this system I guess.
I coded up the "get out when it turns bad" advice from CC and it made the system profitable - without that, it would just lose all the time everywhere:
So when long for example, get out if the price drops below the 60min MA and below the most recent lowest low.
This is all tested on IQ-Feed 1 min bars for the raw data input. I don't really trust it to hold up in real-time and since it's not producing significant profits anyway, I wondering whether I can do anything more to it or whether I should just give it up as something you just need discretion to trade.
There are probably one or two more things I can glean from the e-book. For instance, I can restrict the hours it trades.
Any feedback?