"TRADE CLOSED" Not working
-
Hi Team,
I want to close all my transactions when the TP is reach.
Example: If I have a buy and sell open and the buy reach the TP close the sell. To be able to do this I'm using "Trade Closed=take profit" - "Close Trades"
This Option works if the BUY reach the TP but don't work if the SELL reach the TP
Looks that is an error in the system, to be able to show you I create 2 separate EA, the one for BUY and another for SELL. You can see that the BUY works and the SELL dont with the same options.
BUY
https://fxdreema.com/shared/Aba5dHC7eSELL
https://fxdreema.com/shared/axSgKyEeeThanks for your help.
Eli
-
Never connect a Buy/Sell block immediately after another Sell/Buy block. You should create two different circuits, one for buy and another for sell. The 'On Trade' part is correct in both cases.
-
Thank you for your answers, if you check the link for SELL and run it don’t work. And if you test the link for BUY work perfectly. I’m not mixing the buy and sell that why I created 2 different robot. To be able to show you.
How is this posible? Why works with the Buy and not for the Sell ?
You can run a test and see
Thank you
-
@eliecerjesus Hi, sorry but your links doesn't work at all, i suggest you to take a look at several examples on the site, they are useful for these things
However try this:



-
@ambrogio thank you for all your help!!!