Problem with Division in MQL4 - page 2

 
CHARLESS11:
If you are having a problem with dividing two integer variables in MQL4 . This may be your fix!!
MQL4 will give you a zero instead of a 
Decimal number. The answer is simple . . .
just change one of the integer variables to a double type variable and it will work just fine!!!
Thank You , this was helpful.