Skip to content

Python + Flask technical web screener for Japanese candlestick patterns

Notifications You must be signed in to change notification settings

alanb43/japanese-candlestick-screener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Python + Flask technical web screener for Japanese candlestick patterns

Resources

Stars

Watchers

Forks