| {{ tt('futures.unified.workbench.colName', '名称') }} | {{ tt('futures.unified.workbench.colDirection', '方向') }} | {{ tt('futures.unified.workbench.colLeverage', '杠杆') }} | {{ tt('futures.unified.workbench.colScope', '范围') }} | {{ tt('futures.unified.workbench.colStatus', '状态') }} | {{ tt('futures.unified.workbench.colMargin', '保证金') }} | {{ tt('futures.unified.workbench.colMarketFilter', '大盘过滤') }} | {{ tt('futures.unified.workbench.colDirectionGate', '方向门(100m)') }} | {{ tt('futures.unified.workbench.colUpdated', '更新') }} | {{ tt('futures.unified.workbench.colOps', '操作') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ c.name || ('#' + c.id) }} | {{ fmtDirection(c) }} | {{ (c.leverage || 3) }}x | {{ fmtScope(c.monitorScope) }} | {{ c.status === 1 ? tt('futures.common.running', '运行中') : tt('futures.common.stopped', '已停止') }} | {{ c.positionAmount }} USDT | {{ c.marketFilterEnabled ? (c.marketFilterSymbol || 'BTC') : tt('futures.unified.workbench.marketFilterOff', '关') }} | {{ fmtDirectionGate(c) }} | {{ fmtTime(c.updatedAt || c.createdAt) }} |
|
| {{ tt('futures.unified.positions.colStrategy', '策略') }} | {{ tt('futures.unified.positions.colSymbol', '合约') }} | {{ tt('futures.unified.positions.colDirection', '方向') }} | {{ tt('futures.unified.positions.colLeverage', '杠杆') }} | {{ tt('futures.unified.positions.colMargin', '保证金') }} | {{ tt('futures.unified.positions.colAvgPrice', '开仓均价') }} | {{ tt('futures.unified.positions.colMarkPrice', '标记价') }} | {{ tt('futures.unified.positions.colPnlUsdt', '浮盈 USDT') }} | {{ tt('futures.unified.positions.colPnlPct', '浮盈%') }} | {{ tt('futures.unified.positions.colStopLoss', '止损价') }} | {{ tt('futures.unified.positions.colStopProfit', '止盈价') }} | {{ tt('futures.unified.positions.colOpenedAt', '开仓时间') }} | {{ tt('futures.unified.positions.colOps', '操作') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ p.symbol }} ↗ | {{ p.positionSide === 'SHORT' ? tt('futures.common.short', '做空') : tt('futures.common.long', '做多') }} | {{ (p.leverage || '—') + (p.leverage ? 'x' : '') }} | {{ fmtUsdt(p.marginAmount) }} | {{ fmtNum(p.averagePrice) }} | {{ fmtNum(p.currentPrice) }} | {{ fmtSignedUsdt(p.unrealizedPnlUsdt) }} | {{ fmtPct(p.unrealizedPnlPct) }} | {{ fmtNum(p.stopLossPrice) }} | {{ fmtNum(p.stopProfitPrice) }} | {{ fmtTime(p.openedAt) }} |
| {{ tt('futures.unified.history.colStrategy', '策略') }} | {{ tt('futures.unified.history.colSymbol', '合约') }} | {{ tt('futures.unified.history.colDirection', '方向') }} | {{ tt('futures.unified.history.colLeverage', '杠杆') }} | {{ tt('futures.unified.history.colMargin', '保证金') }} | {{ tt('futures.unified.history.colOpenClosePrice', '开/平价') }} | {{ tt('futures.unified.history.colRealizedPnl', '已实现盈亏') }} | {{ tt('futures.unified.history.colReturn', '收益率') }} | {{ tt('futures.unified.history.colCommission', '手续费') }} | {{ tt('futures.unified.history.colFunding', '资金费') }} | {{ tt('futures.unified.history.colNetPnl', '净盈亏') }} | {{ tt('futures.unified.history.colReason', '原因') }} | {{ tt('futures.unified.history.colClosedAt', '平仓时间') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ h.symbol }} | {{ h.positionSide === 'SHORT' ? tt('futures.common.short', '做空') : tt('futures.common.long', '做多') }} | {{ h.leverage ? h.leverage + 'x' : '—' }} | {{ fmtUsdt(h.marginAmount) }} | {{ fmtNum(h.avgBuyPrice) }} → {{ fmtNum(h.sellAvgPrice) }} | {{ fmtSignedUsdt(h.realizedPnl) }} | {{ fmtPct(h.realizedPnlPct) }} | {{ fmtUsdt(h.commission) }} | {{ fmtFunding(h.fundingAmount) }} | {{ h.realizedPnlAfterFunding != null ? fmtSignedUsdt(h.realizedPnlAfterFunding) : tt('futures.unified.history.settling', '结算中…') }} | {{ fmtCloseReason(h.closedReason) }} {{ tt('futures.unified.history.needCheck', '需核对') }} | {{ fmtTime(h.closedAt) }} |
| {{ tt('futures.unified.analytics.colStrategy', '策略') }} | {{ tt('futures.unified.analytics.colTrades', '笔数') }} | {{ tt('futures.unified.analytics.colWinRate', '胜率') }} | {{ tt('futures.unified.analytics.colNetPnl', '净盈亏') }} |
|---|---|---|---|
| {{ s.strategyName || (s.configId ? ('#' + s.configId) : '—') }} | {{ tt('futures.unified.analytics.tradesWin', s.trades + '(盈 ' + s.winTrades + ')', { n: s.trades, win: s.winTrades }) }} | {{ fmtPct(s.winRate) }} | {{ fmtSignedUsdt(s.netPnl) }} |
| {{ tt('futures.unified.analytics.colSymbol', '合约') }} | {{ tt('futures.unified.analytics.colTrades', '笔数') }} | {{ tt('futures.unified.analytics.colWinRate', '胜率') }} | {{ tt('futures.unified.analytics.colNetPnl', '净盈亏') }} |
|---|---|---|---|
| {{ co.symbol }} | {{ tt('futures.unified.analytics.tradesWin', co.trades + '(盈 ' + co.winTrades + ')', { n: co.trades, win: co.winTrades }) }} | {{ fmtPct(co.winRate) }} | {{ fmtSignedUsdt(co.netPnl) }} |