samuraitaiga / py-metatrader

metatrader library for metatrader
Apache License 2.0
90 stars 48 forks source link

No module named 'mt4' still not working #17

Open JonPlaza opened 2 years ago

JonPlaza commented 2 years ago

I have tried to use it but next error appear just in the importing part:


ModuleNotFoundError Traceback (most recent call last) Input In [26], in 1 from metatrader.mt4 import initizalize ----> 2 from metatrader.backtest import BackTest 3 import datetime

File ~\PORTABLE_SOFT\Anaconda3\lib\site-packages\metatrader\backtest.py:9, in 7 import logging 8 import os ----> 9 from mt4 import get_mt4 10 from mt4 import DEFAULT_MT4_NAME 11 from builtin import str

ModuleNotFoundError: No module named 'mt4'