Skip to content

Algorithmic implementation of breadboi's leveraged S&P ETF trading strategy for Alpaca

Notifications You must be signed in to change notification settings

pascalroget/yeet_da_wheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Algorithmic implementation of breadboi's leveraged S&P ETF trading strategy for Alpaca

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages