Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 725 Bytes

Candlestick Pattern Scanner

This python web-app accesses price data from the start of the year up to present day for companies in the S&P 500 to find and display Japanese candlestick patterns from this book in a web browser. Choose from 60+ patterns, and all companies who've exhibited this pattern in their price data in the last available day in the data will populate the screen.

To use:

  1. Install requirements
$ pip3 install -r requirements.txt
  1. Create sub-directory "datasets"
  2. Run the flask app
$ flask run
  1. Use the tool and find tomorrow's plays!