EA31337 / EA-Tester

🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
https://ea31337.github.io/EA-Tester
MIT License
108 stars 84 forks source link

TestGenerator: unmatched data error (volume limit 2406 at 2023.02.02 14:30 exceeded) #225

Closed IGOmt4 closed 1 year ago

IGOmt4 commented 1 year ago

Hello everyone please help me with mt4 when i run tester for test the advisor that writed me thats writing this error in the journal 2023.02.06 23:15:00.907 TestGenerator: unmatched data error (volume limit 2406 at 2023.02.02 14:30 exceeded) and this advisor do only 2 orders please help me to solve those problems.I have puted that 4 files(indicator in what i have writed my advisor and the advisor(ex4,mq4)) in zip file. IGO.zip

kenorb commented 1 year ago

Can you paste which command are you running the tester? Have you created your own custom backtest data? As I don't have any for 2023 released yet.

TestGenerator: unmatched data error (volume limit ... exceeded)

it relates to the backtesting data issues (as reported by MT platform while validating the data), it means the volume values aren't matching for some reason. E.g. sum of volume from lower timeframe exceeds the volume from the higher timeframe (I guess).

It's something with how you generated your backtest data. Let me know how you did it. Which script have you used?

IGOmt4 commented 1 year ago

Can you paste which command are you running the tester? Have you created your own custom backtest data? As I don't have any for 2023 released yet.

TestGenerator: unmatched data error (volume limit ... exceeded)

it relates to the backtesting data issues (as reported by MT platform while validating the data), it means the volume values aren't matching for some reason. E.g. sum of volume from lower timeframe exceeds the volume from the higher timeframe (I guess).

It's something with how you generated your backtest data. Let me know how you did it. Which script have you used?

I am using alpari mt4 and i use combination Ctrl+R or just clicking bottom startegic tester. The files with scripts(indicator that i have used for writing the advisor(TMA_Fair ex.4 mq.4) and advisor that i have writed (IGOex.4 mq.4)) i have puted under my question The files are in IGO.zip file. Screenshot_1

kenorb commented 1 year ago

You've to contact MetaTrader support, as the error isn't related to this project. This project is about backtesting using Docker, and you're using MetaTrader 4 in a regular way. So it's not possible to fix the error as part of this project, because I cannot reproduce it using Docker setup.

IGOmt4 commented 1 year ago

You've to contact MetaTrader support, as the error isn't related to this project. This project is about backtesting using Docker, and you're using MetaTrader 4 in a regular way. So it's not possible to fix the error as part of this project, because I cannot reproduce it using Docker setup.

Ok thank you.