Engine:
{{ engineHealthy ? 'Active' : 'Waiting' }}
|
Last refresh: {{ lastRefreshHuman }}
API Settings
{{ apiInfo.api_key_masked }} ({{ apiInfo.is_testnet ? 'Testnet' : 'Live' }})
Not configured yet
Create Order
Position Settings (Global TP/SL)
Orders Table
| ID | Symbol | Side | Lev | USDT | Qty | Execution Time UTC | Countdown | Price | Status | Actions | Response |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.id }} | {{ row.symbol }} | {{ row.side }} | {{ row.leverage }} | {{ row.usdt_amount }} | {{ row.quantity || '-' }} | {{ row.execution_time }} | {{ pendingCountdown(row) }} | {{ orderPriceCell(row) }} | {{ row.status }} |
|
{{ row.response || '-' }} |
| No orders found | |||||||||||
Open Positions
| Symbol | Direction | Size | Entry | Mark | PnL | Lev |
|---|---|---|---|---|---|---|
| {{ position.symbol }} | {{ Number(position.positionAmt) > 0 ? 'LONG' : 'SHORT' }} | {{ position.positionAmt }} | {{ position.entryPrice }} | {{ position.markPrice }} | {{ position.unRealizedProfit }} | {{ position.leverage }}x |
| No open positions | ||||||