8000 GitHub - tstromberg/naivete: Trading bot for Robinhood accounts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tstromberg/naivete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naivete

Robinhood Trading Bot based on a simple naive idea

Forked from https://github.com/2018kguo/RobinhoodBot

Requirements

Python 3.9+

Naive Algorithm

  • Buy stock at X-week low, but delay until stock has recovered by 0.5%
  • Sell stock at X-week high, but delay until stock has dropped by 0.5%

Installation

pip install -r requirements.txt
cp config.py.sample config.py # add auth info after copying

Running

python3 main.py

About

Trading bot for Robinhood accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0