looking for a specific pending order EA ... please help

 

Hi , I am receiving signals from a signal provider <..> and this is successful , I receive the orders and they are placed immediately  (entry & exit) However  I want to change this system so instead of the orders being placed immediately I just want to keep them as "pending orders"  then at a specific time activate them all with 1 click.

Does anyone know where I can find an EA that could do this?

Cheers

Phil

Documentation on MQL5: Constants, Enumerations and Structures / Trade Constants / Order Properties
Documentation on MQL5: Constants, Enumerations and Structures / Trade Constants / Order Properties
  • www.mql5.com
Requests to execute trade operations are formalized as orders. Each order has a variety of properties for reading. Information on them can be obtained using functions Position identifier that is set to an order as soon as it is executed. Each executed order results in a deal that opens or modifies an already existing position. The identifier of...
 
Cheers Phil 
So there are 3 options. 
1. Look for it in the market place. 
2. Post a job in the freelance place
3. Code it yourself.