/stock-bot

A script that can trade stocks on a daily basis in an attempt to out perform the market.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

StockBot

StockBot is a Python script for designing and testing your own daily stock trading algorithms.

Installation

Use the package manager pip to install matplotlib and yfinance from your command line.

pip install matplotlib
pip install yfinance

Usage

Run the script form the command line:

python stockbot.py

You will be asked to enter a ticker for the stock that you want to test the algorithm on.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.