View Single Post
  #1 (permalink)  
Old 08-09-2006, 09:07 PM
RickD's Avatar
RickD RickD is offline
Member
 
Join Date: Jan 2006
Location: Eastern Europe
Posts: 54
RickD is on a distinguished road
MT4 Report v.3 & template file

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.
Attached Files
File Type: mq4 !Report_v3.mq4 (23.3 KB, 241 views)
File Type: zip report.zip (1.5 KB, 242 views)

Last edited by RickD; 08-10-2006 at 02:43 AM.
Reply With Quote