Learn how to fetch and understand historical data. Also learn how to fetch, compute and plot various candlesticks patterns including Japanese (OHLC), Renko, Line Break and Heikin-Ashi.
- Fetching historical data using the broker API
- Fetching historical data with the Japanese (OHLC) candlestick pattern
- Fetching the Japanese candlestick pattern with variations in candle intervals
- Fetching historical data with the Line Break candlestick pattern
- Fetching historical data with the Renko candlestick pattern
- Fetching historical data with the Heikin-Ashi candlestick pattern
- Fetching historical data using Quandl
[Click here to VIEW Chapter 4 Jupyter Notebook & interact with charts on nbviewer]
[Click here to RUN Chapter 4 Jupyter Notebook in the cloud using binder. No installation needed on your end.]
- Python 3.7+
- Additional Python Packages required for this chapter can be installed as follows -
$ source <virtualenv> # optional, if you use a virtualenv
$ cd <path-to-this-folder>
$ pip install -r requirements.txt