This is going to be a simple trading bot to execute buy and sell with a simple strategy i created and i will be updating with more strategies soon. also, i will classify it to stocks, crypto, currency and metals soon enough.
How to Use my Bot
-
Install the dependencies:
pip install -r requirements.txt
-
Replace the Alpaca API credentials in
main.py
with your own. Though I would make an ENV rendering to allow you use that instead. -
Run the bot:
python main.py