Zero divide error new ea - page 2

 
zuhayr domun:
Hello im developing an ea based on dark point custom indicator and getting zero divide error in backtest

The bot works and is profitable on many charts already im looking to improve this bot any help appreciated

<ex4 file deleted>

Whenever you divide a number by zero, the result will be a zero divide error. Just type any number into a standard calculator and divide by zero, & you'll get an error result.

All your good self or the author will need to do is enter an additional if statement to check that the denominator does NOT result in zero. I.e.

if(<result of denominator> != 0)

Ciao Ciao! :) 

Reason: