High-Low
Stock trading bot made using the Robinhood API / Python library...
Index
Installation
To Install and run this program, follow these steps:
- Download this repository. (Any of the following ways will work)
- Download the zip file and unzip locally
- Clone this repository locally with git:
git clone https://github.com/reedgraff/High-Low.git
- Install dependencies with
pip3 install -r Dependencies.txt
in the CMD prompt
Use
If you would like to run the example file, do the following:
- Run the "Application.py" file. (Any way will work, however, this is what I do)
- Open CMD > Change Directory to the "Application.py" file > run
Python Application.py
in the CMD prompt
- Open CMD > Change Directory to the "Application.py" file > run
If you would like to try something new, select the three key functionalities:
- Find (What stock you will be targeting, and would you like to search?)
- Finances (How would you like the bot to manage money and investments)
- Algorithm (What investment algorithm would you like to use)
Development
If you would like to contribute to this project email me at [email protected].
Branches:
- Master
- Working
Notes
ML Ideas:
- Value Investing = finding undervalued stocks... similar to nft logic...