
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, I need to use WebRequest to access some online information but I don't want my EA to get stuck waiting the server's response. Here is a simple script I was using to test the timeout input in the WebRequest function.
But no matter what value (-1, 0, 500 and so on) I use for timeout, the call always waits the server's response. I am currently using MQL5 on Version 5.0 Build 3550, and the problem also seems to occur in both WebRequest overloads that appear in the documentation. It also doesn't seem to matter if you run the code above on a Script or an EA.
Here is the result produced: