It's the same as all 'unmatched data errors', only in this case the volume is unmatched (usually O/C/H/L are unmatched). It means the tester is using data from a lower timeframe to test the EA on a larger timeframe, but the volume in the larger timeframe is not the sum of volumes of the lower timeframes... Hence - unmatched data error - this is literally the problem.
To solve this problem, build all larger timeframes from M1 data using the standard period_converter script. Please search for more info (this error and it's solution have been discussed many times).
When backtesting using higher timeframes, the following errors appear in the terminal log files:
CI fails: #142088830, #142088831, #142088832
Testing:
./convert_csv_to_mt.py -v -i all.csv -s EURUSD -p 20 -S default -t M1,M5,M15,M30,H1,H4,D1,W1,MN -f fxt4
Run the test using M15 or M30 period, e.g.
To read FXT format, use:
convert_mt_to_csv.py
instead.Est. 4-8h