i finally finished my system development and started backtesting.
I am backtesting using 10 years of ES intraday tick data, and analyzed all the losers (it's an intraday system that only makes a few trades a week, so really isnt that many cases to eyeball over). Anyway, i noticed of all the losers majority took big loss due to my stop loss been set way too high.
So i modified the system logic for stop loss to be a lot narrower, for example instead of having a 1:2 reward/risk (take profit once reach 4pt, hit stop loss once reach 8pt). I changed it to 1:1 (4pt profit, 4pt stop loss). This in term increased the p&l of my backtesting significantly.
Now the question i have is this curve fitting? I dont want to tweak backtesting so it looks good while failing miserably in production. Thanks
I am backtesting using 10 years of ES intraday tick data, and analyzed all the losers (it's an intraday system that only makes a few trades a week, so really isnt that many cases to eyeball over). Anyway, i noticed of all the losers majority took big loss due to my stop loss been set way too high.
So i modified the system logic for stop loss to be a lot narrower, for example instead of having a 1:2 reward/risk (take profit once reach 4pt, hit stop loss once reach 8pt). I changed it to 1:1 (4pt profit, 4pt stop loss). This in term increased the p&l of my backtesting significantly.
Now the question i have is this curve fitting? I dont want to tweak backtesting so it looks good while failing miserably in production. Thanks