TomCallan / pyine

A package for pine script based trading in python.
https://discord.gg/rtW4tagG
MIT License
126 stars 36 forks source link

TODO #1

Closed TomCallan closed 3 years ago

TomCallan commented 3 years ago

Data Providers

Indicators

Convert

Miscellaneous

Gilocho commented 3 years ago

Hi Tom, interesting your code only that I would like to know if some other dependency is needed because when I try for example: from pyine import convert marks me the following error: from .indicators import * ModuleNotFoundError: No module named 'pyine.indicators'

TomCallan commented 3 years ago

ModuleNotFoundError: No module named 'pyine.indicators' This issue is caused by a problem with the pypi distribution, there should be a fix out later today. until then I recommend using the github source as it is far more up to date.