Akinzou / MetaTrader5-Python

Connect MetaTrader5 to Python
2 stars 2 forks source link

Getting an Error: ModuleNotFoundError: No module named 'MetaTrader5' #1

Open Sekharonline4u opened 9 months ago

Sekharonline4u commented 9 months ago

While using the Sample Code provided am getting the error for the following line:
from MetaTrader5 import * ModuleNotFoundError: No module named 'MetaTrader5' So, My Question is do we need to install MetaTrader5 Python Package also along with this "PythonMetaTrader5" Python Package MetaTrader5 Python Package will be supported only in Windows and we are not able to use in Mac OS so is this package is created only to provide a wrapper methods over the MetaTrader 5 methods to place the orders or am i missing something My Python Version : Python 3.9.7 OS : Mac Thanks and Regards Sekhar

Akinzou commented 9 months ago

Yes you need to install MetaTrader5 then PythonMetaTrader5