minimum distance for pending orders

 

Hi call, is there a way to check the minimum distance between market level and pending price order requested from the broker?

Thank you

 
Alberto Tortella:

Hi call, is there a way to check the minimum distance between market level and pending price order requested from the broker?

Thank you

Look up SYMBOL_TRADE_FREEZE_LEVEL and SYMBOL_TRADE_STOPS_LEVEL
 

Thank you!

MarketInfo(Symbol(),MODE_STOPLEVEL) ;

Reason: