24h Change:
{{Intl.NumberFormat('nl').format(currentCoin.diff24Hour)}} ({{Intl.NumberFormat('nl').format(currentCoin.rate24Hour)}}%)
24h High:
{{Intl.NumberFormat('nl').format(currentCoin.high24Hour)}} ({{Intl.NumberFormat('nl').format(currentCoin.rateHight)}}%)
24h Low:
{{Intl.NumberFormat('nl').format(currentCoin.low24Hour)}} ({{Intl.NumberFormat('nl').format(currentCoin.rateLow)}}%)
FYBIT INDEX ({{currentCoin.symbol}}): {{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
TIME: (UTC)
| Symbool | Bedrag | Hefboom | Prijs | Verliesverlaging | Stop Loss-prijs | Verkoop (limiet) prijs | Verkoop (markt)prijs | Ongerealiseerde (%) | Kosten (%) | Vervaldatum (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), 'nl')}}) | {{item.fee.toLocale(AmountRoundNum(item.dataSymbol), true) }} ({{percentLocale(item.feePercent.toLocale(2), 'nl')}}) | {{item.date}} |
| Symbool | Type | Bedrag | Prijs | Datum (UTC) | Hefboom | Stop Loss-prijs | Actie |
|---|---|---|---|---|---|---|---|
| {{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)}} |
| Symbool | Type | Classificatie | Positiebedrag | Gemiddelde prijs | Verkoopprijs | Hefboom | PnL (%) | Kosten (%) | Nettowinst (%) | Datum |
|---|---|---|---|---|---|---|---|---|---|---|
| {{row.symbol}} 🡱🡳 | VERKOPEN | {{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}} |
| Geen gesloten posities | ||||||||||
-
USDT
| Symbool | Bedrag (USDT) | Ongerealiseerde PnL | Prijs |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{(item.pnl*1.0).toLocale(AmountRoundNum(item.dataSymbol), true)}} ({{percentLocale(item.pnlPercent.toLocale(2), 'nl')}}) | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| Er zijn geen gegevens beschikbaar in de tabel | |||
|
Symbool
{{!!getCurrentPosition && getCurrentPosition.symbol}}
|
Bedrag (USDT)
{{!!getCurrentPosition && getCurrentPosition.amount}}
|
|
Prijs (USDT)
{{!!getCurrentPosition && getCurrentPosition.price.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
Hefboom
{{!!getCurrentPosition && getCurrentPosition.leverage}}
|
|
Verliesgrens (USDT)
{{!!getCurrentPosition && getCurrentPosition.lostCut.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
Ongerealiseerde (%)
{{!!getCurrentPosition && (getCurrentPosition.pnl*1.0).toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.pnlPercent.toLocale(2), 'nl')+')')}}
|
|
Kosten (%)
{{!!getCurrentPosition && getCurrentPosition.fee.toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.feePercent.toLocale(2), 'nl')+')')}}
|
Vervaldatum (UTC)
{{!!getCurrentPosition && getCurrentPosition.date}}
|
|
Stop Loss (USDT)
|
Verkoop limiet (USDT)
|
| Symbool | Bedrag (USDT) | Type | Prijs |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{item.type}} | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| Er zijn geen gegevens beschikbaar in de tabel | |||
|
Symbool
{{!!getCurrentOrder && getCurrentOrder.symbol}}
|
Bedrag (USDT)
{{!!getCurrentOrder && getCurrentOrder.amount}}
|
|
Prijs (USDT)
{{!!getCurrentOrder && getCurrentOrder.price.toLocale(PriceRoundNum(getCurrentOrder.symbol), true)}}
|
Hefboom
{{!!getCurrentOrder && getCurrentOrder.leverage}}x
|
|
Type
{{!!getCurrentOrder && getCurrentOrder.type}}
|
Datum (UTC)
{{!!getCurrentOrder && getCurrentOrder.date}}
|
FYBIT Index
{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
Bronnen prijsquota:
- 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, '-')}}