Looking for code to generate detailed report

 

I'd like to have a detailed report generated every 12 hours or so automatically from my EA, and saved with a different name each time:  Report1, Report2, Report3...

Possible??

 
Possible, yes.
 

So I take it that means it is very difficult.

No function like:

PrintDetailedReport(allHistory,"Report1");

?

 

Collect data in your EA, then using the File Functions in MT4, write your report.

https://docs.mql4.com/files

That's all I had in mind.

I suppose you want to output the canned HTML report. No idea how to do that in code. Sorry.

 
Well,  if anybody is listening, please put this in as a suggestion for MT5.
Reason: