expert advisor with pending orders

 
can a developer create a robot for that uses pending orders based on my strategy
 
mhlaletyeni:
can a developer create a robot for that uses pending orders based on my strategy

https://www.mql5.com/en/job

 
mhlaletyeni: can a developer create a robot for that uses pending orders based on my strategy

Of course, but there is no need to create pending orders in code.

  1. The pending has the slight advantage, A) you are closer to the top of the queue (filled quicker), B) there's no round trip network delay (filled quicker.)
  2. Don't worry about it unless you're scalping M1 or trading news.
  3. 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 just open an order.
Reason: