mavenman / MLTradingBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TraderBot

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

See it live and in action πŸ“Ί

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
  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 .

Who, When, Why?

πŸ‘¨πŸΎβ€πŸ’» Author: Nick Renotte
πŸ“… Version: 1.x
πŸ“œ License: This project is licensed under the MIT License

About


Languages

Language:HTML 99.9%Language:Python 0.1%