| {{ tt('account.overview.table.symbol', null, '币种') }} | {{ tt('account.overview.table.totalQty', null, '总持仓数量') }} | {{ tt('account.overview.table.totalValue', null, '总市值(USDT)') }} | {{ tt('account.overview.table.gridValue', null, '网格市值(USDT)') }} | {{ tt('account.overview.table.ratio', null, '占比%') }} | {{ tt('account.overview.table.risk', null, '风险') }} |
|---|---|---|---|---|---|
| {{ s.symbol }} | {{ fmtQty(s.totalPositionQty) }} | {{ fmtPrice(s.totalPositionValueUsdt) }} | {{ fmtPrice(s.gridPositionValueUsdt) }} | {{ fmtPct(s.ratioPct) }} | {{ tt('account.overview.risk.high', null, '集中度过高') }} {{ tt('account.overview.risk.mid', null, '略集中') }} {{ tt('account.overview.risk.low', null, '分散') }} |