24h Change:
{{Intl.NumberFormat('de').format(currentCoin.diff24Hour)}} ({{Intl.NumberFormat('de').format(currentCoin.rate24Hour)}}%)
24h High:
{{Intl.NumberFormat('de').format(currentCoin.high24Hour)}} ({{Intl.NumberFormat('de').format(currentCoin.rateHight)}}%)
24h Low:
{{Intl.NumberFormat('de').format(currentCoin.low24Hour)}} ({{Intl.NumberFormat('de').format(currentCoin.rateLow)}}%)
FYBIT INDEX ({{currentCoin.symbol}}): {{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
TIME: (UTC)
| Symbol | Betrag | Hebelwirkung | Preis | Verlustkürzung | Stop-Loss-Preis | Verkaufspreis (Limit) | Verkaufspreis (Marktpreis) | Nicht realisierter (%) | Gebühren (%) | Ablauf (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), 'de')}}) | {{item.fee.toLocale(AmountRoundNum(item.dataSymbol), true) }} ({{percentLocale(item.feePercent.toLocale(2), 'de')}}) | {{item.date}} |
| Symbol | Typ | Betrag | Preis | Datum (UTC) | Hebelwirkung | Stop-Loss-Preis | Aktion |
|---|---|---|---|---|---|---|---|
| {{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)}} |
| Symbol | Typ | Klassifizierung | Positionsbetrag | Durchschnittspreis | Verkaufspreis | Hebelwirkung | PnL (%) | Gebühren (%) | Nettogewinn (%) | Datum |
|---|---|---|---|---|---|---|---|---|---|---|
| {{row.symbol}} 🡱🡳 | VERKAUFEN | {{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}} |
| Keine geschlossenen Positionen | ||||||||||
-
USDT
| Symbol | Betrag (USDT) | Unrealisierter PnL | Preis |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{(item.pnl*1.0).toLocale(AmountRoundNum(item.dataSymbol), true)}} ({{percentLocale(item.pnlPercent.toLocale(2), 'de')}}) | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| Keine Daten in der Tabelle verfügbar | |||
|
Symbol
{{!!getCurrentPosition && getCurrentPosition.symbol}}
|
Betrag (USDT)
{{!!getCurrentPosition && getCurrentPosition.amount}}
|
|
Preis (USDT)
{{!!getCurrentPosition && getCurrentPosition.price.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
Hebelwirkung
{{!!getCurrentPosition && getCurrentPosition.leverage}}
|
|
Verlustbegrenzung (USDT)
{{!!getCurrentPosition && getCurrentPosition.lostCut.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
Nicht realisierter (%)
{{!!getCurrentPosition && (getCurrentPosition.pnl*1.0).toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.pnlPercent.toLocale(2), 'de')+')')}}
|
|
Gebühren (%)
{{!!getCurrentPosition && getCurrentPosition.fee.toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.feePercent.toLocale(2), 'de')+')')}}
|
Ablauf (UTC)
{{!!getCurrentPosition && getCurrentPosition.date}}
|
|
Stop-Loss (USDT)
|
Verkaufslimit (USDT)
|
| Symbol | Betrag (USDT) | Typ | Preis |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{item.type}} | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| Keine Daten in der Tabelle verfügbar | |||
|
Symbol
{{!!getCurrentOrder && getCurrentOrder.symbol}}
|
Betrag (USDT)
{{!!getCurrentOrder && getCurrentOrder.amount}}
|
|
Preis (USDT)
{{!!getCurrentOrder && getCurrentOrder.price.toLocale(PriceRoundNum(getCurrentOrder.symbol), true)}}
|
Hebelwirkung
{{!!getCurrentOrder && getCurrentOrder.leverage}}x
|
|
Typ
{{!!getCurrentOrder && getCurrentOrder.type}}
|
Datum (UTC)
{{!!getCurrentOrder && getCurrentOrder.date}}
|
FYBIT-Index
{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
Preisquellen:
- 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, '-')}}