Problem With Strategy tester!!!

 

Hi

I creat New EA,when I test it in Strategy tester in MT4,it work for some day then screen is freezed without any error in journal tab!!!

can any one Help me!!

 

Probably you have a never-ending loop in the code.

If you don't include a print statement within the loop, you will not see anything in the journal.

Start by putting a print statement in each loop and you will see where it gets stuck

Reason: