总资金
{{ stats.total_capital.toLocaleString() }}
现金
{{ stats.cash.toLocaleString() }}
持仓数量
{{ stats.positions }} / 5
累计交易
{{ stats.trade_count }} 笔
总盈亏
{{ stats.total_pnl >= 0 ? '+' : '' }}{{ stats.total_pnl.toLocaleString() }} ({{ stats.total_pnl >= 0 ? '+' : '' }}{{ stats.total_pnl_pct }}%)