NU TRADE runs dedicated multi-agent bots per region — 24/7 across major exchanges with ML-driven signals, strategy backtesting, and real-time risk controls. From route trading to arbitrage, every position is monitored against configurable limits.
How it works
01 · SIGNAL
ML models emit a directional signal with a confidence score.
02 · BACKTEST
Strategy checked against historical data and live paper conditions.
03 · RISK
Position size, drawdown, and exposure limits enforced before any order.
04 · EXECUTE
Orders routed to the best venue with smart order routing.
05 · SETTLE
Fills reconciled, P&L booked, and the position fed back to the model.

Per-strategy position limits, drawdown alerts, and automatic circuit breakers keep every agent inside the boundaries you set. Watch P&L, exposure, and signal confidence update tick by tick.
Start in paper-trading mode, validate on your own data, then go live with full risk controls.
Paper-trading sandbox · Full risk controls · Cancel anytime
Test strategies against historical data before going live; compare across markets.
Predictive models with configurable guardrails; retrain on fresh data without redeploying.
Unified positions across exchanges via one API; cross-venue arbitrage and hedging.
Per-strategy limits, drawdown alerts, and automatic circuit breakers keep you in envelope.
Define signal sources, risk parameters, and venues, then deploy an agent. Read-only keys for monitoring, write keys for execution.
# deploy a momentum agent with risk limits
curl -X POST https://api.nutrade.co/v1/agents \
-H "Authorization: Bearer $NU_TRADE_KEY" \
-d '{ "strategy": "eu-momentum", "venues": ["binance","kraken"],
"max_drawdown": 0.05, "max_position": 0.1 }'
# → 201 Created
{ "agent": "agt_5Tz3…", "status": "running",
"mode": "live" }