Hello!
I've just wrote a strategy in a python script. Is it possible to transform it form .py into .ex5 and use it as a EA?
Thank you!
No, it is totally impossible! An ".ex5" executable is a compiled MQL5 program.
You can't compile a Python script into a MQL5 program.
You will have to write a proper MQL5 program instead of Python.
Hello!
I've just wrote a strategy in a python script. Is it possible to transform it form .py into .ex5 and use it as a EA?
Thank you!
What are you trying to achieve ?
You can compile and run your python script directly on MetaEditor/MT5, no need for ex5.
What are you trying to achieve ?
You can compile and run your python script directly on MetaEditor/MT5, no need for ex5.
Wow .. is it right? Thank you for the information.
I am an MQL4, MQL5 programmer and also make programs using Python and C++, but have never tried using Python to build an EA for trading.
Maybe I should take the time to try it. Interesting :-)
I got a lot of knowledge from the masters here.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello!
I've just wrote a strategy in a python script. Is it possible to transform it form .py into .ex5 and use it as a EA?
Thank you!