Thread: 10points 3.mq4
View Single Post
  #3697 (permalink)  
Old 05-07-2008, 02:14 AM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 2,501
Blog Entries: 8
Linuxser has disabled reputation
Quote:
Originally Posted by Beno View Post
I think it is an invalid lot size eg a micro lots 0.01 on a mini account 0.1 if you do a search you will find the answer
One answer:

Quote:
Trade volume must be in accordance with lot step parameter.
double lot_step=MarketInfo(Symbol(),MODE_LOTSTEP);
If lot step is equal to 0.1 then You cannot use volume 11.23, u can use 11.2 or 11.3
Another

Quote:
Means the server won't accept your value for Lots
Reply With Quote