Skip to content

namuan/stock-rider

Repository files navigation

Stocks Rider

Find anomalies in Stock market.

A live version of this is running as a bot on StockRiderTips sub-reddit.

Installation

pip install stock-rider

Then copy env.cfg.sample to env.cfg and populate values.

Using Stocks Rider

Populate data

stock-rider populate-data --period 6mo --interval 1d

Run analysis

# High Volume analysis
stock-rider volume-analysis

# Gains/Losses
stock-rider gainers-losers

Publishing

Increment version in setup.py Publish with make package

License

MIT