Forum

Possibility to join MQL4 and Python 3.X versions

Hello, Is it possible to join Python 3.X with Metatrader? I found on internet that links are done only for 2.6-2.7 versions. And of course none of them are working for Python 3.5 version

Skip hours when there are RED Economic news from forexfactory or myfxbook

Hello, Is there a script or indicator from which i can read colour or smth that will allow to skip some trading hours based on red news? I do not want that my robot will trade on high impact news

MQL4 code into MQL5

Hi, Is there any simple tool that i could transform my MQL4 code into MQL5? I get an error that main function should return a value. And not clear what to use as a value that i can use properly this mql4 code. int Count= 0 ; extern int timeA = 23 ; extern int timeB = 8 ;