Skip to content

TraderBot uses AI to analyze news sentiment and trades automatically through the Alpaca API.

Notifications You must be signed in to change notification settings

suksham11/MLTradingbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraderBot 📈

TraderBot is a conceptual trading bot designed to trade based on sentiment analysis from live news events. It uses AI models to assess news sentiment and automatically place trades through the Alpaca API.

Setup Instructions

Create a Virtual Environment

conda create -n trader python=3.10
conda activate trader

Install Dependencies

pip install lumibot timedelta alpaca-trade-api==3.1.1
pip install torch torchvision torchaudio transformers

Configure API Keys

Replace API_KEY and API_SECRET in the code with your Alpaca account details.

Run the Bot

python tradingbot.py

License

Licensed under the MIT License.

About

TraderBot uses AI to analyze news sentiment and trades automatically through the Alpaca API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published