
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
Hello all,
I'm relatively new to MT4 but was a long time user of strategy trader for you FXCM clients out there. Anyway I'm having an issue with my historical data that I just can't seem to shake.
When i try to back test, it says something like this:
2012.07.11 19:43:19 TestGenerator: unmatched data error (low value 0.80724 at 2012.06.29 19:41 and price 0.80720 mismatched)
And when I examined the data I'm missing everything between January '12 to June '12.
I've looked up various references to this issue, bringing me to sites like http://eareview.net/tick-data and http://www.jeremywhittaker.com/2010/12/28/setting-up-metatrader-for-better-backtesting-quality/
From there I was able to d/l the dataset for EURGBP for example and import according to the steps provided, and now in the history center it has all of the correct dates but that data gap is still present on the chart. Keep in mind i did follow all of the steps twice (on 2 different computers to rule out a problem with my work computer) so i have the max bars set at 99999999 and what not.
Also if i try to pull the chart to the right before June'12 it will skip back to late June '12 instead of backward into May and further into the past.
Has anyone dealt with this problem before?
On a side note, does anyone have any idea how to modify this EA to trade in 10k lots?
I tried changing
//---- return lot size
if(lot<10) lot=10;
return(lot);
to lot=.01 to no avail.
Thank you,
Russell