A terminal-native algorithmic trading bot on the Alpaca API — a real strategy engine (RSI + Bollinger Bands), sentiment signals, and persistent trade memory, all driven from a Rich-powered TUI.
Trader Bot connects to the Alpaca brokerage API and runs a modular strategy engine combining RSI and Bollinger Band signals with lightweight sentiment analysis. It persists trading memory between runs, logs every action daily, and presents everything through a Rich terminal dashboard.
RSI + Bollinger Band logic with configurable thresholds.
Layers market-sentiment analysis on top of the technical strategy.
Saves positions and state across runs for continuity.
A live terminal dashboard for positions, P&L, and signals.
Executes against the Alpaca REST API.
Daily rotated logs of every decision and trade.
Happy to demo Trader Bot live or walk through the architecture and trade-offs.