Is it possible to store the HTML detailed report that is default in MT4 after each Optimization Pass?
-
Hi, I'm trying to make the EA store a HTML detailed report after each pass has succefully achieved a minimun profit, however i cannot find the command in MQL4 to achieve this.
I know you can do it from the .ini files, but it won't happen after each optimization pass, only after a backtest.
Can someone throw some light here please?
-
Wow. Toucing the .ini file is a serious thing. Are you sure that is teh way to do it? I'm not a coder, but I can tell you be very careful if doing that.
-
It's ok, I can read code (it takes me a lot of time), and touching the .ini files get me in no trouble. I have already learned how to make it it run from the CMD (Windows), however I am looking for a way to put them inside the EA, so I can produce Reports enough to make the tests.
-
I know there are excellent coders here. Sadly, not me :(. I hope someone will be able to help you.