DanielPhoton / stock-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

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

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%Language:Batchfile 0.0%