
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
Does the history require fixing? Is the m1_data provided now bad?
Disconnect the terminal using bogus proxy keeps it constant. Does it not?
If it works, try convincing Dukascopy to provide a mt5-data-server ;-))))
Lord knows you have a better chance of that than Mq providing Import.
If it works, try convincing Dukascopy to provide a mt5-data-server ;-))))
Lord knows you have a better chance of that than Mq providing Import.
Isn't your marvelous 5_billion years historical tick_data based on Duka's? ;-)
I have a few years of Dukascopy data for 14 instruments and a few years of Pepperstone data for 5 instruments. Even if Dukascopy had a history data server it would only serve up M1 data ;-)
I haven't used my tick data in quite some time . . . I didn't have an immediate need so I didn't pay the $100 price for the 3rd party app for MT4 although I did try a demo. If I ever get a strategy sorted based on tick data I will code and test it on MT4 and then port it to MT5 if I need to.
I haven't used my tick data in quite some time . . . I didn't have an immediate need so I didn't pay the $100 price for the 3rd party app for MT4 although I did try a demo. If I ever get a strategy sorted based on tick data I will code and test it on MT4 and then port it to MT5 if I need to.
...
Hello MQL5 community,
Has anyone else encountered numbers like these when running strategies in the tester? -1.000000000006551e-005 and 1.000000000006551e-005 (yep, that's eleven zeros). It must be a specific double format type but what double format type, hmm?
Also, I'm reading MQL5 documentation like yeah, ok, ok, standard int data type has a min value of -2 147 483 648 and a max value of 2 147 483 647 then yes, of course there's the unsigned int data type with a min value of 0 and a max value of 4 294 967 295 BUT ;) there's no int data type with a min value of minus -4 294 967 295 and a max value of 0. I'd a thought there would be an int data type having these min and max values but it is what it is. The previous statement might also apply to additional data types.
Thank you