Copy trade but reversed
-
Hi guys,
I'm stuck with a probably very simple problem and would be really glad if somebody could help me:
Let's assume that I have no trade running so far.
As soon as I open a trade, e.g. buy with 1 lot, SL 15 pips and TP 50 pips, I want that automatically a sell order is created with the exact same parameters.
If I'd open a sell order, a buy order should be opened.I tried it with this approach but it didn't work at all:

Thanks a lot in advance!
-
Here is a similar type thing i created, but it only take one trade, should be able to make it fit what you need
-
Connect orange from buy to white on sell and orange from sell to white on buy, this will create the opposite order
-
@Mattybarker That worked generally but it creates a loop of orders which needs to be stopped after the first run.
-
What do you mean? do you mean it places 1 every order but after an order it needs to be stopped?
-
@jstap it created several orders because but I solved it like this (not beautiful but it works)

-
Check type needs a for each trade block above