NormalizeDouble and OrderSend

 
I am having trouble with the function of NormalizeDouble. It appears to be working as when i print out the value it is converted from 133.477 to 133.48. The next function that uses this is ordersend and i am getting an error saying it is invalid value, which is 1.3348. So what is happening to the real value?
 
enigmatrader :
I am having trouble with the function of NormalizeDouble. It appears to be working as when i print out the value it is converted from 133.477 to 133.48. The next function that uses this is ordersend and i am getting an error saying it is invalid value, which is 1.3348. So what is happening to the real value?

never mind i found the problem. it was in the ordersend. had point in there.

Reason: