MT5 EA that Close All instantly when hit profit target

 
Hi all,

I need an EA for MT5 that close all position instantly when reaching certain % of profit, not close one by one.

Right now i am using "Close by Equity Percent" free EA in the codebase. I set it to close at 20% profit level / 120% equity. But it only close the position one by one which sometime result in delay usually when market was volatile and end up closing lower than 20% profit.

Please help and advise me any recommendation, thanks a lot guys
 

You need to make a custom EA that fulfills your requirements. You could post your requirements in the Freelance section. Or you could search free code in the codebase. Thanks

Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • 2023.05.24
  • www.mql5.com
The largest freelance service with MQL5 application developers
 
Muhammad Khairusy Syakirin Bin Mohamad: Right now i am using "Close by Equity Percent" free EA in the codebase. I set it to close at 20% profit level / 120% equity. But it only close the position one by one which sometime result in delay usually when market was volatile and end up closing lower than 20% profit.

Please help and advise me any recommendation, thanks a lot guys

Use the asynchronous call.