Thread: Change Lots
View Single Post
  #5 (permalink)  
Old 12-30-2005, 07:01 PM
hellkas hellkas is offline
Senior Member
 
Join Date: Oct 2005
Location: Porto/Portugal
Posts: 283
hellkas is on a distinguished road
Quote:
Originally Posted by zuhainis
I think your problem is here:

if (vLots<1) vLots=1;
hi zuhainis...
Thanks for your reply

I already changed
PHP Code:
if (vLots<1vLots=1
to
PHP Code:
if (vLots<0.1vLots=0.1
but dont trade
error message: EURUSD,H1: invalid lots number for OrderSend function

What i've to do now?
Reply With Quote