How to set same Take-Profit for all open Buy/Sell Trades.
-
How to set same Take-Profit for all open Buy Trades.
Example
Average Price is 1.1000 and want Take Profit to set 15 pips from Average Price which should be 1.1015.
Same on Sell Trades.Buy= Group1
Sell= Group2Kindly advise
-
@muhawat Teh problem is the moment where that is supposed to happen. If there is just one open trade, the average price is that of the trade itself. If thare are 2, will change and so on. How many are supposed to be open before that average price is applied?
-
Dear i have already calculated the average price and just want to apply 15 pips take profit from average price for all buy trades.
So that all trades will have a same tp.
And when trade open or close then again modify TPs. -
@muhawat Ok. If you stored the value of that price level into a variable then you can use a pink 'modify stops' block connected below a 'for each trade' one. That will modify all open trades TP into that one.