{{ error }}
| 代码 | 名称 | 持仓 | 买入价 | 现价 | 成本 | 市值 | 盈亏 | 涨幅 |
|---|---|---|---|---|---|---|---|---|
| {{ code }} | {{ pos.name }} | {{ formatShares(pos.shares) }} | {{ pos.buy_price.toFixed(2) }} | {{ pos.cur_price.toFixed(2) }} | {{ fmt(pos.cost) }} | {{ fmt(pos.market_value) }} | {{ fmt(pos.pnl) }} | {{ fmtPct(pos.pnl_pct) }} |
暂无持仓
| 时间 | 代码 | 名称 | 方向 | 价格 | 数量 | 金额 | 盈亏 | 原因 |
|---|---|---|---|---|---|---|---|---|
| {{ formatTime(t.time) }} | {{ t.code }} | {{ t.name }} | {{ t.direction }} | {{ t.price.toFixed(2) }} | {{ formatShares(t.shares) }} | {{ fmt(t.amount) }} | {{ t.pnl !== null ? fmt(t.pnl) : '-' }} | {{ t.reason || '' }} |
暂无交易记录
暂无复盘报告
运行 python3 cron.py 生成复盘
暂无数据
暂无数据