My problem is the following :
Even after create a python script into the MQL5 IDE and select the MetaTrader 5 library into my script I receive the following error
ModuleNotFoundError: No module named 'MetaTrader5'
can somebody help me with that problem
Have you run ?
pip install MetaTrader5
Please read the following:
My problem is the following :
Even after create a python script into the MQL5 IDE and select the MetaTrader 5 library into my script I receive the following error
ModuleNotFoundError: No module named 'MetaTrader5'
can somebody help me with that problem
STEP 1
install python 311 not higher
STEP 2
MetaEditor > Tools > Options > compilers > Python >
change to "C:\Users\YOUR-NAME\AppData\Local\Programs\Python\Python311\python.exe"
DONE!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
My problem is the following :
Even after create a python script into the MQL5 IDE and select the MetaTrader 5 library into my script I receive the following error
ModuleNotFoundError: No module named 'MetaTrader5'
can somebody help me with that problem