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<1) vLots=1;
to
PHP Code:
if (vLots<0.1) vLots=0.1;
but dont trade
error message: EURUSD,H1: invalid lots number for OrderSend function
What i've to do now?