How to make my EA ran multiple market symbols
-
Hello,
how do I make my EA ran multiple market symbols eg. EURUSD, AUSNZD, GBPUSD, etc.? -
@payitt1 You need to use this block on top of the launcher structure:

-
@l-andorrà thanks a lot.
-
@l-andorrà Should I use it @ 'on Init' or @ 'on Tick' ?
-
On tick.