Bucket / Basket close of all open trades
-
Hi there
I'm new to FxDreema and learning. This tool giving me a confidence that i can do an EA myself !
I tried one EA for closing all open trades when it reaches certain profit $ or pips.
I created 3 EA's with 3 different logic but nothing is working... I tried in a demo account by manually opening the trading to check if this EA is closing the trades. But it is not.
Could any one of please hep me to fix this issue and learn.
Here is the link for the blocks i created. Though you see all the 3 trees in this but i created each of this as a separate EA.https://fxdreema.com/shared/Y78ymSVve
Thanks in Advance
-
@kvinvest You need to specify Magic Number 0 to any EA dealing with manual trades. Otherwise it will never work. You can simply modify the magic number manually every time you run any EA on the chart.
-
Thank You.. Let me test that with 0 and shall confirm if working... Appreciate your reply.
-
@kvinvest You're welcome.
-
Hi there,
it worked for manual trading when i changed the magic number to 0
When no manual trades and only EA opened trades - magic number with o or with any other number not closing the trades ?
Is the trades should have the same magic number of the basket close EA magic number ?
If yes then is there a way to close trades opened by different EA's ?Thanks
-
@kvinvest If you need to combine manual AND automatic trades at the same time with the same EA, you don't need to tocuh the magic number. What you need is to be sure that ALL relevant blocks in your EA have this option selected:

-
Thanks. Let me try this and confirm.