RSI (Relative Strength Index) written in Python
Relative Strength Index written in Python. The whole point of this application is to be able to come up with a list of as many different types of stocks (stock tickers) that you want to screen and see if it meets the Relative Strength criteria.
- pip install -r requirements.txt
- Look inside the rsi.py file and put all the stocks you want to monitor in there.
- To run: python rsi.py
- Enjoy!
