A bar-driven pipeline (Bull → Bear → Judge → Risk → Executor) wired into MT5 with every input exposed, deterministic prompt seeds, per-decision JSON logs, and a regime-gated execution path. Every threshold, model, prompt block and risk rule is an MT5 input. Nothing is hardcoded.
●5-agent deliberation pipeline (Bull/Bear debate → Judge confidence → Risk gate → Executor) with structured JSON contract between stages
●Multi-LLM router with provider fallback & budget cap across major frontier models; per-agent model assignment + temperature pinned for replay
●Regime classifier (trend / range / volatile) gates entry; vol-percentile + trend-strength bands; per-regime sizing & cooldown rules
●AI Hybrid SL: initial SL = max(structural swing, vol-anchored multiple), break-even reclaim on favorable extension, vol-aware trailing on continuation, time-stop on stale positions
●Optional position layering: capped DCA grid with hard kill-switch on regime flip, max-add count, and per-symbol exposure ceiling
●Per-bar decision log (JSON): inputs, prompt hash, agent outputs, judge score, executor action — full audit trail for replay & backtesting