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