• Joined on 2026-02-17
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 15:34:23 +00:00
dfcf4f43c4 fix: show 4-layer scores for BTC too (removed !isBTC guard)
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 15:32:06 +00:00
2a9e4db756 fix: pass ALT layer scores into BTC factors for frontend display
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 15:27:05 +00:00
f87edc0339 feat: add ALT gate-control card to signals-v53 and paper-v53 latest signals
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 15:22:55 +00:00
1e982c48f9 feat: extend RT-WS to ETH/XRP/SOL + add per-symbol 4-gate control to v53_alt
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 14:37:39 +00:00
57f749c094 fix: set gate_passed=True for ALT track in save_feature_event (NOT NULL constraint)
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 14:35:28 +00:00
a7cd78e06f feat: implement save_feature_event() for v53 training data collection (Phase 3)
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 14:28:21 +00:00
224ca20666 fix: add LatestSignals component to paper-v53 page
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 14:09:51 +00:00
18af5bb711 feat: add V5.3 signal + paper frontend pages and sidebar nav
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 13:59:36 +00:00
85db47e41f feat: Phase 2 - realtime WebSocket OBI + spot/perp divergence for BTC gate-control, tiered whale CVD in-process
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 13:42:22 +00:00
17a387b6f4 feat: Phase 2 - collect obi_depth_10, spot_perp_divergence, tiered_cvd_whale for BTC gate-control
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 13:35:25 +00:00
fcac8c2334 feat: Phase 1 - V5.3 dual-track signal engine (ALT 55/25/15/5, BTC gate-control)
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 13:27:42 +00:00
4c43309c16 fix: remove leftover conn.commit() after deleting paper_check_positions
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 13:22:54 +00:00
0a5222a1de feat: Phase 0 - add signal_feature_events/label_events tables, atr_value snapshot, label_backfill script
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 13:00:55 +00:00
8280aaf6ea refactor: A1 hot-reload strategy configs, A4 remove dead paper_check_positions, A6 signals/history query signal_indicators
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 12:53:28 +00:00
cf7756b4e5 security: S2 remove hardcoded DB password, S3 JWT already enforced, S4 remove localhost CORS
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 12:45:38 +00:00
c645178f7b fix: H4 - restrict /api/kline to BTC/ETH, return 400 for XRP/SOL
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 12:36:59 +00:00
3172300fd0 fix: increase sync connection pool maxconn 5->20 to prevent pool exhaustion
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 12:30:04 +00:00
91ed44ad9f refactor: unify all DB connections to Cloud SQL, remove dual-write and SQLite code
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 11:58:28 +00:00
c0c37c4c7e security: remove hardcoded Discord token, load from env/GCP Secret Manager
lulu pushed to main at lulu/arbitrage-engine 2026-03-03 09:36:01 +00:00
0d9dffa44d docs: expand v5.3 weight model and refactor implementation checklist