Trading engine node
1. Node overview
The trading engine is the execution endpoint of a quantitative strategy. It converts strategy signals into actual orders and supports four run modes: backtest, paper trading, testnet, and live trading.
Validate strategies with historical data
Supports bar- and tick-level precision
No capital at risk; iterate quickly
Test in real time with virtual funds
Validate against live market conditions
No capital at risk; close to live execution
Exchange test-network environment
Validate real API integration
Test funds; no real capital at risk
Connect to an exchange for real trading
Supports Binance and OKX
Real funds; proceed with caution
2. Interactive configuration
The panel below is the actual trading engine configuration. Use it to explore every setting directly.
Up to 1 exchanges at your current membership level.
Market orders execute immediately; limit orders are placed at the current price plus or minus slippage.
0.03 = 0.03%
0.04 = 0.04%
An integer from 1 to 500 that caps leverage used by this node.
This affects only assets selected by the data source. Exchange leverage changes only when its current value is lower; exchange limits take precedence.
The strategy enforces hedge mode.
3. Run modes
The engine supports four run modes. Validate a strategy progressively in this order: backtest → paper trading → testnet → live trading.
3.1 Backtest
Simulate trading on historical data to evaluate a strategy.| Parameter | Description |
|---|---|
| Backtest precision | bar (candlestick level) / tick (synthetic intrabar path level) |
| Exchange | binance / okx; multiple exchanges can be added. |
| Market type | spot / um (USDT-margined futures) / cm (coin-margined futures). Choose one compatible with the strategy type; market-neutral strategies support futures markets only. |
| Initial capital | Virtual capital used for the run. Spot and USDT-margined markets use USDT; coin-margined markets use the quantity of the underlying coin. |
| Order type | Market: fill immediately. Limit: place at current price +/- slippage (buy price = current price × (1 + slippage); sell price = current price × (1 - slippage)). |
| Slippage | Expected slippage percentage. 0.03 means 0.03%. |
| Trading fee | Fee percentage per trade. 0.04 means 0.04%. |
| Symbol leverage | Affects only symbols selected by the data source. Exchange leverage is changed only when the exchange setting is below this value. If this value exceeds the exchange maximum, the exchange maximum applies. 1 means no leverage. |
3.2 Paper trading
Test a strategy with virtual funds in live market conditions.| Parameter | Description |
|---|---|
| Exchange | binance / okx; multiple exchanges can be added. |
| Market type | spot / um (USDT-margined futures) / cm (coin-margined futures). Choose one compatible with the strategy type; market-neutral strategies support futures markets only. |
| Initial capital | Virtual capital used for the run. Spot and USDT-margined markets use USDT; coin-margined markets use the quantity of the underlying coin. |
| Order type | Market: fill immediately. Limit: place at current price +/- slippage (buy price = current price × (1 + slippage); sell price = current price × (1 - slippage)). |
| Slippage | Expected slippage percentage. 0.03 means 0.03%. |
| Trading fee | Fee percentage per trade. 0.04 means 0.04%. |
| Symbol leverage | Affects only symbols selected by the data source. Exchange leverage is changed only when the exchange setting is below this value. If this value exceeds the exchange maximum, the exchange maximum applies. 1 means no leverage. |
• Uses historical data
• Quickly validates strategy logic
• Can be repeated many times
• Uses live market data
• Validates live-like strategy behavior
• Tests system stability
3.3 Testnet
Run on an exchange test network with test funds to validate API integration.| Parameter | Description |
|---|---|
| Exchange | binance / okx; use a testnet account for the selected exchange. |
| Market type | spot / um (USDT-margined futures) / cm (coin-margined futures) |
| Trading account | Select a linked testnet account. |
3.4 Live trading
Connect to an exchange API and trade with real funds.| Parameter | Description |
|---|---|
| Exchange | binance / okx; multiple exchanges can be added. |
| Market type | spot / um (USDT-margined futures) / cm (coin-margined futures). Choose one compatible with the strategy type; market-neutral strategies support futures markets only. |
| Trading account | Select a linked exchange account. |