ENGINE READY VERSION: 1.0
--:--:-- UTC
Dashboard How It Works Execution Modes Architecture Roadmap ← Narion Research
SMART EXECUTION TERMINAL — VERSION 1.0

A professional execution terminal for systematic derivatives trading.

Narion Trade Panel separates trading decisions from execution mechanics. The trader chooses direction, size, leverage, and risk parameters — a dedicated execution engine handles order placement, fill monitoring, protective orders, and fallback logic through a deterministic state machine.

EXECUTION MODES
Smart · Market · Limit
LIFECYCLE STATES
12-State Machine
EXCHANGE
Delta Exchange
VALIDATION
13/13 Passed
01 THE DASHBOARD

Minimal interface. Full manual control.

Only the controls required for live trading — position sizing, leverage, TP/SL, and execution mode — alongside real-time market data, position state, and a running execution log.

app.narionresearch.com/trade-panel
LIVE

NNARION TRADE PANEL

DashboardSettings Connected

Trade Controls

BTCUSDT
1
10
0.40
0.15
Smart Execution

Market Information

SymbolBTCUSDT
Last Price63916.5
Best Bid63916.0
Best Ask63917.0
Spread1.0
ExchangeConnected
Last Update15:07:51

Position

StatusOpen
SideBUY
Size1
Entry Price63916.0
Mark Price63916.5
Unrealized PnL0.50
ROI0.00%
Take Profit64171.7
Stop Loss63820.1
Leverage10

Execution Log

--:--:--Narion Trade Panel initialized.
--:--:--Waiting for user action...
15:07:09Submitting BUY order on BTCUSDT…
15:07:17BUY order accepted — 1 BTCUSDT @ 10× leverage
EngineReady
ExchangeConnected
ExecutionSmart
PositionBUY Position
Last Update15:07:52
Versionv0.1.0
Live production interface — Flask + vanilla JS, polling /api/market, /api/position and /api/trade every second.

Bridging manual decision-making
and professional execution.

Traditional exchange panels submit whatever order you place. Narion Trade Panel introduces an intelligent execution layer between the decision and the fill — obtaining the best possible execution while ensuring the trade is actually entered.

THE TRADER DECIDES
When to trade
What direction to trade
Position size
Leverage
Take Profit and Stop Loss
THE SYSTEM DECIDES
How the order should be executed
Whether a maker order should be attempted first
When to abandon passive execution
When to switch to taker execution
STEP 01
Trade Request
Trader submits direction, size & risk parameters
STEP 02
Maker Attempt
Post-only limit order placed near best bid/ask
STEP 03
Order Monitoring
Fill status tracked in real time
STEP 04
Fallback Decision
Timeout triggers cancel & re-route
STEP 05
Taker Execution
Market order guarantees entry if needed
STEP 06
Position Open
Protective orders placed automatically

Three strategies, one execution framework.

Each mode encapsulates independent execution behavior, selected per trade from the same Trade Controls panel.

DEFAULT
Smart

Places a maker-only limit order near the current best bid/ask to reduce fees and slippage, with automatic fallback to a market order if the fill times out.

Read Orderbook
↓ Improve Price
↓ Post-Only Limit
↓ Monitor Fill
↓ Fallback to Market
CERTAINTY
Market

Immediate execution using a standard market order. Used when execution certainty matters more than execution price — fast markets, urgent entries.

Trade Request
↓ Immediate Market Order
↓ Position Open
PASSIVE
Limit

Submits a standard passive limit order at the current market price and waits for an exchange fill. No automatic fallback — full control over entry price.

Submit Limit Order
↓ Wait For Fill
↓ Position Open
04 EXECUTION STATE MACHINE

Deterministic transitions,
driven by exchange state.

Every trade moves through the same twelve-state lifecycle, managed by the Execution State Manager on a dedicated monitoring thread — never by UI events.

01
IDLE
02
ENTRY_PENDING
03
ENTRY_CANCELLING
04
ENTRY_FILLED
05
SL_PENDING
06
SL_ACTIVE
07
TP_PENDING
08
TP_ACTIVE
09
POSITION_ACTIVE
10
POSITION_CLOSED
11
ORDER_CLEANUP
12
→ IDLE

A layered execution stack, not a script.

Each layer owns one engineering responsibility. Higher-level execution logic contains no exchange-specific implementation, so new exchange adapters can be added without touching execution strategy.

User Dashboard
Flask REST API
Execution Controller
Smart Execution
Execution State Manager
Delta Adapter
Delta Exchange
Separation of Concerns
Dashboard handles interaction only; the API routes requests; the controller validates and coordinates; execution strategy, lifecycle management, and exchange communication each live in their own module.
Dependency Injection
The Execution Controller receives its adapter and state manager rather than constructing them — enabling isolated testing and future exchange replacement.
Exchange Abstraction
All exchange-specific operations are isolated inside the Delta Adapter. Binance Futures, Bybit, Hyperliquid, or a CME gateway can be added later without modifying execution logic.

Thirteen scenarios, thirteen passes.

Every execution path was validated during the Version 1.0 engineering baseline before the panel moved from prototype to production use.

Trade request validationPASS
Market executionPASS
Smart executionPASS
Limit executionPASS
Entry fill detectionPASS
Stop Loss placementPASS
Take Profit placementPASS
State transitionsPASS
Position monitoringPASS
Dashboard syncPASS
Leverage propagationPASS
Execution snapshotPASS
Automatic cleanupPASS

Research, automation, and manual execution.

Multiple products, each with a distinct responsibility — no overlap between research, trading, and professional manual execution.

MARKET RESEARCH
Narion Intelligence

Generates probabilistic market intelligence and signals from institutional order flow research.

MANUAL EXECUTION
Narion Trade Panel

Executes the trader's own decisions with institution-inspired execution quality, while preserving full manual control.

YOU ARE HERE

Built on one framework, expanded without redesign.

Version 1.0 established the execution baseline. Each following release adds capability on top of the same architecture.

v1.1
Trade databaseExecution historyRealized PnLSession reporting
v1.2
Daily loss limitsMaximum exposurePosition sizingEmergency kill switch
v1.3
Win rateAverage returnExecution qualityCost analysis
v2.0
Narion Intelligence integrationSignal-driven executionAutonomous mode

Work with Narion.

Engineering briefings, research partnerships, and platform access requests are reviewed within 48 hours.