Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.02 KB

README.md

File metadata and controls

49 lines (35 loc) · 2.02 KB

High-Low

Stock trading bot made using the Robinhood API / Python library...

Index

  1. Installation
  2. Use
  3. Development
  4. Notes

To Install and run this program, follow these steps:

  1. 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
  2. Install dependencies with pip3 install -r Dependencies.txt in the CMD prompt

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

If you would like to try something new, select the three key functionalities:

  1. Find (What stock you will be targeting, and would you like to search?)
  2. Finances (How would you like the bot to manage money and investments)
  3. Algorithm (What investment algorithm would you like to use)

If you would like to contribute to this project email me at [email protected].
Branches:

  1. Master
  2. Working

ML Ideas:

To Do:

  • Change "Ticker" value to a list, so that algorithm can iterate through the ticker as opposed to being fixated on it...
  • Fix the profits... because right now it is being saved as whatever profit was made from a sale is staying in the stock that it is selling... Whereas we would prefer it being sold and returned to the bank