A live visualization of more than 7000 stock prices and indicators using bokeh.
-
Candlesticks-style with daily low, high, open and close.
-
Bollinger bands (2 std).
-
Simple Moving Average (aka SMA) (5 days, 10 days, 50 days and 100 days).
-
Moving Average Convergence Divergence (aka MACD), including line + signal and histogram.
-
Relative Strength Index (aka RSI), including graphic indications os oversold and overbought.
-
On-Balance Volume (aka OBV).
Simple, just do bokeh serve run.py
.
Live data courtesy of IEX.
This software is experimental, don't go around spending your savings with it.
If you see a bug (as if that's possible!) or have any question please submit an issue.
If you improve the code please consider a pull request.