Close all open & pending orders of specific Magic number if, total Profit is x$

 

hi Everyone ! 

Can you help me to find an EA that closes all orders of specific magic number when the sum of all those trades are +x$

Thanks !

 

Help you with what? You haven't stated a problem, you stated a want.
     How To Ask Questions The Smart Way. 2004
          Prune pointless queries.

You have only four choices:

  1. Search for it. Do you expect us to do your research for you?

  2. Beg at:

  3. MT4: Learn to code it.
    MT5: Begin learning to code it.

    If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

  4. or pay (Freelance) someone to code it. Top of every page is the link Code Base.
              Hiring to write script - General - MQL5 programming forum 2019.08.21

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help 2017.04.21

 
They are so many EAs in the mql5 market that can do that. Just search for grid trading system for example.
 
farid040 :

hi Everyone ! 

Can you help me to find an EA that closes all orders of specific magic number when the sum of all those trades are +x$

Thanks !

Code: Close Delete All a specific magic number

Principle of operation

    Utility advisor. Tracks the accumulated profit for open positions, but only for those whose 'Magic number' matches the specified ' Close and Delete is Magic number '. As soon as the profit is reached, the advisor closes ALL positions and deletes ALL pending orders, for which the 'Magic number' matches the specified ' Close and Delete is Magic number '.

    Reason: