TAKE PROFIT EA
-
how do I make My EA to close my profits automatically when i placed orders manually
-
@regalo It depends of how you want the EA to close your trades. in this link you will see an example where the EA will close all trade when a certain amount of profit (in money not pips) is reached.
-
@q8carpenter Thank you,
so it will close all orders that are manaually opened? -
I assume it should. just open up block 1, click filters and in the first drop down menu you will see the options to choose from manual or automatic trades to close. try it out on a demo account. It's best to try this out with every EA.
https://fxdreema.com/shared/cbgiEQnje
The above link is for a script that when launched will do only one action which is close all trades. also in the block here you can filter out which trades to close
-
@q8carpenter Thank you sir the script works now am left with connecting blocks that will make the script to close the trades in profits of 3000 pips
-
@regalo you're welcome. I thing that if you want to add a block like that you'll need and EA not a script since it may require time for that action to take place
-
-
@regalo thats the EA i created to terminate all trades (opened manually) in profits of 50 pips.
but it does not close the trades i opened manually
-
The project is not visible.
-
@l-andorrà how you can't see it through the shared link?
-
-
@regalo the (terminate) block terminates the EA. what you need to use is the (close trades) block
-
And move the blocks to the 'On tick' tab. That means the first one on top will not be necessary.