what is this error mean

 

Im trying to back testing my EA and I get this error in the journal

2010.07.30 13:55:48 TestGenerator: unmatched data error (high value 1.2801 at 2010.05.11 00:00 is not reached from the least timeframe, high price 1.2792 mismatches)

2010.07.30 13:55:45 TestGenerator: unmatched data error (volume limit 71293 at 2010.04.16 00:00 exceeded)

what is it mean?

thank you all

 

use the search, this question is asked twice a week if not more often

 

Unmatched data means that the data for the various time periods stored in the history centre are at odds with each other.

For example, you may have a High in the M1 data which is higher than the High of the corresponding M5 data.

Solution - get some small timeperiod data you trust and regenerate the higher timeperiods using the period-converter script.


CB