Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Technical Indicators with live data #13

Open
omendram opened this issue Nov 30, 2018 · 1 comment
Open

All Technical Indicators with live data #13

omendram opened this issue Nov 30, 2018 · 1 comment
Assignees

Comments

@omendram
Copy link
Collaborator

Currently the classes are using the database, which is good for training but still there's an extension needed for the live data from API responses or the streams.

@CamielK CamielK self-assigned this Nov 30, 2018
@CamielK
Copy link
Collaborator

CamielK commented Nov 30, 2018

TODO:

  • get last n candles from live data
  • apply the TA library on them
  • return the correct columns

Would probably be easiest if an extra parameter is added to the retrieval function
e.g.: get_bollinger_bands(n=60, live=True/False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants