I thought Pending Orders could only have Positive Slippage ?

 

i'm testing something right now, on MT5 and I got some pretty high slippage but it is negative slippage (I set a Sell Stop @ 1.30710 and it opens @ 1.30675)

qx


I thought only positive slippage was possible when using a Pending Order


thanks


Jeff

 
Jean Francois Le Bas: i'm testing something right now, on MT5 and I got some pretty high slippage but it is negative slippage (I set a Sell Stop @ 1.30710 and it opens @ 1.30675). I thought only positive slippage was possible when using a Pending Order.

No, only Limit Pending Order should theoretically only have positive slippage. I say theoretically because it depends on how they are implemented by the broker.

Stop Pending Orders, on the other hand, can have both positive or negative slippage.

 
  1. A stop order becomes a market order when hit.

  2. 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.
 
Fernando Carreiro #:

No, only Limit Pending Order should theoretically only have positive slippage. I say theoretically because it depends on how they are implemented by the broker.

Stop Pending Orders, on the other hand, can have both positive or negative slippage.

thanks

Reason: