One trade per symbol Multiple symbols
-
How do I get the EA to open one trade per symbol when conditions are met, but allow multiple symbols to open trades? This seems to only open on one pair and not the rest of the pairs the EA is attached to.
Also am I doing the close trade right when the condition changes? and will it do it immediately or then the next bar shows up?
-
@dwatson You can use a 'set current market' block on top of your structure with all potential symbols to be traded and then you change this settings here:

-
Thank you . That fixed it.
-
@dwatson You're welcome.