EA throwing a bunch of error code when back testing
-
Hello everyone I am having some problems with an EA I having been working on for some time now. It keeps putting up a bunch of error codes like this.
2019.01.08 05:47:27.349 TestGenerator: unmatched data error (volume limit 340 at 2018.12.21 18:45 exceeded)
I don't know what is causing this. After it shoots off about 50 of these, then the back test just stops running.
Here is what I have been working with right now.shared/wVwqhG9je
Any help would be great. Thanks -
@dahbigdog said in EA throwing a bunch of error code when back testing:
shared/wVwqhG9je
I wrote about this in your other topic. The error comes because the money management method that you selected requires SL, but you disabled SL and when SL is 0, you see zero divide error.
unmatched data error - this is not because of the EA, this is because of the history data. I don't know how to fix this forever, this problem always appears in MT4 for some reason.
-
Great thank you very much