AURIONTrading Terminal
System Online

_

Self-hosted two-brain architecture. Python AI generates and validates strategies. Rust executor enforces safety rails at hardware speed. Fully autonomous on MT5.

system boot
TWO-BRAIN ARCHITECTURE
┌─────────────────────────────────────────────────────────────────┐
│                    AURION SYSTEM ARCHITECTURE                   │
├─────────────────────────────────────────────────────────────────┤
│                                                                 │
│   ┌──────────────┐    Redis     ┌──────────────┐              │
│   │ PYTHON BRAIN │───────────────│RUST EXECUTOR │              │
│   │              │  commands ──► │              │              │
│   │ • AI Engine  │               │ • Safety     │   ┌───────┐ │
│   │ • Regime Det │               │ • WebSocket  │───│  MT5  │ │
│   │ • Backtester │               │ • Kill Switch│   │ Bridge│ │
│   │ • Risk Calc  │               │ • Pos Limits │   └───────┘ │
│   └──────┬───────┘               └──────────────┘              │
│          │                                                      │
│   ┌──────┴───────┐    FastAPI    ┌──────────────┐              │
│   │  PostgreSQL  │◄──────────────│   Next.js    │              │
│   │  (all state) │   REST API    │  (terminal)  │              │
│   └──────────────┘               └──────────────┘              │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘
PYTHON BRAIN

Scheduled loop: detects market regime every 15min, generates AI strategies every hour, validates with walk-forward backtesting, publishes commands to Redis.

RUST EXECUTOR

Subscribes to Redis commands. Validates every order against safety rails before sending to MetaTrader 5. Enforces daily loss limits, position caps, per-trade risk.

SYSTEM CAPABILITIES
AI STRATEGY ENGINEACTIVE

Claude generates trading strategies tailored to the current market regime. Walk-forward backtesting validates every strategy before deployment.

MARKET REGIME DETECTIONSCANNING

Real-time classification: trending, ranging, volatile, low-volatility. Session-aware (Asian, London, Overlap, NY). Recalculated every 15 minutes.

RUST EXECUTORARMED

Order execution via MetaTrader 5. Independent safety rails: daily loss circuit breaker, position limits, per-trade risk caps.

RISK MANAGEMENTENFORCED

Rules derived from 13,000+ trade samples. Max 2% per trade, 25% equity limit, minimum 2:1 reward-to-risk. Automatic position sizing.

WALK-FORWARD BACKTESTREADY

Train/test split validation. Full metrics: Sharpe, Sortino, max drawdown, profit factor, win rate. Strategies must pass all thresholds.

KILL SWITCHSTANDBY

Emergency stop closes all positions instantly. Triggered manually or automatically when daily loss exceeds threshold. Hardware-level enforcement in Rust.

STRATEGY LIFECYCLE
01CANDIDATEAI generates strategy from market regime
02BACKTESTINGWalk-forward validation (train/test splits)
03PAPERPaper trading with simulated execution
04LIVEReal orders via MetaTrader 5
05MONITORContinuous P&L tracking, auto-kill on drawdown
06RETIREDStrategy archived after decay or manual stop
SAFETY RAILS — RUST ENFORCED
MAX DAILY LOSS
5%
of equity
MAX POSITIONS
3
concurrent
PER-TRADE RISK
2%
of equity
KILL SWITCH
0ms
latency
Ready to deploy

Access the terminal

Self-hosted. Your keys. Your rules. Your edge.

ACCESS TERMINAL