Skip to content

mtamer/python-rsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-rsi

RSI (Relative Strength Index) written in Python

Python RSI Image

About

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. A combination of the RSI and the 20 and 200 day Moving Average (MA) tend to be strong and popular indicators to determine the future behavior of a stock.

At the end of pulling stock data, a table is shown displaying metrics of the stocks pulled along with a link to view the chart.

Stock Data Table

To Install

  1. Clone repo: git clone https://github.com/mtamer/python-rsi.git
  2. cd src
  3. pip install -r requirements.txt
  4. Look inside the main.py file and put all the stocks you want to monitor in there or inside of stocks.txt
  5. To run: python main.py
  6. Enjoy!

Disclaimer

This repository is only for educational purposes. The owner and contributors of this repository are not responsible for how you use this code and the gains/losses you accumulate.

About

RSI (Relative Strength Index) written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages