Skip to content

laujamie/algo-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmic Trading Bot

An algorithmic trading bot created in Python to trade distressed stocks and QQQ.

Original algorithm used here can be found on Medium.

Usage

Assuming you are using a Debian-based distro, run the following in the project base folder:

pip3 install --upgrade pipenv  # Skip this if you have pipenv
pipenv install
pipenv shell

export TENQUANT_API="<YOUR TENQUANT API KEY>"
export ALPACA_API="<YOUR ALPACA API KEY>"
export ALPACA_SECRET="<YOUR ALPACA SECRET KEY>"

python3 src/scraper/main.py
python3 src/bot/main.py

About

A simple algorithmic trading bot using Alpaca API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages