Hussein Mohammed H Zangoti: I do my data analysis on Python. Is there a way to integrate my python data analysis with MQL$ or C++. For example, I would like to determine my next entry using data analysis from python. Once I get the python results, I would like to use them in MQL4 or C++.
MT4 does not have Python integration. Only MT5 has a Python API.
For all other cases you will have to use DLL calls from MQL4 or MQL5 programs.
Fernando Carreiro #:
MT4 does not have Python integration. Only MT5 has a Python API.
For all other cases you will have to use DLL calls from MQL4 or MQL5 programs.
and dlls are not allowed on mql5 if you intend to sell any product that relies on them
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I do my data analysis on Python
Is there a way to integrate my python data analysis with MQL$ or C++
For example,
I would like to determine my next entry using data analysis from python.
Once I get the python results, I would like to use them in MQL4 or C++