Skip to content

Simple analyzer for tickers to decide to buy/sell based on technical indicators

Notifications You must be signed in to change notification settings

ricglz/stock-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-analyzer

Example

About

A basic stock analyzer of the tickers that are available in the mexican market using GBM Homebroker as your broker.

This analyzer pulls historic data of the ticker using pandas_datareader. Then stores the close price of each day in an specific csv for the ticker.

Then analyzes based on this close prices the technical indicator of RSI and MACD. With this estimators, the code will tell you if the stock based on only that indicator is in a bullish or bearish trend.

In addition to this, the code will also give you an accuracy of the indicator of this ticker. For example if the RSI is something that you should based your decision on, or not.

Resources

  • mtamer/ptyhon-rsi. I forked initially from this, but decided to make it my own as it changes a lot of things
  • Hands-Off Investing. I had a lot of inspirations from the articles of this blog.

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

Simple analyzer for tickers to decide to buy/sell based on technical indicators

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages