slippage in OrderSend function

 

Hi,


In OrderSend function (mql4), does the 'slippage' is in Pips or Points?


for ex':

symbol is EURUSD and I set slippage=5 in OrderSend,  does that mean 5 pips or 5 points (which is 0.5 a pip)?



Thanks.

Documentation on MQL5: Trade Functions / OrderSend
Documentation on MQL5: Trade Functions / OrderSend
  • www.mql5.com
OrderSend - Trade Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
in point, hard to think of anything in pips in the code for me
 
  1. Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
              General rules and best pratices of the Forum. - General - MQL5 programming forum?
    Next time, post in the correct place. The moderators will likely move this thread there soon.

  2. Everything is in points (regardless whether the text PIPs).
 
Thanks