Binance USDT-M Execution Dashboard

1-second polling engine for scheduled futures orders, TP/SL automation, and live position sync.

Admin Login

Engine: {{ engineHealthy ? 'Active' : 'Waiting' }} | Last refresh: {{ lastRefreshHuman }}

API Settings

{{ apiInfo.api_key_masked }} ({{ apiInfo.is_testnet ? 'Testnet' : 'Live' }})

Not configured yet

Create Order

Live Price: {{ liveSymbolPrice !== null ? formatPrice(liveSymbolPrice) : 'Loading...' }}

Binance UTC now: {{ marketContext.binance_time_utc || '-' }}

Environment: {{ marketContext.is_testnet ? 'Testnet' : 'Live' }}

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
{{ message.text }}