24h Change:
{{Intl.NumberFormat('tr').format(currentCoin.diff24Hour)}} ({{Intl.NumberFormat('tr').format(currentCoin.rate24Hour)}}%)
24h High:
{{Intl.NumberFormat('tr').format(currentCoin.high24Hour)}} ({{Intl.NumberFormat('tr').format(currentCoin.rateHight)}}%)
24h Low:
{{Intl.NumberFormat('tr').format(currentCoin.low24Hour)}} ({{Intl.NumberFormat('tr').format(currentCoin.rateLow)}}%)
FYBIT INDEX ({{currentCoin.symbol}}): {{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
TIME: (UTC)
| Sembol | Tutar | Kaldıraç | Fiyat | Zarar Kesim | Zarar Durdur Fiyatı | Satış (Limit) Fiyatı | Satış (Piyasa) Fiyatı | Gerçekleşmemiş PnL (%) | Komisyon (%) | Vade Sonu (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), 'tr')}}) | {{item.fee.toLocale(AmountRoundNum(item.dataSymbol), true) }} ({{percentLocale(item.feePercent.toLocale(2), 'tr')}}) | {{item.date}} |
| Sembol | Tür | Tutar | Fiyat | Tarih (UTC) | Kaldıraç | Zarar Durdur Fiyatı | İşlem |
|---|---|---|---|---|---|---|---|
| {{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)}} |
| Sembol | Tür | Sınıflandırma | Pozisyon Tutarı | Ortalama Fiyat | Satış Fiyatı | Kaldıraç | PnL (%) | Komisyon (%) | Net Kâr (%) | Tarih |
|---|---|---|---|---|---|---|---|---|---|---|
| {{row.symbol}} 🡱🡳 | SAT | {{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}} |
| Kapatılmış pozisyon yok | ||||||||||
-
USDT
| Sembol | Tutar (USDT) | Gerçekleşmemiş PnL | Fiyat |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{(item.pnl*1.0).toLocale(AmountRoundNum(item.dataSymbol), true)}} ({{percentLocale(item.pnlPercent.toLocale(2), 'tr')}}) | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| Tabloda mevcut veri bulunmamaktadır | |||
|
Sembol
{{!!getCurrentPosition && getCurrentPosition.symbol}}
|
Tutar (USDT)
{{!!getCurrentPosition && getCurrentPosition.amount}}
|
|
Fiyat (USDT)
{{!!getCurrentPosition && getCurrentPosition.price.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
Kaldıraç
{{!!getCurrentPosition && getCurrentPosition.leverage}}
|
|
Zarar Kes (USDT)
{{!!getCurrentPosition && getCurrentPosition.lostCut.toLocale(PriceRoundNum(getCurrentPosition.symbol), true)}}
|
Gerçekleşmemiş PnL (%)
{{!!getCurrentPosition && (getCurrentPosition.pnl*1.0).toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.pnlPercent.toLocale(2), 'tr')+')')}}
|
|
Komisyon (%)
{{!!getCurrentPosition && getCurrentPosition.fee.toLocale(AmountRoundNum(getCurrentPosition.dataSymbol), true)}} {{!!getCurrentPosition && ('('+percentLocale(getCurrentPosition.feePercent.toLocale(2), 'tr')+')')}}
|
Vade Sonu (UTC)
{{!!getCurrentPosition && getCurrentPosition.date}}
|
|
Zarar Durdur (USDT)
|
Limitli Satış (USDT)
|
| Sembol | Tutar (USDT) | Tür | Fiyat |
|---|---|---|---|
| {{item.symbol}} | {{item.amount}} | {{item.type}} | {{item.price.toLocale(PriceRoundNum(item.symbol), true)}} |
| Tabloda mevcut veri bulunmamaktadır | |||
|
Sembol
{{!!getCurrentOrder && getCurrentOrder.symbol}}
|
Tutar (USDT)
{{!!getCurrentOrder && getCurrentOrder.amount}}
|
|
Fiyat (USDT)
{{!!getCurrentOrder && getCurrentOrder.price.toLocale(PriceRoundNum(getCurrentOrder.symbol), true)}}
|
Kaldıraç
{{!!getCurrentOrder && getCurrentOrder.leverage}}x
|
|
Tür
{{!!getCurrentOrder && getCurrentOrder.type}}
|
Tarih (UTC)
{{!!getCurrentOrder && getCurrentOrder.date}}
|
FYBIT Endeks
{{currentCoin.indexPrice.toLocale(PriceRoundNum(currentCoin.symbol))}}
Fiyat Kaynakları:
- 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, '-')}}