how to code thid Grid EA

 

Hi guys

I am working on this GRID EA and I don't how to reSend Order when each order on level takes profit.

Firstly I place Buy and 2 StopOrders above it and 2 LimitOrders below.if buy order touch TP , I need to open a Limit Order instead of it.


 
Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • www.mql5.com
Two versions of tool are needed: one for MT4 and one for MT5. I would need tool to track both Double Top and Double Bottom patterns with strictly required confirmation candle that must obviously occur after second Top/Bottom and not after first one. Once Double Top pattern or Double Bottom patern with FULLY FORMED confirmation candle occurs...
 
Masood Abak: , I need to open a Limit Order instead of it.
  1. Limit order can only open when price hits them. You'll have to delete the pending(s) and open market orders. Humans can't watch the screen 24/7 so they use pending orders; EAs can, so no need for pending orders, have it wait until the market reaches the trigger price and open an order.

  2. You haven't stated a problem, you stated a want.
    You have only four choices:
    1. Search for it,
    2. Beg at
    3. learn 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 yours.
    4. or pay (Freelance) someone to code it.
    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
              urgent help.

Reason: