how to keep track of several EA in journal tab

 

Hello,


I run several EA on the same pair and same TF, and to read which EA opened a trade it's a total mess..

i always get entry starting with this number: 6999030

https://imagebin.ca/v/4PfESwcdYFn9

and i have no idea where it comes from. instead of this number coming from i don't know where i would like to see the EA's name.

how to do this ?

Imagebin - Somewhere to Store Random Things
Imagebin - Somewhere to Store Random Things
  • Stephen Olesen
  • imagebin.ca
Imagebin online, free web storage service
 
kikoolol:

Hello,


I run several EA on the same pair and same TF, and to read which EA opened a trade it's a total mess..

i always get entry starting with this number: 6999030

https://imagebin.ca/v/4PfESwcdYFn9

and i have no idea where it comes from. instead of this number coming from i don't know where i would like to see the EA's name.

how to do this ?

This number is the account number. You can't change it as it appears in Journal log.

You need to look at Experts tab, where the EA can log what is needed.

 

Thanx for shedding some light on this "not so mysterious" number finally..

I will try to use OrderPrint(); or whatever function i can use to retrieve what i'm looking for in the Expert Tab.

Reason: