================================================================================ TITAN HFT (SHARK V7 RELOADED) ALPACA API & SYSTEM EXECUTION PROOF LOGS ================================================================================ This document contains a sanitized, live execution log sample from the Titan HFT trading engine. It shows the boot sequence, hardware GPU adapter registration, Alpaca broker health validation, asset cache warming, and automated trading loops. -------------------------------------------------------------------------------- 1. ENGINE INITIALIZATION & LOGGER BOOT -------------------------------------------------------------------------------- 2026-06-09T13:37:31.577Z INFO [startup] Titan logging initialized — dir: /logs 2026-06-09T13:37:31.580Z INFO [startup] TITAN ENGINE V2 — starting up 2026-06-09T13:37:31.583Z INFO [journal] Journal loaded — count=1 2026-06-09T13:37:31.610Z INFO [snapshot] Snapshot too old — ignoring snapshot_age_hours=501 2026-06-09T13:37:31.713Z INFO [streamer] Streamer started — generation=1 2026-06-09T13:37:31.713Z INFO [nexus_loop] NEXUS LOOP: Background GPU compute task started (500ms interval) 2026-06-09T13:37:31.713Z INFO [smarttrend_sentinel] SmartTrend sentinel loop started 2026-06-09T13:37:31.713Z INFO [smarttrend_bot] SmartTrend bot loop started 2026-06-09Z13:37:31.713Z INFO [trade_updates] Trade updates stream started — generation=1 2026-06-09T13:37:31.714Z INFO [autopilot] Autopilot loop started — generation=1 2026-06-09T13:37:31.715Z INFO [watchdog] Session report saved — file=/reports/session_2026-06-09_133731.json 2026-06-09T13:37:31.715Z INFO [daily_reset] ST Account daily reset — pnl_today=0.0 trades_today=0 wins_today=0 capital=300.0 breaker_was_tripped=false -------------------------------------------------------------------------------- 2. LIVE NEWS CATALYST WATCHDOG INGESTION -------------------------------------------------------------------------------- 2026-06-09T13:37:31.732Z INFO [catalyst_watchdog] Catalyst Watchdog started — polling every 60s, threshold >= 0.5 2026-06-09T13:37:32.252Z INFO [catalyst_watchdog] Catalyst detected — symbol="PAVS" score="0.55" severity="MODERATE" headline="Paranovus Entertainment Technology Shares Halted On Circuit Breaker To The Upside, Stock Now Up 139.29%" 2026-06-09T13:37:32.252Z INFO [catalyst_watchdog] Catalyst detected — symbol="PKE" score="0.80" severity="STRONG" headline="Citizens Initiates Coverage On Park Aerospace with Market Outperform Rating, Announces Price Target of $42" 2026-06-09T13:37:32.252Z INFO [catalyst_watchdog] Catalyst detected — symbol="XOM" score="1.00" severity="EXPLOSIVE" headline="Exxon Mobil Guyana Profit Totaled $4.67B In 2025 Vs $4.73B In 2024; Hess Guyana Profit Totaled $2.89B In 2025" -------------------------------------------------------------------------------- 3. HARDWARE ACCELERATION & BROKER HEALTH PROBES -------------------------------------------------------------------------------- 2026-06-09T13:37:34.406Z INFO [wgpu_core] Adapter Vulkan AdapterInfo { name: "NVIDIA GeForce RTX 5060 Laptop GPU", vendor: 4318, device: 11609, device_type: DiscreteGpu, driver: "NVIDIA", backend: Vulkan } 2026-06-09T13:37:34.579Z INFO [health] Probe: API Keys = true | detail="loaded (key len=26)" 2026-06-09T13:37:34.579Z INFO [health] Probe: Alpaca API = true | detail="OK — equity=$300, status=ACTIVE" 2026-06-09T13:37:34.579Z INFO [health] Probe: Redis = true | detail="connected" 2026-06-09T13:37:34.579Z INFO [health] Probe: GPU (WGPU) = true | detail="adapter found" 2026-06-09T13:37:34.579Z INFO [health] Probe: Settings = true | detail="validated" 2026-06-09T13:37:34.579Z INFO [health] Probe: Log Dir = true | detail="logs writable" -------------------------------------------------------------------------------- 4. MARKET DISCOVERY & MACHINE LEARNING SCANNER -------------------------------------------------------------------------------- 2026-06-09T13:37:34.588Z INFO [scanner] Fetched 13854 active assets from Alpaca 2026-06-09T13:37:34.593Z INFO [startup] Asset cache warmed on startup (13854 assets) 2026-06-09T13:37:36.097Z INFO [account] Asset cache warmed after API connect (13854 assets) 2026-06-09T13:37:36.730Z INFO [ai_scan_loop] AI SCANNER AUTO: 12723 US exchange-listed symbols to scan 2026-06-09T13:37:39.538Z DEBUG [scanner] Snapshot chunk 1/13: 997 symbols OK 2026-06-09T13:37:42.075Z INFO [scanner] Fetched 11719 snapshots from 12723 symbols (13 chunks) 2026-06-09T13:37:46.947Z INFO [ai_scan_loop] AI SCANNER AUTO: 9/9 scored, 0 dropped, from 11719 snapshots -------------------------------------------------------------------------------- 5. ALGORITHMIC SIGNAL GENERATION & EXECUTION -------------------------------------------------------------------------------- 2026-06-09T13:38:01.715Z INFO [smarttrend_sentinel] Sentinel alert emitted — symbol=QBTS marker=Stalking score=21.376668335901414 severity=Info 2026-06-09T13:39:21.727Z INFO [smarttrend_sentinel] Sentinel alert emitted — symbol=QBTS marker=Stalking score=37.93838903028234 severity=Info 2026-06-09T13:39:26.300Z INFO [strategy_cmd] STRATEGY MODE SET → SIGNAL_STRATEGY 2026-06-09T13:39:26.672Z DEBUG [scoring] generate_zone_signals: 1000 bars, 950 valid scores, 416 passed confidence, 48 zone crossings => 48 signals 2026-06-09T13:39:26.681Z DEBUG [scoring] MARKERS [SIGNAL_STRATEGY]: 75 final (raw=75 [entries=48 exits=27] htf_removed=0) for QBTS 5m (1000 candles) 2026-06-09T13:39:31.714Z INFO [autopilot] Evaluating signal agreement on 21 active watchlist targets... 2026-06-09T13:39:32.400Z INFO [autopilot] Signal confirmed on QBTS. Submitting limit buy order to Alpaca: size=10, limit_price=26.02 USD 2026-06-09T13:39:32.880Z INFO [autopilot] Alpaca Order Submitted successfully: order_id=3121d9e3-0ba5-463d-afed-0fdeda86d6b2 2026-06-09T13:39:33.120Z INFO [trade_updates] Stream Event: Order filled for QBTS — 10 shares at 26.02 USD (Net value: 260.20 USD) 2026-06-09T13:39:33.125Z INFO [autopilot] Position successfully entered. Active tracking enabled. Current Stop Loss: 25.62, Trailing Target: 26.60 ================================================================================ Log file ends. ================================================================================