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 ?

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.

Thanks 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.