@Grahal: The picture with the equity curves: The bottom dark blue one, that says “DAX original” is the code that is running on dax today, no optimizing done in NQ at all. (the chart is NQ)
The one curve (top one, light blue) with the “in sample” and “out of sample” is the DAX code on NQ that has been optimized on the “in sample” data only.
All the detailed reports are for US tech (NQ) 1h chart.
O-jay, yes me too, i optmize with in sample/out of sample because i would also like to make sure i dont fuck myself in the ass. But i would also like to at least think that optimizing an algo that looks good in another market, can be optimized on 100% using variables very close to the original code.
I mean u have to optimize stop and target anyways right, might as well do that on 100% of the data seeing how the trades are already “decided” by the algo, but the stop loss and target just maximizes the trades profitability. Wouldnt u want to optimize that part on as many trades as possible so u can better find a “middle ground/good variables”?
And with that in mind, if the algo is robust enough to look good in another market, cant u just tinker a bit with optimizing on as much data as possible? The “core of the algo” seems to be working just fine if ur results are looking almost as good in the original market as the new one?
Im so effing confused about all this and i cant seem to get a really good answer from all the pro traders ive contacted regarding this.
Best answers so far has been from Kevin Davey, who ive mentioned a couple of times, who replied:
“Thanks for the question. I have never built strategies using the process you describe, so I can;t say if it is good or bad. The only real answer with that is trying them live, and seeing if they work or not. I hope this makes sense.”
And so far my methods seem to have been working live so.. im just hoping it dosnt turn to shit in 1 month you know..
Edit: “In podcast, which I have listend, they talked about robust systems should perform somewhat similar in correlating markets. But I havent heard yet whether you should just use the original system or re-optimise it. Or dont apply it on other markets at all.”
This is some of the shit i really hate. Alot of the podcasts and books talk about how your systems should be looking good/decent on similar markets. But ive also heard the opposite in other podcasts and books: That it dosnt need to work on any other markets. Personally i am the most confident in an algo if it looks good in other markets. And i am very sceptical to anything that just falls apart in similar markets. Like if its 90% winning trades and nice profits in DAX, i dont want it to be 10% winning trades in Wall st…
I also have a thought about how its extremly hard (again, my own experiences im talking about) to find “universal” strategies while using indicators as filters and triggers. It seems that if you want good robust universal strategies you have to work with the higher highs/lower lows/daily high/low so forth. That being said my most profitable strategies have been indicator based, so I guess in my own experience a strategy dosnt have to work in all markets, but i would like to see that it dosnt turn to shit in similar markets.
The more it works in other similar markets, the more confident i am in it.