Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 459 Bytes

Leveraged S&P500 trader based on volatility

This is an algorithmic implementation of breadboi's leveraged S&P ETF trading strategy for Alpaca.

Requirements

Tested on W10 with Python 3.8

Installation

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.