Same EA for multiple symbols
-
Hi All,
I use the same EA across multiple instruments. Sometimes it gets confused if I have multiple open positions and pending orders.I tried to read the symbol first so to make it more specific but it's not working.
My idea was to assign the symbol to a variable and then loop throw the symbols...
Did someone implement something similar?
Thanks!
-
If I understand correctly you are using the exact same bot on different symbols, right? Are you using different magic numbers maybe?
-
correct I use the same bot for different symbols. So far it uses also the same magic numbers. I thought i could be more generic instead of creating a bot per symbol
-
Could you please share the link to the project?