This is an algorithmic implementation of breadboi's leveraged S&P ETF trading strategy for Alpaca.
Tested on W10 with Python 3.8
Rename .env-example
to .env
then insert your credentials.
Run
pip install alpaca_trade_api
pip install dotenv
pip install asyncio
pip install pandas
pip install pytz
pip install art
to install dependencies.