{{ selected?.trade_coin ?? getOldSymbol }}/USDT
{{ ['Limit', 'Market', 'Stop Limit'][tradeType - 1] }} · {{ futuresType }} · {{ levrage }}X
{{ isBuy ? 'Long' : 'Short' }}
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 }}
{{ orderMovePreview.type }} · Pending Order
{{ orderMovePreview.side }}
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 {{ closePostionDetails.size }}% · {{ closePostionDetails.type === 'limit' ? 'Limit' : 'Market' }}
{{ positionSideLabel(closePostionDetails?.data) }}
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
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 }}
{{ positionMarginMode(editPosition?.data) }} · {{ editPosition?.data?.leverage }}X · Mark {{ positionMarkPrice(editPosition?.data) ? Currency(positionMarkPrice(editPosition?.data)) : '--' }} USDT
{{ positionSideLabel(editPosition?.data) }}
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 }}%
Chart
{{ tab }}
RialSwap {{ selected?.trade_coin ? `${selected.trade_coin}USDT Futures` : getOldSymbol + 'USDT Futures' }}
{{ tab }}
Price (USDT) Total ({{selected?.trade_coin ?? getOldSymbol}})
{{ Currency(item?.price) }} {{ Currency(item?.amount) }}
Trade Not Founded !
Positions
Open Orders
Order History
Trade History
Position History
Please Register or Log In
Symbol settings locked {{ currentSymbolSettingsLockMessage }}
Limit Market Stop Limit
Available {{ userBalance?.available_balance !== undefined ? CurrencyUsdt(userBalance.available_balance) : '--' }} USDT
{{ orderStopPreview.label }} {{ Currency(orderStopPreview.pnl) }} USDT / {{ orderStopPreview.roi }}%
USDT
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.
Please Register or Log In