Limitations on Order Volume

 

B"H


Hello,

What are the limitations on the volume of an opened order? (i.e. the "volume" argument of the "OrderSend" function)


Thanks,

Yan

 

Max_Volume = MarketInfo(Symbol(),MODE_MAXLOT)

Min_Volume = MarketInfo(Symbol(),MODE_MINLOT)

Differs from broker to broker.

 
kennyhubbard:

Max_Volume = MarketInfo(Symbol(),MODE_MAXLOT)

Min_Volume = MarketInfo(Symbol(),MODE_MINLOT)

Differs from broker to broker.

Thanks much.
 

There's also the lot step size:

MODE_LOTSTEP24Step for changing lots.
 
Very informative, thank you all, Helmut
Reason: