24h Change:
{{Intl.NumberFormat('zh').format(currentCoin.diff24Hour)}} ({{Intl.NumberFormat('zh').format(currentCoin.rate24Hour)}}%)
24h High:
{{Intl.NumberFormat('zh').format(currentCoin.high24Hour)}} ({{Intl.NumberFormat('zh').format(currentCoin.rateHight)}}%)
24h Low:
{{Intl.NumberFormat('zh').format(currentCoin.low24Hour)}} ({{Intl.NumberFormat('zh').format(currentCoin.rateLow)}}%)
FYBIT INDEX ({{currentCoin.symbol}}): {{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
TIME: (UTC)
| 交易对 | 数量 | 杠杆 | 价格 | 强制平仓 | 止损价格 | 卖出(限价)价格 | 卖出(市价)价格 | 未实现盈亏 (%) | 手续费 (%) | 到期时间 (UTC) |
|---|---|---|---|---|---|---|---|---|---|---|
| {{item.symbol}} {{item.type}} 🡱🡳 | {{item.amount}} {{item.dataSymbol}} | {{item.leverage}}x | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} | {{item.lostCut.toLocale(PriceRoundNum(item.symbol), true)}} |
|
|
{{(item.pnl*1.0).toLocale(AmountRoundNum(item.dataSymbol), true)}} ({{percentLocale(item.pnlPercent.toLocale(2), 'zh')}}) | {{item.fee.toLocale(AmountRoundNum(item.dataSymbol), true) }} ({{percentLocale(item.feePercent.toLocale(2), 'zh')}}) | {{item.date}} |
| 交易对 | 类型 | 数量 | 价格 | 日期 (UTC) | 杠杆 | 止损价格 | 操作 |
|---|---|---|---|---|---|---|---|
| {{row.symbol}} {{row.position}} 🡱🡳 | {{row.type}} | {{row.amount}} {{row.amountSymbol}} | {{row.price.toLocale(PriceRoundNum(row.symbol), true)}} | {{row.date}} | {{row.leverage.toLocale(2, false)}}x | {{row.stopLossPrice.toLocale(PriceRoundNum(row.symbol), true)}} |
| 交易对 | 类型 | 分类 | 持仓金额 | 均价 | 卖出价格 | 杠杆 | PnL (%) | 手续费 (%) | 净利润 (%) | 日期 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{row.symbol}} 🡱🡳 | 卖出 | {{row.classification}} | {{row.positionAmount}} | {{row.averagePrice}} | {{row.sellPrice}} | {{row.leverage.toLocale(2, false)}}x | {{row.pnl.toLocale(PriceRoundNum("USDT"), true)}} ({{row.pnlPercent.toLocale(2, true)}}%) | {{row.fees.toLocale(PriceRoundNum(row.amountSymbol), true)}} ({{row.feesPercent.toLocale(2, true)}}%) | {{formatNetProfit(calculateNetProfit(row.pnl, row.fees), calculateNetProfitPercent(row.pnl, row.fees, row.pnlPercent, row.feesPercent))}} | {{row.closedDate}} |
| 没有已平仓的持仓 | ||||||||||
-
USDT
| 交易对 | 金额 (USDT) | 未实现盈亏 | 价格 |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{(item.pnl*1.0).toLocale(AmountRoundNum(item.dataSymbol), true)}} ({{percentLocale(item.pnlPercent.toLocale(2), 'zh')}}) | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| 表中无可用数据 | |||
|
交易对
{{!!getCurrentPosition && getCurrentPosition.symbol}}
|
金额 (USDT)
{{!!getCurrentPosition && getCurrentPosition.amount}}
|
|
价格 (USDT)
{{!!getCurrentPosition && getCurrentPosition.price.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
杠杆
{{!!getCurrentPosition && getCurrentPosition.leverage}}
|
|
止损 (USDT)
{{!!getCurrentPosition && getCurrentPosition.lostCut.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
未实现盈亏 (%)
{{!!getCurrentPosition && (getCurrentPosition.pnl*1.0).toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.pnlPercent.toLocale(2), 'zh')+')')}}
|
|
手续费 (%)
{{!!getCurrentPosition && getCurrentPosition.fee.toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.feePercent.toLocale(2), 'zh')+')')}}
|
到期时间 (UTC)
{{!!getCurrentPosition && getCurrentPosition.date}}
|
|
止损 (USDT)
|
限价卖出 (USDT)
|
| 交易对 | 金额 (USDT) | 类型 | 价格 |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{item.type}} | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| 表中无可用数据 | |||
|
交易对
{{!!getCurrentOrder && getCurrentOrder.symbol}}
|
金额 (USDT)
{{!!getCurrentOrder && getCurrentOrder.amount}}
|
|
价格 (USDT)
{{!!getCurrentOrder && getCurrentOrder.price.toLocale(PriceRoundNum(getCurrentOrder.symbol), true)}}
|
杠杆
{{!!getCurrentOrder && getCurrentOrder.leverage}}x
|
|
类型
{{!!getCurrentOrder && getCurrentOrder.type}}
|
日期 (UTC)
{{!!getCurrentOrder && getCurrentOrder.date}}
|
FYBIT指数
{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
价格来源:
- Bitfinex {{baseExchange.price1.toLocale(BasePriceRoundNum(currentCoin.symbol))}}{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol)).replace(/\d/g, '-')}}
- HTX {{baseExchange.price2.toLocale(BasePriceRoundNum(currentCoin.symbol))}}{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol)).replace(/\d/g, '-')}}
- Binance {{baseExchange.price3.toLocale(BasePriceRoundNum(currentCoin.symbol))}}{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol)).replace(/\d/g, '-')}}
- Coinbase {{baseExchange.price4.toLocale(BasePriceRoundNum(currentCoin.symbol))}}{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol)).replace(/\d/g, '-')}}
- Bybit {{baseExchange.price6.toLocale(BasePriceRoundNum(currentCoin.symbol))}}{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol)).replace(/\d/g, '-')}}