HTML file converter for the economic calendar – script MetaTrader 5

HTML file converter for the economic calendar - script for MetaTrader 5
The script converts the news page downloaded from to a CSV text file. The source page should be located in C:\Users\<username>\AppData\Roaming\MetaQuotes\Terminal\Common\Files. The format syntactic parsing of the source file is implemented in this script. The resulting file can be used in MQL4/5 Expert Advisors and indicators. This is a universal script (you can change the … Read more

Economic Calendar Data Aggregator – script MetaTrader 5

Economic Calendar Data Aggregator - script for MetaTrader 5
This is meant to be an aggregating service script that collects data from the EconomicCalendar functions & outputs the values to a text file as a list of dictionaries for each event collected over a period of time. This is meant to be a prototype test to approaching the solution, temporary for users of the … Read more