Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 961 Bytes

bokeh-stock-market

A live visualization of more than 7000 stock prices and indicators using bokeh.

Stock visualization includes:

  • Candlesticks-style with daily low, high, open and close.

  • Bollinger bands (2 std).

Stock indicators include:

  • 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).

To run:

Simple, just do bokeh serve run.py.

Some notes:

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.

Screenshot:

Screenshot