
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
ForexFactory changed the HTML code of the impact, the new value is "icon--ff-impact-red" for high impact.
In python the code would be:
calendar__impact = "high"
Thank you SO much for sharing the MT5 version - can you give me any clues why I only see a blue box?
I have allowed forexfactory in the 'web requests' and allowed DLL imports, any thoughts are greatly appreciated :)
Forex factory changed the way their website is built. The general URL and several Html tags are not the same anymore. That's why the indicator is not working (anymore?).
You will need to change the url in the code then change the searching patterns (/date, ...), and add security on the "alert()" function in the when the URL is changed. If not the alert will loop infinitely on your screen.
http://www.forexfactory.com/calendar.php?c=2&week=
change it to
https://www.forexfactory.com/calendar?week=
Other changes are mainly in the ConvertHTMtoCSV function:
- check StringFind <tr class=\"calendar__row calendar_row -> change it to <tr class=\"calendar__row calendar__row ,
- GetVal(rows[r],"date\">","</td>") -> there is no date\ in their new html...
I've stopped searching from there.
Hi,
modify the indicator, and change the forexfactory.com url for this one: https://nfs.faireconomy.media/ff_calendar_thisweek.xml
Regards
https://nfs.faireconomy.media/ff_calendar_thisweek.xml
how to FFC can be disable ea before and after news,, source kode please..
thanks before
Good morning,
I started getting an error recently:
2024.02.12 09:51:29.030 FFC_March_2021-RATE EURAUD,M15: cannot set timer (82800)
2024.02.12 09:51:29.078 FFC_March_2021-AUDNZD EURAUD,M15: cannot set timer (82800)
2024.02.12 09:51:29.294 FFC_March_2021-CPI GBPJPY,M15: cannot set timer (86400)
2024.02.12 09:51:29.333 FFC_March_2021-RATE GBPJPY,M15: cannot set timer (82800)
2024.02.12 09:51:29.667 FFC_March_2021-US500 US30,M15: cannot set timer (82800)
2024.02.12 09:51:30.352 FFC_March_2021-CAD CADCHF,M15: cannot set timer (82800)
2024.02.12 09:51:30.392 FFC_March_2021-CHF CADCHF,M15: cannot set timer (82800)
Is there a way to fix this timmer error?
I cant seem to find what is wrong. Nothing was changed ave the name so I know which pair this indicator was one.
Thank you!!
FFC-ffcal_week_this
I changed line 443 to this and it works fine for me.
Seems the xml URL has changed.
I changed line 443 to this and it works fine for me.
Seems the xml URL has changed.
thanks !!!! worked