Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Chapter 4: Computing Candlesticks and Historical Data

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.

List of Recipes in this chapter

  1. Fetching historical data using the broker API
  2. Fetching historical data with the Japanese (OHLC) candlestick pattern
  3. Fetching the Japanese candlestick pattern with variations in candle intervals
  4. Fetching historical data with the Line Break candlestick pattern
  5. Fetching historical data with the Renko candlestick pattern
  6. Fetching historical data with the Heikin-Ashi candlestick pattern
  7. 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.]

Requirements

  • 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