Copy !Report_v3.mq4 to Experts\scripts directory.
report.zip contains report.htm template.
Copy report.htm to Templates directory.
There are 2 pathes in the body of !Report_v3.mq4:
Code:
#define template "[ROOT]\\templates\\report.htm"
#define report "[ROOT]\\experts\\files\\[ACCOUNT_NUM]rep.htm"
template is a template file path.
report is an output file.
Automatically the script will replace [ROOT] and [ACCOUNT_NUM] sections by MT4 root path and account number.