{{ t('page-title') }}
{{ visibleTraders.length }} / {{ traders.length }}
{{ t('page-sub') }}
{{ t('loading') }}
⚠️
{{ error }}
| # | {{ t('th-trader') }} | ROI ↓ | PNL ↓ | {{ t('th-balance') }} ↓ | {{ t('th-subs') }} ↓ | {{ t('th-winrate') }} | {{ t('th-days') }} | {{ t('th-action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ i+1 }} |
{{ tr.trader_name || tr.top_trader_id.slice(0,8)+'…' }}
{{ tr.account_name || '—' }}
|
{{ fmtPct(tr.roi) }} | {{ fmtMoney(tr.pnl) }} | {{ fmtMoney((tr.um_margin_balance||0)+(tr.cm_margin_balance||0)) }} | {{ fmtNum(tr.subscribers) }} | {{ tr.win_rate?(tr.win_rate*100).toFixed(1)+'%':'—' }} | {{ tr.days_active||'—' }} |
{{ t('lock-count').replace('{n}', traders.length - FREE_LIMIT) }}
{{ t('lock-sub') }}
📭
暂无数据,等待系统初始化
{{ tr.trader_name || tr.top_trader_id.slice(0,8)+'…' }}
#{{ i+1 }}
{{ tr.account_name || tr.top_trader_id.slice(0,12)+'…' }}
ROI
{{ fmtPct(tr.roi) }}
PNL
{{ fmtMoney(tr.pnl) }}
{{ t('th-balance') }}
{{ fmtMoney((tr.um_margin_balance||0)+(tr.cm_margin_balance||0)) }}
{{ t('th-winrate') }}
{{ (tr.win_rate*100).toFixed(1) }}%
{{ t('lock-count').replace('{n}', traders.length - FREE_LIMIT) }}
{{ t('lock-sub') }}