Keven Boudreau:
Don't you think you should at least show your script code to get help ?
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:

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
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