ProZillaZ: I tried everything to fix the error but i guess my lack of experience wont let me figure out whats going on.
- If you had use this and you would have found that it has nothing to do with your code.
- Not adjusting for 4/5 digit brokers or ECN brokers
- What are Function return values ? How do I use them ? - MQL4 forum
It is a data error
you do backtesting with data
everybar (a period of time) has data volume high low open close and time data
if it is not matching with the data of bars lower timeframe same period you will
get backtesting unmatched data error
About your EA
if (Stoch_Main_00 == Stoch_Signal_00) is not happening with every crossing
read Can price != price ?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hey guys,
I was testing out my first EA and it seems that i cant get any results due to this error: TestGenerator: unmatched data error (volume limit 65403 at 2008.11.20 00:00 exceeded)
I tried everything to fix the error but i guess my lack of experience wont let me figure out whats going on.
Here is my code:
Please help me out identifying the error.
Thanks!