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

Add charting capability #3

Open
davidastephens opened this issue Jan 4, 2016 · 2 comments
Open

Add charting capability #3

davidastephens opened this issue Jan 4, 2016 · 2 comments
Assignees

Comments

@davidastephens
Copy link
Owner

Add .plot method to Equity object to make a candlestick plot.

@davidastephens davidastephens self-assigned this Jan 4, 2016
@femtotrader
Copy link

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

@davidastephens
Copy link
Owner Author

Yes, I was thinking matplotlib.

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