Skip to content

codesphere-cloud/trading-bot-app-template-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Trading Bot in Python

Getting started

  1. Create an Alpaca account (you'll need the secret and public keys to access their API).
  2. Update the variables SEC_KEY and PUB_KEY in trader.py with your Alpaca secret and public keys correspondingly.
  3. Install dependencies:
pipenv install
  1. Activate the environment:
pipenv shell
  1. Start the bot:
python trader.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%