pmandel1970 / Publications
Forum
MQ5 python function mt5.history_deals_get problem (delayed)
I am using a Python code to obtain real-time orders that have already been executed; based on that, the algorithm makes decisions. The code works, but new orders take about 3 hours from the time they are completed to be registered by the mt5. history_deals_get function. Does anyone know what causes