Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
I am looking for an EA that will close BUY/LONG or SELL/SHORT only.
Sometimes I have many open position Long and Short. Even I already put TP and SL, many times trend reverse/pullback. So I want to close early before price hit a TP but in profit.
Hallo everyone,
I have been using CloseAll EA on those EAs which do not have SL and TP built-in.
I would like someone help me to modify the CloseAll EA to have SL and TP in pips instead of in USDollars.
Thank you.
I am looking for an EA or a SCRIPT that detects profit or loss (in pips or US$) in order to close all running trades once the profit or Loss is achieved .
Ex.:
1-Suppose i open some trades
2- I like to set the EA in a way, once 70 pips are gained, so this EA closes all my opened trades
3- Same logic if for Losses
--------------------------------------
If any of the fellows has such tool, I would be very grateful to receive it
Thanks in advance
I am looking for an EA or a SCRIPT that detects profit or loss (in pips or US$) in order to close all running trades once the profit or Loss is achieved .
Ex.:
1-Suppose i open some trades
2- I like to set the EA in a way, once 70 pips are gained, so this EA closes all my opened trades
3- Same logic if for Losses
--------------------------------------
If any of the fellows has such tool, I would be very grateful to receive it
Thanks in advance
You'd need a loop. Each time the loop runs and an order is sent you'd need to wait for the server response to make sure it was placed ok then run the loop again.