what is zero divide. metatrader is givin zero divide error. I'm building the robot. wiping oneself
Files:
Screenshot_20191105_210611_org.telegram.messenger.jpg
458 kb
Kutluhan Yesilkaya:
what is zero divide. metatrader is givin zero divide error. I'm building the robot. wiping oneself
Surprisingly it's because your code is trying to calculate a division by zero, which is hardly possible.
what is zero divide. metatrader is givin zero divide error. I'm building the robot. wiping oneself
https://en.wikipedia.org/wiki/Division_by_zero
In ordinary arithmetic, the expression (a/0) has no meaning, as there is no number which, when multiplied by 0, gives a (assuming a ≠ 0), and so division by zero is undefined.
In computing, a program error may result from an attempt to divide by zero.
You need to pre-check that any division in your algorithm is not by zero.
In ordinary arithmetic, the expression (a/0) has no meaning, as there is no number which, when multiplied by 0, gives a (assuming a ≠ 0), and so division by zero is undefined.
In computing, a program error may result from an attempt to divide by zero.
You need to pre-check that any division in your algorithm is not by zero.
Division by zero - Wikipedia
- en.wikipedia.org
The function y = 1/x. As x approaches 0 from the right, y approaches infinity. As x approaches 0 from the left, y approaches negative infinity. In mathematics, division by zero is division where the divisor (denominator) is zero. Such a division can be formally expressed as where a is the dividend (numerator). In ordinary arithmetic, the...
Kutluhan Yesilkaya :
what is zero divide . metatrader is givin zero divide error. I'm building the robot. wiping oneself
what is zero divide . metatrader is givin zero divide error. I'm building the robot. wiping oneself
Your code on line 161 contains a divide operation. You do not check your "divisor". Your "divisor" is zero.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register