GitHub - pouriamrt/trading-live-claude: Claude Code-driven algorithmic trading framework for Questrade. Paper-first, two trading modes (LLM-driven and deterministic daemon), risk-gated, multi-strategy
An open-source algorithmic trading framework for Questrade (Canadian/US equities and ETFs) that integrates with Claude Code as the AI orchestration layer. It supports two trading modes: LLM-driven (Claude decides each trade) and a deterministic Python daemon (runs autonomously without Claude). The system ships with 6 trading strategies (EMA crossover, RSI mean-revert, MACD, Bollinger Bands, momentum breakout, pairs trading), 6 Claude skills, and a multi-stage risk gate chain covering kill-switch, portfolio heat, daily notional caps, and position limits. Paper trading is the default; live trading requires explicit confirmation flags and manual config edits. Security is enforced by denying Claude access to .env secrets and live-mode commands.