View Single Post
  #3 (permalink)  
Old 11-28-2007, 02:57 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,980
Blog Entries: 68
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
It is Tracert file (Author is Rosh).
This file should be in include folder.

In the beginning of EA:
Code:
#include <Tracert.mqh>
In the settings:
Code:
extern bool Tracert = true;
In the code of EA after start:

Code:
if ( Tracert ) SetTrace();
You can see it in almost any Eas created by Igorad (SBS, TPE and so on) as public as elite.

During the backtesting this this EA (with tracert) in visual mode (if Tracert=true in the settings of the EA0 you will see exactly what you want.
For example:

tracert.gif
Attached Files
File Type: mqh Tracert.mqh (5.8 KB, 61 views)
Reply With Quote