Hi ET Gurus,
Before I dive in with this system, I wanted to check with ET gurus here if these numbers are are too good to be true and I may have made error in the back test. Any advice would be appreciated.
Thanks,
Ucicelos
Here's my personal opinion. The numbers are too good to be true. You've a good large sample size, based on that I would not think that the system is heavily curve fitted/optimized but I do think you've some issue in your coding logic. There's not that much edge in an automated strategy. - Again my personal opinion, may be worth less than 2 cents.
Make sure you don't "look ahead" in your backtest and also make sure you trade somewhat liquid underlyings so you have manageable slippage.
Here are some common mistakes that often mess up my system performance numbers:
If I trade futures I don't account for contract changes
If I trade stocks I don't account for dividends
If I trade stocks I use the open price - even on super liquid underlyings (> 1 mill shares/day traded) that's not working until you hit the > 50 mill shares/day category).
I get in on a level but use the wrong price (e.g. high or low of the day rather than the level price)
I mess up my logic by using ANY price input from the next day (or 5 min whatever your interval is) candle
I martingale and end up with 20 independent long or short positions that eventually start working but would give me a heart attack in real life and I'd have to risk the farm to hold them
I often explore an edge that just isn't there when I trade it for real.
-> check out
http://logical-invest.com/. I love their approach and the fact that they publish each strategy but look at the strategy P&L graph where they backtest and where they start trading (live trading start). They've many systems that generate decent return in the backtest for many years and fail in real trading although they probably didn't make any backtesting mistakes. My point is, if you've a P&L graph that looks too good to be true, it probably is.