编辑模式 (点击取消)
成交总额: {{ formatMoney(calculateTotal(form)) }} {{ form.currency }}
最近交易
{{ t.symbol }} / {{ t.exchange }}
{{ formatDateSmart(t.datetime) }}
{{ t.note }}
{{ t.type === 'buy' ? '-' : '+' }}{{ formatMoney(calculateTotal(t)) }}
{{ t.quantity }} @ {{ t.price }}
已实现盈亏 (Realized P/L)
{{ currency }}
{{ amount > 0 ? '+' : ''}}{{ formatMoney(amount) }}
0.00
已平仓交易的净利润总和 (多币种独立统计)
持仓概览
币种持仓总成本总浮动盈亏
{{ currency }}
{{ formatMoney(data.totalCost) }}
{{ data.unrealizedPL > 0 ? '+' : ''}}{{ formatMoney(data.unrealizedPL) }}
无持仓
持仓分布 (基于筛选)
| 标的 | 持仓量 | 成本均价 | 当前价 | 持仓成本 | 浮动盈亏 |
|---|---|---|---|---|---|
|
{{ h.symbol }}
{{ h.qty < 0 ? '空单' : '多单' }} / {{h.exchange}}
|
{{ formatNumber(h.qty) }} | {{ formatMoney(h.avgPrice) }} |
{{ formatMoney(h.cost) }}
{{ h.currency }}
|
{{ formatMoney(h.unrealizedPL) }} | |
| 无持仓数据 | |||||
明细 ({{ filteredTransactions.length }})
{{ t.symbol }} / {{ t.exchange }}
{{ formatDateSmart(t.datetime) }}
{{ perTransactionPnL[t.id] >= 0 ? '+' : '' }}{{ formatMoney(perTransactionPnL[t.id]) }}
(P/L)
{{ t.type === 'buy' ? '买' : '卖' }} {{ t.quantity }} @ {{ t.price }}
{{ formatMoney(calculateTotal(t)) }} {{ t.currency }}
{{ currentPage }} / {{ totalPages }}
配置管理 (可拖动排序)
交易所 / 平台
{{ item }}
交易标的 (Symbol)
{{ item }}
结算货币
{{ item }}
数据维护
导入