{{ selected?.trade_coin ?? getOldSymbol }}/USDT
Price
Market
{{ orderPrice ? Currency(orderPrice) : '--' }} USDT
Stop Price
{{ stopPrice ? Currency(stopPrice) : '--' }} USDT
Margin
{{ estimatedInitialMargin ? Currency(estimatedInitialMargin) : '--' }} USDT
Est. Quantity
{{ quantity ? Currency(quantity) : '--' }} {{ selected?.trade_coin ?? getOldSymbol }}
Est. Notional
{{ estimatedOrderNotional ? Currency(estimatedOrderNotional) : '--' }} USDT
Est. Open Fee
{{ estimatedOpenFee ? Currency(estimatedOpenFee) : '--' }} USDT
Est. Total Cost
{{ estimatedOrderCost ? Currency(estimatedOrderCost) : '--' }} USDT
Review the order carefully. After confirmation, RialSwap will reserve margin and estimated open fees.
{{ orderMovePreview.symbol }}
Current Price
{{ Currency(orderMovePreview.oldPrice) }} USDT
New Price
{{ Currency(orderMovePreview.newPrice) }} USDT
Margin
{{ Currency(orderMovePreview.margin) }} USDT
Quantity
{{ orderMovePreview.quantity }}
Confirming will cancel the current pending order and queue a new order at the new price.
Select Futures Market
Market not found
{{ closePostionDetails?.data?.symbol ?? '--' }}
Close Percent
{{ closePostionDetails.size }}%
USDT
Close Quantity
{{ closePreviewQty ? Currency(closePreviewQty) : '--' }} {{ String(closePostionDetails?.data?.symbol || '').replace('USDT', '') }}
Estimated Close Notional
{{ closePreviewNotional ? Currency(closePreviewNotional) : '--' }} USDT
Estimated Close Fee
Close side only {{ closePreviewFee ? Currency(closePreviewFee) : '--' }} USDT
Close side only {{ closePreviewFee ? Currency(closePreviewFee) : '--' }} USDT
Market close reduces immediately in the internal ledger; limit close remains pending until filled/canceled. Final history shows total open+close fees and execution adjustment separately.
{{ editPosition?.data?.symbol ?? getOldSymbol }}
Position Size
{{ positionNotional(editPosition?.data) ? Currency(positionNotional(editPosition?.data)) : '--' }} USDT
PNL / ROI
{{ Currency(positionPnl(editPosition?.data)) }} / {{ positionRoi(editPosition?.data) }}%
Liq Price
{{ positionLiqPrice(editPosition?.data) ? Currency(positionLiqPrice(editPosition?.data)) : '--' }} USDT
Take-Profit
{{ editPosition.tp ? Currency(editPosition.tp) : '--' }} USDT
USDT
{{ tpHintText(editPosition?.data) }}
{{ tpslPreview(editPosition?.data, editPosition.tp).label }}
{{ Currency(tpslPreview(editPosition?.data, editPosition.tp).pnl) }} USDT / {{ tpslPreview(editPosition?.data, editPosition.tp).roi }}%
Stop-Loss
{{ editPosition.sl ? Currency(editPosition.sl) : '--' }} USDT
USDT
{{ slHintText(editPosition?.data) }}
{{ tpslPreview(editPosition?.data, editPosition.sl).label }}
{{ Currency(tpslPreview(editPosition?.data, editPosition.sl).pnl) }} USDT / {{ tpslPreview(editPosition?.data, editPosition.sl).roi }}%
{{ Currency(futuresBox.markPrice || selected?.latest_price) }}
{{ Number(futuresBox.changePercent ?? selected?.change ?? 0).toFixed(2) }}%
Mark
{{ futuresBox.markPrice ? Currency(futuresBox.markPrice) : '---' }}
Index
{{ futuresBox.indexPrice ? Currency(futuresBox.indexPrice) : '---' }}
Funding / CD
{{ 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[4] ? Currency(ask[5]) : (ask[3] ? Currency(ask[3]) : '')}}
{{ Currency(averagePrice ?? 0) }}
orderPrice = bid[0]">
{{Currency(bid[0])}}
{{ bid[4] ? Currency(bid[5]) : Currency(bid[3])}}
Price (USDT)
Total ({{selected?.trade_coin ?? getOldSymbol}})
{{ Currency(item?.price) }}
{{ Currency(item?.amount) }}
Trade Not Founded !
Symbol settings locked
{{ currentSymbolSettingsLockMessage }}
{
tradeType = 1;
clearForm();
}">Limit
{
tradeType = 2;
clearForm();
}">Market
{
tradeType = 3;
clearForm();
}">
Stop Limit
Available
{{ userBalance?.available_balance !== undefined ? CurrencyUsdt(userBalance.available_balance) : '--' }} USDT
{{ orderStopPreview.label }}
{{ Currency(orderStopPreview.pnl) }} USDT / {{ orderStopPreview.roi }}%
Margin: {{ estimatedInitialMargin ? Currency(estimatedInitialMargin) : '--' }} USDT
Quantity: {{ quantity ? Currency(quantity) : '--' }} {{ selected?.trade_coin ?? getOldSymbol }}
Tap {{ selected?.trade_coin ?? getOldSymbol }} to enter margin in USDT.
Tap USDT to enter coin quantity.
{{ orderMinimumValidation.message }}
0100%
New Order Estimate
Enter order price and size to preview cost, fee and liquidation estimate. Open position PNL is shown in the positions table.
Est. Notional
{{ Currency(estimatedOrderNotional || 0) }} USDT
Initial Margin
{{ Currency(estimatedInitialMargin || 0) }} USDT
Est. Open Fee
{{ Currency(estimatedOpenFee || 0) }} USDT
Est. Total Cost
{{ Currency(estimatedOrderCost || 0) }} USDT
Max Open
{{ maxOpenQuantityPreview ? Currency(maxOpenQuantityPreview) : '0' }} {{ getOldSymbol.base_coin }}
Liq. Price
{{ estimatedLiqPreview }}
Fees are estimated before fill. Liquidation price is shown on the position after ledger fill.
