There is a python dll but appears unsupported for last 5 years ?
If going this route I would also consider named pipes for a more generic interface. (receive quotes / send orders / history-series? ) - if using named pipes I'd also conside running MT4 under Wine/Linux as named pipes in Linux are very 'clean' and more like an afterthough in Windows - of course changing platform is significant risk otherwise :) )
If the algorithm is 'relatively simple' then I would migrate to MQL4.
If the algorithm is 'relatively complex' and involves connecting to external sources, multiple threads, and uses lots of supporting libraries (unzipping, json, XML etc), then re-implementing and debugging in MQL4 might be more effort than implementing named pipes to receive quotes and send orders,
as languages like python have a) more complete support libraries and b)are more advanced having 4GL capabilities allowing for better expression of algorithms working on datasets.
Conversely MQL is the right tool for receiving quotes and sending orders :) and especially if you want to draw and interact with objects on charts. And is better now it supports OOP. That's a decision to be made by the developer after weighing up pros and cons :)
To really leverage OOP, MQL4 community needs a ground-swell of reliable , tested supported maintained support libraries. (associative arrays, zip, gzip, RSS, XML etc). DLL help here certainly. A 'collaborative ' Code-Base 'model' would really help here rather than the current model where a library is published by one person who disappears after 5 years, and bug fixes are in comments section :)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi.
Is it possible to run a algorithm written in Python on MT4?
Thanks,
Ted