You want this to only work on current symbol?

You want this to only work on current symbol?

Add a shared link, you seem to of added too much information
I use check profit period of time, if< amount place trade, if=> close all trades
I would use this on many TF, add a shared link to look at.
Don't use the TF constant, use the fixed in block settings, all variables need to be different as well.
Only EA's created on FX work here, my guess is it wasn't created here.
It does used to use it like this, why have you got the condition blocks under the trees? Get this working on current TF then you can test on a specified Tf, when working you can set up the rest, while setting EA's here, you need to start as simple as posible, then yon can add.
I mean it will crash through and close where boom/crash stops
Try and create, back test, if not working correctly add the shared link and say what's wrong.
Change magic number in settings, put place order in one bot, put close in other, put both EA's on same symbol, but diffrant windows.
Condition block, candle 1 closed<EMA15->close block
Type= ENUM_MA_METHOD - name= your choice - value= simple, this will give you a dropdown in your inputs, right click and add this constant in your blocks.
You need to set up trees on the on trade tab, if stop modified switch flag on, check flag if trade closed by SL activate opposite trade, reset flags when necessary.
Try splitting into 2 EA's, make sure you have the same magic number.
The ZZ takes a lot of work what @l-andorrà has showed you is what you need, get this working and get the ZZ point values into a comment, then you can see and know the values to weather ZZ is up or down. Once you have done this people will help to get all working. If you struggle with a specific problem, ask. If you are running this on MT5 ensure you go down to the comments and get the correct version.
SL does not work when there is a boom or crash, you need to close the trade before this happens.
Exactly so you need to se all symbols and group in both blocks.