How to get AccountBalance or OrdersTotal by Indicator in visual mode

 

I'd like to get information "AccountBalance" , "OrdersTotal" ..etc from Indicator while EA back testing(visual mode).

Unfortunately ,  I can get only "AccountBalance" , "OrdersTotal" of my account (not simulated Balance or simulated Total).

Do you have any good idea to know simulated information by Indicator files.

(I'd like to use this indicator file with  EA which I don't have source code)

 

https://www.mql5.com/en/forum/159300/3814406#comment_3814406

This shows sad answer. Thank you.

Indicator doesn't draw information when run Strategy Tester.
Indicator doesn't draw information when run Strategy Tester.
  • 2016.06.09
  • www.mql5.com
Hi Guys! I created a special indicator that draw information only when there is a trade...
 
your EA could share/provide the balance or whatever information needed over GlobalVariables.

In your indicator you can read the same GlobalVariables.

Good luck