strannik123 / Publications
Forum
MQL5 + Python hybrid development and contribution
I am developing an app that is a hybrid between MQL5 and Python. Python is the main brain, while MQL5 part is mainly used to extract data from MT5 to be processed by the Python app. Decision is then communicated back to MT5 EA. So, in essence, MQL5 part is just the execution layer. How do people