arbitrage-engine/frontend/app
root fb0c3806b5 feat: PnL五项拆解 (gross/fee/funding/slippage/net)
后端:
- /api/live/trades 返回 gross_pnl_r, fee_r, funding_r, slippage_r, net_pnl_r
- gross = 方向盈亏(含TP1半仓锁定)
- fee_r = 实际手续费/risk_usd
- funding_r = 不利资金费/risk_usd
- slippage_r = 滑点损失估算
- net = pnl_r(已是净值)

前端L10:
- 表头改为: Gross | Fee | FR | Slip | Net
- 颜色: gross绿/红, fee橙, FR紫, slip灰, net加粗绿/红
- 每笔交易一目了然:赚了多少、扣了多少、净剩多少
2026-03-02 10:13:51 +00:00
..
about feat: full light theme - white bg, blue accent, responsive navbar 2026-02-27 02:26:15 +00:00
dashboard feat: full light theme - white bg, blue accent, responsive navbar 2026-02-27 02:26:15 +00:00
history feat: merge history into dashboard, remove history nav entry 2026-02-27 08:25:11 +00:00
kline fix: add XRP/SOL to trades and kline pages 2026-02-28 10:19:33 +00:00
live feat: PnL五项拆解 (gross/fee/funding/slippage/net) 2026-03-02 10:13:51 +00:00
login feat: V2.0 auth system - JWT access/refresh, invite codes, route protection, admin CLI, auth gate blur overlay 2026-02-27 11:08:57 +00:00
paper fix: frontend use DB risk_distance + add entry time with ms 2026-03-02 07:13:52 +00:00
paper-v52 fix: frontend use DB risk_distance + add entry time with ms 2026-03-02 07:13:52 +00:00
register feat: V2.0 auth system - JWT access/refresh, invite codes, route protection, admin CLI, auth gate blur overlay 2026-02-27 11:08:57 +00:00
server fix: 服务器监控页面改用白色主题统一现有风格(white bg/slate text/blue accent) 2026-02-27 17:50:21 +00:00
signals feat: store and serve indicators per strategy 2026-03-02 02:52:17 +00:00
signals-v52 feat: store and serve indicators per strategy 2026-03-02 02:52:17 +00:00
trades fix: show 4 decimal places for prices under 00 (XRP/SOL) 2026-02-28 10:22:52 +00:00
favicon.ico feat: arbitrage engine Phase 0 scaffold - FastAPI + Next.js 2026-02-26 12:06:10 +00:00
globals.css feat: V5.2 frontend differentiation - strategy tabs, side-by-side scores, visual badges 2026-03-01 12:21:19 +00:00
layout.tsx feat: V5.2 frontend differentiation - strategy tabs, side-by-side scores, visual badges 2026-03-01 12:21:19 +00:00
page.tsx feat: V4 trades page - live trades + delta analysis + sidebar entry, remove from dashboard 2026-02-27 11:47:32 +00:00