Execution System
Spec-Locked Crypto Trading Bot
Live Testing — Paper ModePRISM is a paper-trading, closed-candle crypto trading bot focused on learning and validation first. It only acts after candles close, and every decision passes through strict risk gates, veto checks, and a state-machine control layer before anything is simulated.
The active strategies are Trap/Reclaim and Continuation. All other strategies are intentionally stubbed and blocked until validation thresholds are met.
The full pipeline covers: market data ingest via WebSocket and REST, indicator and structure detection, scoring, routing, risk gating, simulated execution, and export. The system is config-driven — thresholds and behavior live in a central config file, not hardcoded.
PRISM now runs on Bybit endpoints and is in Phase 6 validation: outcome tracking, stop and expiry logic, deduplication guards, and structured logging so every failure is visible. All setups and trades are persisted to SQLite with full lifecycle tracking.
The goal: collect high-quality evidence, enforce strict safety rules, and iterate systematically before any real-money deployment.
Visuals and live data coming soon.