Skip to content

ReedGraff/High-Low

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Rangergraff@gmail.com.
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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages