Robinhood Trading Bot based on a simple naive idea
Forked from https://github.com/2018kguo/RobinhoodBot
Python 3.9+
- 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%
pip install -r requirements.txt
cp config.py.sample config.py # add auth info after copying
python3 main.py