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