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
Created this simple EA to test on 509 and 604, both on MQ demo account 444 same server, backtest over the same dates.
509 Graph:
604 Graph:
They appear to run identical tests except for the last quarter I think that is because I was running a beta test version on the same server (albiet a differnt demo account) Probably live feed data which may have gaps in it is interfering with the test. I am going to delete the chart history and let both terminals download the same chart history then redo the test.
Edit: I might have known that would be a trial in itself. Nice that MQ has 1 minute chart data going back to 1974 but I didnt want all of it !! Its like you can have none at all or so much that you need half of silcon valley in your PC !! my terminal is now running 700mb RAM *rollseyes*
They appear to run identical tests except for the last quarter I think that is because I was running a beta test version on the same server (albiet a differnt demo account) Probably live feed data which may have gaps in it is interfering with the test. I am going to delete the chart history and let both terminals download the same chart history then redo the test.
Edit: I might have known that would be a trial in itself. Nice that MQ has 1 minute chart data going back to 1974 but I didnt want all of it !! Its like you can have none at all or so much that you need half of silcon valley in your PC !! my terminal is now running 700mb RAM *rollseyes*
hello, can you try M15 and M1 tests for this. did you converted code from old mq4 to new one? can you please try with an old complex mq4 EA, with conversion to new mq4.
including other data types, like datetime etc. including internal and custom indicators.. i could not see any indicators used in this code..
604's possible problem is, some number precisions lost, for indicators and other numbers.
i need to develop a number test method to compare exact values of variables, for two environments...
Probably not the root cause of your issue, but in 60x do you need to include a ResetLastError() somewhere? (1st command inside while loop?)
hello, can you try M15 and M1 tests for this. did you converted code from old mq4 to new one? can you please try with an old complex mq4 EA, with conversion to new mq4.
including other data types, like datetime etc. including internal and custom indicators.. i could not see any indicators used in this code..
604's possible problem is, some number precisions lost, for indicators and other numbers.
i need to develop a number test method to compare exact values of variables, for two environments...
I used the same source code I posted, I compiled the 509 test code on the 509 Metaeditor, I compiled the 600 source code on the 604 metaeditor, the only differences between the two are the new one uses void OnTick() the old one uses start()
I did not use any indicators because I wanted this to be a basic test with as few unknowns as possible we can modify the EA's to use indicators and other trade criteria if you want to widen the test parameters.
Probably not the root cause of your issue, but in 60x do you need to include a ResetLastError() somewhere? (1st command inside while loop?)