Python script in MQL5 IDE

 

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

 
Keven Boudreau:

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

Don't you think you should at least show your script code to get help ?
 

Have you run ?

pip install MetaTrader5
 
Lorentzos Roussos #:

Have you run ?

I want to edit a python scripts right into the mql5 IDE then I'm not sure how I can pip install MetaTrader 5 on this IDE