Freezing issues with Meta Trader4

 

After uploading history data till 2008 in M1 timeframe for 10 currency pairs in Meta Trader 4. I have issues with its performance. Every now & then it freezes on me while I am backtesting the respective charts.

Pl. advise the solution.

Thanks

Praveen G

 

decrease the number of bars on the chart.

Tools>Options>Charts.

 
pg5814:

After uploading history data till 2008 in M1 timeframe for 10 currency pairs in Meta Trader 4. I have issues with its performance. Every now & then it freezes on me while I am backtesting the respective charts.

Check your code for loops (for or while) that may become infinite loops . . .
 
RaptorUK: Check your code for loops (for or while) that may become infinite loops . . .
Add Prints at the beginning and before the return of your major functions so you'll find which function is not returning.
Reason: