A web-app for finding candlestick patterns in the S&P 500 and signals if a stock is bullish or bearish.
The implemented patterns can be found in 'patterns.txt'.
- yfinance for retrieving stock data of the companies.
- TA-lib functions of different candlestick patterns.
- Flask for the web application.
- HTML for a basic webpage layout.


- python
- flask
- yfinance
- TA-lib
- pandas