How is that related to mql ?

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
I'm working on an expert advisor to trade news releases, not just dates and times but actual news reports.
Currently just working on nfp. So I know the first things I need is to extract the data in order to use it for the expert advisor to make trades.
Pythons sample codes here:
https://www.bls.gov/developers/api_python.htm
Unfortunately the code is wrong and I made edits to get it working. Getting rid of the " which is for html and replaced with " real quotes instead to make it work.
Anyhow
When I search for a series ID for the requested query, I can't seem to find out which one to use for nonfarm payrolls.
The site indicates ID's here but I don't really know which to use and I do not get the results I'm expecting.
https://www.bls.gov/help/hlpforma.htm
Google search seems to indicate that it's series ID: CES0000000001. However, the bls sites shows it as CES0000000003
I want to extract the data for previous, forecast, actual for nfp
What series ID's would these be ?
Once I create an ea for this changing the series ID to make the code work, then I can make it work for other news announcements. This would be relatively simple. I'm going to make it work on trigger data not just straddling the date of the news.
Does anyone know anything about the bereau of labor statistics and which ID's I should use for nonfarm payroll data ?
Please advise
Thanks