前端(/live page.tsx 594行): - L0: 顶部固定风险条(sticky) - 交易状态/R预算/对账/清算/连亏 - L1: 一键止血区 - 全平/禁新仓/恢复(双重确认) - L2: 账户概览8卡片 - 权益/保证金/杠杆/今日PnL/总PnL/成本/胜率PF - L3: 当前持仓(WS实时) - 含清算距离/滑点/裸奔/延迟/OrderID - L4: 执行质量面板 - 滑点/延迟P50/P95按币种分组 - L5: 对账面板 - 本地vs币安持仓+挂单+差异列表 - L6: 风控状态 - 规则检查+熔断原因+恢复条件 - L8: 实盘vs模拟盘对照 - signal_id匹配+入场差/R差 - L9: 权益曲线+回撤 - 双Area叠加 - L10: 历史交易 - 含成交价/滑点/费用+筛选 - L11: 系统健康 - PM2进程状态+数据新鲜度 后端新增API: - /api/live/account: 币安账户数据 - /api/live/health: PM2进程+数据新鲜度 - /api/live/reconciliation: 对账(本地vs币安) - /api/live/execution-quality: 执行质量统计 - /api/live/paper-comparison: 实盘vs模拟盘 |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| lib | ||
| public | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.