{{ stats.total_trades != null ? stats.total_trades : '--' }}笔
{{ stats.win_rate != null ? (stats.win_rate * 100).toFixed(1) + '%' : '--' }}胜率
{{ stats.profit_factor != null ? Number(stats.profit_factor).toFixed(2) : '--' }}盈亏比
{{ stats.max_drawdown != null ? fmtNum(stats.max_drawdown) : '--' }}回撤