Skip to content

A Trader bot using lumibot library and alpaca trading account to backtest a strategy and plot it.

Notifications You must be signed in to change notification settings

stevehoober254/ml_trading_bot_with_lumibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraderBot

Build a trader bot which looks at sentiment of live news events and trades appropriately.

Screenshots 📺

Startup 🚀

  1. Create a virtual environment conda create -n trader python=3.10
  2. Activate it conda activate trader
  3. Install initial deps pip install lumibot timedelta alpaca-trade-api==3.1.1
  4. Install transformers and friends pip install torch torchvision torchaudio transformers
  5. Update the API_KEY and API_SECRET with values from your Alpaca account
  6. Run the bot python tradingbot.py

N.B. Torch installation instructions will vary depending on your operating system and hardware. See here for more: PyTorch Installation Instructions

Other References 🔗

-Lumibot:trading bot library, makes lifecycle stuff easier .

About

A Trader bot using lumibot library and alpaca trading account to backtest a strategy and plot it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages