Opposite trade at specific loss value for all trades
-
I am opening the trades manually. My objective is to build a EA to perform opposite direction trade at specific loss value. Actions should not be repeated more than once . An it should be applicable for all trades( not open charts as well). The one I created was not working ( no results ). Can someone guide me to the correct direction.

-
@prasa1000 You are using a purple dot on the condition block. That dot only works on the 'On trade' tab. You need to substitute of for a pink dot (in loop) instead.
-
I don't really understand could you please clarify
-
@l-andorrà When I gave it like that unlimited number of trades made how to limit in to only one.
And it is not applied to all chardts as wel
-
@prasa1000 I mean this:

-
@l-andorrà Sorry for new thread , I tried to remove it but I do not have privileges to delete it. Actually I did as you have instructed above but it creates multiple trades many times for same trade over and over again. And it is only applicable only for the charts open. Your suggestion would be highly appreciated. I tried many different ways but same issue prevails.

-
@prasa1000 Can you please share your project to take a look at it?
-
@l-andorrà
Thankx for your support . I tried many different ways now however still not succeed.
As a Example Only thing I wanted to do is when opening every order create invisible ST/TP -50 and +50 while activate pending order in 25 pips in loss side having TP/ST -25 and +25.
-
@prasa1000 The 'Modify variables' block is empty!
You ned to insert the variable there that will be used in your 'Sell pending order' block.