Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Data Visualization by Plotting the price chart... anyone? #555

Closed
SkaTeMasTer opened this issue Jan 19, 2017 · 3 comments
Closed

Data Visualization by Plotting the price chart... anyone? #555

SkaTeMasTer opened this issue Jan 19, 2017 · 3 comments

Comments

@SkaTeMasTer
Copy link
Contributor

I think it would be interesting to add some simple histogram data to plot the data you've processed as well as snapshots when notifications are send...

example:

from pylab import plotfile show, gca
import matplotlib.cbook as cbook
fname = cbook.get_sample_data('amzn.csv',
asfileobj=False)
plotfile(fname, ('date', 'high', 'low', 'close'), subplots=False)
show()

Matplotlib already has a working example to plot the stock chart, which is elaborate enough and includes Relative Strength Indicator (RSI) and Moving Average Convergence/Divergence (MACD), and is available at

http://matplotlib.org/examples/pylab_examples/finance_work2.html

The coding is quick and clean, anyone else agree?

@ofek-a
Copy link

ofek-a commented Jan 19, 2017

Isn't a web UI being worked on as we speak? I think it would make more sense to use the web UI for that and perhaps take a snapshot from there.

@askmike
Copy link
Owner

askmike commented Jan 19, 2017

@ofeka is right, please take a look at #489. But note that I have been extremely busy and will be the coming time. So I won't have a lot of time to work on this.

Note that currently this does not include graphing indicators. Though this is definitely not hard to add.

@SkaTeMasTer
Copy link
Contributor Author

I was just imagining that a snapshot of date range could be sent along with a "notification", as they say in pictures and thousand words. ;)

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

No branches or pull requests

3 participants