Not Working? Strategy Tester & History

 

Hi


Has anyone noticed and whether or not there is going to be a fix made for these two problems I have run into...

I've had loads of MT4 installs on my PC, and currently have lots of them installed too, and each do the same thing.

1. strategy tester; the speed slider, when moved to maximum, you can see the chart moving quite fast. but on speed setting 31, it crawls along, if moved to 32, 33, still no movement.

2. history tab when called on via the custom history dates, it doesn't always provide the data back that was requested, instead one has to view all history to reset it, then re-query the preferred dates..


I've had lots of updates lately, but none has addressed these two annoying bugs.

cheers

 

The first question, you can visit this link, which can answer your question, it really helped me a lot.

Test Spread Issue:

https://forum.mql4.com/18459

 
1105:
The first question, you can visit this link, which can answer your question, it really helped me a lot.
  1. Didn't post a link.
  2. In my code I have PauseTest() which stops the testers. Call it when a condition changes such as
    int start(){
       int oc = OrderCount();
       :
       if (oc != OrderCount()) PauseTest();
    }

Reason: