/TradingBot

Stock trading bot using Alpaca API

Primary LanguagePython

TradingBot

Stock trading bot using Alpaca API

Data gathered from the bot will be stored in the database, BotData.db

Setup

To setup the bot, you will have to obtain API keys from the Alpaca API

Once the keys are obtained, go into config.py and change the API keys

API_KEY = 'your-api-key'
SECRET_KEY = 'your-secret-key'

Running Commands

Navigate to the directory and run the command

python TradeBot.py