What about using
- wget and have it started by Windows Task Scheduler?
- Write a PowerShell script (started by the Task Scheduler) that uses wget to get the news and the parse the file and save a simple csv-file in the sandbox?
This way you don't have to wait for the first tick, and parsing is a lot easier in PowerShell (its made for this).
Frenchytrader:
Please help to solve problem while "webrequest=200 Too many requests" This function is too complicated for me. I only can code bots. I can't figure out what's wrong. It was working for years before. Not anymore : ( |
|
|
Option 3 was already done. It was working before.
Now it seems to run again nicely, need to check it out tonight.
Also I wonder what means the print message means:
"webrequest=200 Too many requests"
Cheers
What about using
- wget and have it started by Windows Task Scheduler?
- Write a PowerShell script (started by the Task Scheduler) that uses wget to get the news and the parse the file and save a simple csv-file in the sandbox?
This way you don't have to wait for the first tick, and parsing is a lot easier in PowerShell (its made for this).
Looking interesting.
However I connect to myfxbook and then I get data, so I create global variables into MT4.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
Please help to solve problem while "webrequest=200 Too many requests"
This function is too complicated for me. I only can code bots. I can't figure out what's wrong. It was working for years before. Not anymore : (
I did try this: from https://www.mql5.com/en/forum/171843
But still not working
Should I send the entire code?
Thank you in advance.