Discussion of article "MQL5 Cookbook: Saving Optimization Results of an Expert Advisor Based on Specified Criteria" - page 3

 
Please, Is it possible to save the equity curve for each parameter set? 
 

Is it possible to save only the used parameters for the top 10 passes from the optimization results?

With higher pass numbers the logged results file (starting from terminal) can be tens of gigabytes, which is unnecessary. So I was wondering if in the OnTesterDeinit() function, results can be accessed and only a small part of it saved into a file?

 
Doesn't work, saves less than half of the results when optimised in the cloud.
 
Thanks this article helped me to solve the issue I had with reports.
 
Great useful article on optimization reposts but, when compiled, there are a lot of errors and warnings displayed, maybe due to the changes made to the MQL5 syntax.
I fixed most of those errors and warnings, but the reports are not generated when an optimization is executed.