What Variable do I need to add for the script to trigger this chain only on specific currency pairs?
-
Title explains it. I've developed a simple script to try out fxdreema, but I can't figure out where you add the pairs you want this to trigger for. Is it the symbol tab inside of buy now? If so, how can I apply it to multiple pairs so that it would trigger a trade for both my chosen pairs simultaneously? Sorry for the beginner question, just couldn't seem to find the answer for in forums or YT.
Appreciate the help anyone can give!

-
Scripts only work if activated, you probably want to create an EA
-
Additionally to what jstap said, you should disconnect blocks 4 and 5. You need two separate block trees: one for triggering thetrade and another one to move the SL to BE. Finally, yes, you can add as many symbols you need within the 'Symbol' boc (all of them comma separated) in both blocks 4 and 5.