Economic Calendar Monitor and Cache for Backtesting on History – indicator MetaTrader 5

Calendar Monitor in the tester reads events from the cache
To make a long story short: the built-in economic calendar of MetaTrader 5 is not (completely) synchronized with historical quotes. Quotes are marked with timestamps in accordance with the time zones that were in effect on the server at the moment of formation of each corresponding bar. Once the bars are formed they remain unchanged, … Read more

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