• Joined on 2026-02-17
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 09:48:49 +00:00
4b841bc5f4 fix: floating PnL now accounts for half-position after TP1
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 09:40:02 +00:00
2f9dce483c fix: simulate limit orders for TP/SL (match real trading)
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 09:31:14 +00:00
d351949a7c fix: historical pnl_r correction script
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 09:29:35 +00:00
45bad25156 fix(P0): pnl_r calculation + cooldown bypass + partition month bug
lulu created branch review/claude-code-audit in lulu/arbitrage-engine 2026-03-01 08:37:17 +00:00
lulu pushed to review/claude-code-audit at lulu/arbitrage-engine 2026-03-01 08:37:17 +00:00
lulu pushed tag v5.1 to lulu/arbitrage-engine 2026-03-01 08:37:13 +00:00
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 08:34:58 +00:00
d8ad87958a docs: add comprehensive project documentation (PROJECT.md)
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 07:58:52 +00:00
9528d69a42 fix: deduplicate recent_large_trades to prevent memory bloat
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 07:29:17 +00:00
8b73500d22 feat: migrate auth system from SQLite to PostgreSQL
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 07:16:05 +00:00
4f54e36d1a feat: dual-write agg_trades to local PG + Cloud SQL
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 01:42:41 +00:00
77d38c7269 fix: add total_pnl to stats API top-level response
lulu pushed to main at lulu/arbitrage-engine 2026-03-01 01:37:04 +00:00
bda42e669a feat: stats panel with per-symbol tabs (ALL/BTC/ETH/XRP/SOL) - full stats for each coin
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 15:38:16 +00:00
abfdc63705 feat: liquidation_collector.py - Binance WS forceOrder realtime + 5min aggregation to market_indicators
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 15:34:27 +00:00
6659c4524c feat: market_data_collector add funding_rate collection for all 4 symbols
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 14:33:34 +00:00
83dc456119 feat: signal page add detailed 5-layer explanation section
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 13:45:28 +00:00
022ead6d6c feat: paper_trades store score_factors JSONB (direction/crowding/environment/confirmation/auxiliary breakdown)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 13:31:15 +00:00
404cc683e0 fix: latest signals pass symbol without USDT suffix to signal-history API
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 13:20:25 +00:00
71192d4209 fix: latest signals use signal-history API (last triggered signal, not realtime eval)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 12:45:47 +00:00
374615dea7 feat: paper page show latest signal per coin