How to get minimum difference for limit order

 
Hi, what's the command to get the minimum difference from the current price you can place a limit order at?
Documentation on MQL5: Standard Constants, Enumerations and Structures / Trade Constants / Order Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Trade Constants / Order Properties - Documentation on MQL5
 


long  SymbolInfoInteger(

"symbol", SYMBOL_TRADE_STOPS_LEVEL

 );

 
Lugner:

long  SymbolInfoInteger(

"symbol", SYMBOL_TRADE_STOPS_LEVEL

 );

Thank you.
Reason: