A same (modify) TP (from first trade) for mutiple Trade opened in on symbol
-
Hi.
how to have the same TP if multiple trades open on the same symbol.
example:
3 GBPUSD sales transactions
open at 1. 4000 -> tp: 1.3600
open at 1.3990 -> tp: 1.3600
open at 1.3750 -> tp: 1.3600 -
Are those running trades or pending orders? If trades, try "For each Trade -> modify stops" - run this pair of blocks when you need to set this TP.
-
Block buy now at a fixed TP of 50 Pips. There is no block buy pending.
There is a crossing of MA and the 1st GBPUSD trade opens. Then before the first trade that is still open, does not touch the TP, the MA crosses again and another trade opens and the TP of the second it is at the 1st level. How to do this. @fxDreema -
So basically when you create a new trade, you want to set its TP to the same level as in the previous trade.
I tried this: https://fxdreema.com/shared/GrDsZCwLd
And this is what it does:

In the left "Buy now" the initial trade is created, the first one. The right "Buy now" runs only when there is at least 1 trade, so with "For each Trade" (with "Not more..." set to 1) we select the last trade and then in "Buy now" I use its SL and TP.
This can be made in other ways, it depends. I think this was is easy to understand.
-
Thanks @fxDreema You are a best.