How to solve the problem of strategy tester which isn't working in MT4 ?

1 View
Arturo Cambron
Answered 4 months, 1 week ago
<p id="isPasted">It looks like your EA is raising an "array out of range" error. It may be that your EA for some reason cannot handle large amounts of data. For example, it is wrongly expecting less than a certain number of ticks to occur and when you exceed these number of ticks your EA fails. If this is your EA code, you will need to determine the cause of the issue within the code. If this is authored by someone else, you will need them to look at why this is occurring.</p><p>You might want to confirm first that you are …</p>