Script News Download
Hello Community,
I have created this Python script that downloads the news from the site www.forexfactory.com and saves it in the directory (C:\Users\your_name\AppData\Roaming\MetaQuotes\Terminal\Common\Files\News\FF\*. csv) that uses CP.
It does not insert the values of "revised" and "revised_time.", the rest of the values are the same as Andrey has in Google Drive.
You can read more about the News Filter
The news are downloaded from:
You need to download Python 3.x and install the plugins run "pip3 install beautifulsoup4" and all others that you do not have installed
I think this can be useful for everyone.
Script to determine whether your Broker follows the US, UK or AU daylight (DST) schedule.
The script scans the H1 chart bars at the expected dates for the daylight changes, and by comparing the changes in server (bar) times at these bars, the DST schedule of your broker can be determined.
DST_AU schedule:
DST_UK schedule:
DST_US schedule:
DST_NONE schedule:
Original:
https://www.mql5.com/en/code/48650
Scripts:
BrokerDaylightSchedule.ex5
BrokerDaylightSchedule.mq5
Nice tool. Thank you for posting this!