Close Percent : {{closePostionDetails.size}}%
LONG
{{editPosition?.data?.symbol ?? getOldSymbol}}
crossMargin {{editPosition?.data?.leverage}}X
Market Price (USDT)
--
Amount
{{Currency(editPosition?.data?.size)}}
pnl
{{editPosition?.data?.pnl}} %
Liq Price(USDT)
---
Take-Profit
USDT
When the Mark Price Reaches -- market Orders Will Be triggered And all positions will be Systematically Liquidated at the best Price.
Stop-Loss
USDT
When the Mark Price Reaches -- market Orders Will Be triggered And all positions will be Systematically Liquidated at the best Price.
{{selected?.trade_coin ?? getOldSymbol}}/USDT
{{selected?.trade_coin_name ?? getOldSymbol}}
{{ Currency(futuresBox.markPrice || selected?.latest_price) }}
={{ Currency(futuresBox.markPrice || selected?.latest_price) }} USD
Mark
{{ futuresBox.markPrice ? Currency(futuresBox.markPrice) : '---' }}
Index
{{ futuresBox.indexPrice ? Currency(futuresBox.indexPrice) : '---' }}
Funding (8h) / Countdown
{{ futuresBox.fundingRate !== null && futuresBox.fundingRate !== undefined ? futuresBox.fundingRate + '%' : '---' }}
/
{{ String(fundingCountdown.hours).padStart(2, '0') }}:{{ String(fundingCountdown.minutes).padStart(2, '0') }}:{{ String(fundingCountdown.seconds).padStart(2, '0') }}
24h High
{{ futuresBox.highPrice ? Currency(futuresBox.highPrice) : '---' }}
24h Low
{{ futuresBox.lowPrice ? Currency(futuresBox.lowPrice) : '---' }}
{{ selected?.trade_coin ? `24h Vol(${selected?.trade_coin})` : '24h Vol' }}
{{ futuresBox.volumeCoin ? Currency(futuresBox.volumeCoin) : '---' }}
24h Vol(USDT)
{{ futuresBox.volumeUsdt ? Currency(futuresBox.volumeUsdt) : '---' }}
Open Interest(USDT)
{{ futuresBox.openInterestUsdt ? Currency(futuresBox.openInterestUsdt) : '---' }}
Chart
{{ tab }}
{{ tab }}
Price (USDT)
Amount ({{selected?.trade_coin ?? getOldSymbol}})
orderPrice = ask[0]">
{{ ask[0] ? Currency(ask[0]) : ''}}
{{ ask[3] ? Currency(ask[3]) : ''}}
{{ Currency(averagePrice ?? 0) }}
orderPrice = bid[0]">
{{Currency(bid[0])}}
{{Currency(bid[3])}}
Price (USDT)
Total ({{selected?.trade_coin ?? getOldSymbol}})
{{ Currency(item?.price) }}
{{ Currency(item?.amount) }}
Trade Not Founded !
{
tradeType = 1;
clearForm();
}">Limit
{
tradeType = 2;
clearForm();
}">Market
{
tradeType = 3;
clearForm();
}">
Stop Limit
Available
{{userBalance?.base_coin_balance ? Currency((isBuy ? (Number(userBalance?.base_coin_balance) - buyFloatingBalance) : (Number(userBalance?.trade_coin_balance) - buyFloatingBalance) )) : '--'}} {{(!selected?.trade_coin || isBuy) ? 'USDT' : selected?.trade_coin ?? 'USDT'}}
0100%
Account
Margin Balance
{{ userBalance?.base_coin_balance ? Currency(userBalance.base_coin_balance) : '--' }} USDT