This is the sample EA code for how to use the GetFFEvents.ex5 file into your system from the Market library.
It's easy to integrate/import into your EA to analyze each news even in strategy tester.
There are Start/End interval time,that you can download all news during the date you will specify in the input
parameters,then it will show/display each news on chart,and then you can save them into a file for strategy
tester to analyze the news or using for news filtering during the news time.
Note:
Please add the address "https://www.forexfactory.com/" of news feed at your MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL.
This is the sample EA code for how to use the GetFFEvents.ex5 file into your system from the Market library.
It's easy to integrate/import into your EA to analyze each news even in strategy tester.
There are Start/End interval time,that you can download all news during the date you will specify in the input
parameters,then it will show/display each news on chart,and then you can save them into a file for strategy
tester to analyze the news or using for news filtering during the news time.
Note:
Please add the address "https://www.forexfactory.com/" of news feed at your MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL.
This is another sample for simple analyzing the specific news,as the default is for "Unemployment Claims",
And shows the result on chart when the actual is greater than previous we expected for strong USD,and vice versa.
Indeed,you can modify it to get other news analyzing.
Hello,
Thank you to noticed it,
It's updated,please re-download it.