• Joined on 2026-02-17
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 12:38:54 +00:00
95fec35d97 fix: paper balance font-size auto-fit (text-base instead of text-lg)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 12:30:13 +00:00
1d2304261b feat: paper frontend use aggTrade WS for real-time price (every tick instead of 1s)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 12:03:51 +00:00
95b45d0f07 fix: skip first 3 cycles after cold start to prevent duplicate paper trades
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 12:00:20 +00:00
d0e626a437 feat: paper summary add balance + pnl_usdt
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:55:41 +00:00
7b901a2390 feat: paper_monitor.py - WebSocket realtime TP/SL + frontend WS price feed (1s update)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:49:51 +00:00
d177d28498 fix: paper positions use Binance realtime price instead of signal_indicators
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:45:50 +00:00
66810701fb feat: paper trading signal flip - reverse signal closes existing position then opens new
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:40:13 +00:00
f90df6f3b5 feat: paper positions show real-time price + unrealized PnL (R + USDT)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:30:20 +00:00
47004ece8c feat: paper trading deduct taker fee 0.05% per side (0.1% round trip)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:24:30 +00:00
59910fe9cd fix: paper page use useAuth() instead of manual localStorage check
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:21:03 +00:00
961cbc6bd8 chore: gitignore __pycache__
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:20:08 +00:00
b232270948 fix: add Request import
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:19:03 +00:00
cd17c76000 fix: remove duplicate return causing IndentationError in main.py
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:13:41 +00:00
282aed138a feat: paper trading switch + config API + max positions limit
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:10:30 +00:00
e054db112d feat: paper trading - backend (table+signal_engine integration+5 APIs) + frontend page
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 11:03:45 +00:00
317031ab57 fix: signal_engine now reads real market_indicators (JSONB parsing + OI change rate)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 10:46:29 +00:00
271658c725 ui: sidebar label → 信号引擎 V5.1
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 10:42:52 +00:00
9382d35496 ui: compact signal engine layout - smaller panels, tighter spacing, V5.1 title
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 10:22:55 +00:00
fb37dfb288 fix: show 4 decimal places for prices under 00 (XRP/SOL)
lulu pushed to main at lulu/arbitrage-engine 2026-02-28 10:19:35 +00:00
2c28d660ce fix: add XRP/SOL to trades and kline pages