Hi guys,
When I try back test the following EA, there is error saying that
"TestGenerator: unmatched data error (low value 1.33456 at 2013.01.15 08:00 and price 1.33430 mismatched)"
OK thanks. I know the problem.
There should either one record is wrong. If the low of a H1 bar is 1.33456 is true, then it is impossible that the lowest value of the M5 bars within that hour is 1.33430. It should be 1.33456, right?
In order to fix it, can I update my history database by importing the M1 data (downloaded from this https://www.mql5.com/en/forum/134765 website) into the H1 database???
OK thanks. I know the problem.
There should either one record is wrong. If the low of a H1 bar is 1.33456 is true, then it is impossible that the lowest value of the M5 bars within that hour is 1.33430. It should be 1.33456, right?
In order to fix it, can I update my history database by importing the M1 data (downloaded from this https://www.mql5.com/en/forum/134765 website) into the H1 database???
Thanks.!
Where can I find the periodconverter?
Thanks.!
Where can I find the periodconverter?
You should find under scripts in MT4 ;-)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi guys,
When I try back test the following EA, there is error saying that
"TestGenerator: unmatched data error (low value 1.33456 at 2013.01.15 08:00 and price 1.33430 mismatched)"
Is the error come from the Close[] array?
What's wrong with that? Can anyone give kind help? Thanks.