Is it Possible to save a report after a ST or Optimization pass?
-
 I'm currently looking for a way for it to save a backtest just as it has finished (if it has enough Net profit, PF and other Factors), is there a way for it to save the backtest report? like this file, the usual HTML report of the backtest Basic Report . Is there a way to do this? since generating sets it's quite an important part of the process it would save lots of time if there is a way to save this automatically during the optimization?
If so, could it be possible to customize the name (using parameter values) with which this file is saved?
-
Image is not visible.
-
The chart is the balance chart, however i am actively looking for a way for it to store that same report in the link as a HTML file inside the code of the EA
-
@bryan01993 I'm not aware how to do that in mql4, but if you have some Havascript skills, you might build your own report template. You'd store the trade data in bt mode to a file (eg. json) and would have a Web page template that loads that json data into it.
But I'm not sure if that's what you want to achieve. -
I want to be able to automatically export the Report that you can save after a backtest (the HTML one that opens on the browser) after it has passed certain parameters, I look for this so that i can merge bots and create a portfolio.