Python api mt5

 

Hello everyone,

I am using the python mt5 library, it's really great, execpt I miss some functions. I am refering to those about economic calendar (https://www.mql5.com/en/docs/calendar).

Will it be included in the next release? When would that be?


Thanks


pgz

 
Pierre Jean Marie Gonzalez:

Hello everyone,

I am using the python mt5 library, it's really great, execpt I miss some functions. I am refering to those about economic calendar (https://www.mql5.com/en/docs/calendar).

Will it be included in the next release? When would that be?


Thanks


pgz

Hi. I ran into the same issue in my project. I'm currently considering an mql5 service script that will export the calendar data to a text file, & then my Python project can read from it. It's a temporary solution until the Python API is updated. I'm thinking to have the text file updated after every event has been updated on the terminal? This would be the primary function on the script: https://www.mql5.com/en/docs/calendar/calendarvaluehistory 

What do you think? 

Documentation on MQL5: Economic Calendar / CalendarValueHistory
Documentation on MQL5: Economic Calendar / CalendarValueHistory
  • www.mql5.com
CalendarValueHistory - Economic Calendar - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Economic Calendar Data Aggregator
Economic Calendar Data Aggregator
  • www.mql5.com
Service Script for aggregating Economic Calendar data to a .txt file