We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add .plot method to Equity object to make a candlestick plot.
The text was updated successfully, but these errors were encountered:
Are you planning using Matplolib ?
See http://matplotlib.org/examples/pylab_examples/finance_demo.html
or some video from sentdex https://www.youtube.com/watch?v=eAtcIoVGb-4 https://www.youtube.com/watch?v=Xje2By9D80Q ...
Related issue on Matplotlib matplotlib/matplotlib#2546
Pandas issue pandas-dev/pandas#783
Other project to consider https://github.com/dalejung/ts-charting
Interactive plotting with the ability to change start / end date, zoom in, zoom out will be great (maybe with PyQtGraph) https://github.com/pyqtgraph/pyqtgraph/blob/1036edf61841699bb6f0bf4901b67da9519513d2/examples/customGraphicsItem.py
Sorry, something went wrong.
Yes, I was thinking matplotlib.
davidastephens
No branches or pull requests
Add .plot method to Equity object to make a candlestick plot.
The text was updated successfully, but these errors were encountered: