ivopetiz / algotrading

Algorithmic trading framework for cryptocurrencies.
MIT License
1.09k stars 177 forks source link

hello #16

Closed HAGAI123 closed 3 years ago

HAGAI123 commented 3 years ago

after you fix the requirements.txt

but still i have problem ,

Traceback (most recent call last): File "c:\FOREX\CRYPTO\algotrading-master\cryptoalgotrading\cryptoalgotrading.py", line 17, in import cryptoalgotrading.var as var File "c:\FOREX\CRYPTO\algotrading-master\cryptoalgotrading\cryptoalgotrading.py", line 17, in import cryptoalgotrading.var as var ModuleNotFoundError: No module named 'cryptoalgotrading.var'; 'cryptoalgotrading' is not a package

ivopetiz commented 3 years ago

Are you trying to run cryptoalgotrading.py?

HAGAI123 commented 3 years ago

yes

ivopetiz commented 3 years ago

It is not supposed to work that way. I recommend you to read the tutorial on readme.md.