Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
You have a problem with your Python code. You will have to fix it.
You should consult the Python documentation and ask for help on a Python forum.
This is not a MetaTrader issue.

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
Hello Traders and Programmers ,I am trying to get started with python from the Metaeditor but i keep getting an error message due to numpy version compatibility. Here is the exact error message: "A module compiled with NumPy 1.x cannot run on NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions, modules must be compiled with NumPy 2.0. Some modules may need to be rebuilt, for example with 'pybind11>=2.12'. If you are using the module, the simplest solution is to downgrade to 'numpy<2' or attempt to upgrade the affected module. It is expected that some modules will require time to support NumPy 2.0." The traceback is as follows: when running the file "C:\Users\user\AppData\Roaming\MetaQuotes\Terminal\FB9A56D617EDDDFE29EE54EBEFFE96C1\MQL5\Scripts\Excelsheet.py", at line 4, the import of MetaTrader5 as mt5 fails, leading to an ImportError from '_multiarray_umath.py' at line 44, indicating that numpy.core.multiarray failed to import.
Anyone please help.
Been trying to get past this for days.