It will be under the custom tab.

It will be under the custom tab.

I assume before trade closes you need to modify the stop. for each trade - pips away - modify , in a separate tree
on trade tab - trade closed - close all (Sells)
add ashared project to look at, can then see where blocks are, and what you have inside them
D you mean if you activate the termination block?
Candle close on 0 is the current ask price. You wand to change the Lot size under buy/sell, and maybe reset if no trades.
create a enum constant, then you can choose which you want to use in the terminal inputs: https://fxdreema.com/shared/ZqTZSk4rd
Possibly, open each trade with different groups, this way it will be like 2 different trade that you can control separately.
how would you like to prevent a trade opening, something like wait for an hour.
Your EA is opening a trade, so when it closes set something to not open another until you deem it right to do so.
Your logic in the EA needs to prevent a new trade being opened
add a shared link, but probably a no trade block on top
I didn't say how to code, I just said put it in a comment, this way on backtest you can see if it should work.