http://articles.mql4.com/127

 
Thanks a lot, Slawa, for this very usefull article.
It's very necessary to can customize the tester reports.
But where is the "attached SummaryReport.mq4" ?
If I copy-past the code, all variables declarations are missed... It's possible to re-write them, but not really funny !
There may be also some exotic statment like :
int type=OrderType();
//---- initial balance not considered
if(i==0 && type==OP_BALANCE) continue; // ??????????????????

Thanks ...
 
Sorry for my mistake. I've missed attachment.

Fixed
 
Thanks again, very nice !