How to know the Minimum Distance?

 
Is there a function that will give me the "at least 3 pips" number as shown below?


[img]http://www.forexfactory.com/attachment.php?attachmentid=22344&stc=1&d=1171405191 [/img]
 
Is there a function that will give me the "at least 3 pips" number as shown below?


[img]http://www.forexfactory.com/attachment.php?attachmentid=22344&stc=1&d=1171405191 [/img]


The_Minimum_Distance=MarketInfo(Symbol(),MODE_STOPLEVEL);
 
Pending orders are a bit tricky. Most brokers have a minimum distance for setting or modifying a pending order. You can set and modify a pending order in an expert advisor script, but the tradestation still has to conform to the minimum distance.

If you're trading strategy needs this kind of percision, I'm afraid you have quite a beast to tackle.
 
Thanks for the answers. :)
Reason: