Truncate a Number
Hello,
Does anyone know a formula for truncating a number in Binary Bot?
Example: N1 = 1.33445533 ---> N1 (truncated) = 1.33
Hello,
Does anyone know a formula for truncating a number in Binary Bot?
Example: N1 = 1.33445533 ---> N1 (truncated) = 1.33
Comments
Hi, use getfrom text then take first 4 digits and convert back to number using absolute function