Technical record
ARCHITECTURE ONLYLQC is operated entirely through a private Discord bot — the interaction model is deliberately conversational: an operator command in a chat channel is the interface, not a web UI. The bot connects to Interactive Brokers' paper gateway via ib_insync, runs a technical-indicator signal engine, and drives a backtesting framework with parameter sweeps and trade-level diagnostics — all reachable from chat. The order path is implemented and exercised against the paper gateway, but live execution is held behind an explicit flag — ENABLE_ORDER_EXECUTION stays false until the strategy set clears full-universe backtesting, risk-module stress testing, and a 90-day profitable paper record. Treating the safety interlock as a first-class, documented decision matters more here than shipping the feature early. Command surface and strategy logic are closed; the architecture below reflects the real component design.
TECH STACK
SYSTEM SPECS
SYSTEM ARCHITECTURE