TRADE LOOPED TOGETHER
-
Good day. My Question is very simple. I have a scale in bot that opens more positions in profit. How do I link them up together to one take profit.
For example. Trade 1 opens a buy position with 100pips take profit. But the bot automatically scales in new position every 10pips. I want all the trades closes when it gets to 100pips. How do I go about this.
Thank you. Waiting for your urgent reply -
You can check profit of all running trades, then close all with a check profit (unrealised) block.

-
@jstap this is great but will not work at expected.. what i mean is, the first trade opens with a TP of 100pips. As price begins to scale into profit, more trades opens but will all close when it gets to the 100pips TP of the first trade.
That's my point
-
on trade tab, trade closed by TP - close all
-
@jstap there's no trade close by TP
-
there is on the on trade tab, or position closed... by TP is inside the block
-
@jstap ok I will get it checked and let you know the outcome
-
@jstap can I also use this Formula for cut loss. Instead of stop loss.
I want a medium where the moment the present running trades sums up to a particular loss, close Instead of using Stop loss