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
The point is that when I compile it during debugging it throws me back to the MQL editor without even giving an error. And when I just pull the EA to a chart, it doesn't even show up on it. I.e. neither debugging nor launching the EA gives errors anywhere
I found an error but it says DLL is not allowed - i.e. I don't see it. The question is where it should be? (in version 4 it did not need to be overwritten anywhere, it was by default in the Systems folder of Windows)
But I found an error saying DLL is not allowed - i.e. it can't see it. The question is where should it be located? (in version 4 it did not need to be overwritten anywhere, it was by default in the Systems folder of Windows)
Try to allow import from a DLL
I think the difference between a good compiler and a bad compiler is that you can use it to cull non-viable code from viable code. And this is the main thing. You often come across things that are breathtaking and don't exist in any technical context. That contributes to the development and refinement of the expressive means of the language. And if you have to worry about what format to enter it in - it's not the compiler, it's ... In my opinion, the compiler in MQL5 needs improvement no less than the program interface.
Try allowing import from a DLL
2010.01.14:27:56 GetInternet (EURJPY,H1) Access violation read to 0x00040017 in 'C:\Users\FujitsuAppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Libraries\winet.dll'
Now this is what it says
2010.01.14:27:56 GetInternet (EURJPY,H1) Access violation read to 0x00040017 in 'C:\Users\FujitsuAppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Libraries\winet.dll'
Please attach the source text. Can be sent as a private message.
Now this is what it says.
2010.01.14:27:56 GetInternet (EURJPY,H1) Access violation read to 0x00040017 in 'C:\Users\FujitsuAppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Libraries\winet.dll'
er... with build 239 the error is gone, but not quite...
2010.01.14 23:55:33 GetInternet (USDJPY,H1) Error getting data from node!
As it turned out, the reason for the latter was the functions, replacing them with unicode
InternetOpenW() and InternetOpenUrlW()
I've slightly* solved the problem...
Only I did not use Expert Advisor, I corrected code as a script.
*slightly, only because it was left to defeat the ytf-8 encoding of the site:
<th width="50"> PЎѕÐsбщеÐÑœЏ </th>
er... with build 239 the error is gone, but not quite...
2010.01.14 23:55:33 GetInternet (USDJPY,H1) Error getting data from node!
As it turned out, the reason for the latter was the functions, replacing them with unicode
InternetOpenW() and InternetOpenUrlW()
I've slightly* solved the problem...
Only I did not use Expert Advisor, I corrected code as a script.
*slightly, only because it was left to defeat the ytf-8 encoding of the site:
<th width="50"> PЎѕÐsбщеÐÑœЏ </th>