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:
- Install requirements
$ pip3 install -r requirements.txt
- Create sub-directory "datasets"
- Run the flask app
$ flask run
- Use the tool and find tomorrow's plays!