Better MT4 Statements

 

...

 
#include <Report.mqh> // https://www.mql5.com/en/code/18801

void OnStart()
{
  REPORT::ToFile("Report.htm");
}
 
https://www.mql5.com/en/blogs/post/683540
Lightweight html5-tools for tester report and statement analysis
Lightweight html5-tools for tester report and statement analysis
  • 2016.11.18
  • Stanislav Korotky
  • www.mql5.com
Quite often there is a need to analyze html-documents, generated by MetaTrader 4. Since the tester in MetaTrader 4 supports only one work symbol at once, multicurrency expert advisers are usually tested by running many separate tests for different work symbols one by one. As a result, the overall behaviour of the expert adviser, including main...
 
Reason: