Discover. Analyze.
Deploy.

The all-in-one platform that turns raw MT5 optimization data into actionable trading strategies. AI-powered parameter analysis, automated search pipelines, and live EA fleet management — from a single dashboard.

CurvLogic v2.10
LIVE FLEET
Net Profit
+$12,463.80
Active EAs
14 / 20
Max Drawdown
-3.2%
PORTFOLIO EQUITY CURVE
Optimization Pipeline
BROAD SEARCH: EURUSD H1
SEARCH AROUND: GBPJPY M15
CANDIDATE: AUDUSD H4

Everything Between Backtest and Live

Optimization Vault

Never lose backtest data again. CurvLogic parses native MT5 .opt binary files directly, indexing every optimization pass — parameters, metrics, and equity curves — into a structured database. Search, filter, and compare across thousands of runs instantly.

🧠

AI Parameter Analysis

Multi-provider AI (OpenAI, Grok, Anthropic, Gemini) analyzes parameter sensitivity across your optimization results. It identifies robust clusters vs. fragile outliers, proposes refined search ranges, and evaluates candidates for live deployment readiness.

🛡️

Live Fleet Control

Deploy EAs to any MT5 instance from your browser. Real-time equity monitoring, automatic drawdown limits, news-event trading pauses, scheduled hours, emergency close-all — with a proprietary C++ DLL bridge that gives you full control over every running EA.

🔗

Multi-Instance Management

Connect unlimited MT5 terminals across VPS machines and local desktops. Each instance auto-discovers completed optimizations, imports results, and reports live performance — all managed from one central dashboard.

📊

Portfolio Intelligence

Before deploying a new EA, see how it would impact your existing portfolio. Correlation analysis, combined drawdown projections, and leverage calculations help you avoid concentration risk across your fleet.

⚙️

Autonomous Orchestration

Set up the AI orchestrator and let it run the entire pipeline autonomously — from scheduling broad searches, through AI-driven refinement, to candidate evaluation. Human approval is required only at the final deployment step.

From Random Search to Live Deployment

01

Broad Search

Queue a full-grid or genetic optimization across your EA's parameter space. MT5 runs thousands of backtests while CurvLogic automatically imports and indexes every result.

02

AI Analysis

AI examines the optimization landscape — parameter sensitivity, profit distribution, drawdown patterns — and proposes tighter search ranges centered on robust, non-overfitted regions.

03

Search Around

A focused re-optimization runs within the AI-proposed ranges. The results are analyzed again, this time proposing specific fixed parameter sets as deployment candidates.

04

Candidate Evaluation

Each candidate gets a deployment readiness assessment: risk profile, expected drawdown, portfolio correlation impact, and an AI confidence score. Only approved candidates proceed.

05

Live Deployment

One click deploys the EA with the validated parameters to your chosen MT5 instance. Automatic risk controls, drawdown limits, and news filters activate immediately.

Full REST API. Zero SDKs Needed.

Every feature in the CurvLogic dashboard is powered by a REST API you can call directly. Queue optimizations, fetch pass data, manage live EAs, and monitor portfolio performance from your own scripts or integrations.

Read the API Docs
POST /api/queue
# Queue a Search Around optimization
import requests
 
resp = requests.post('https://your-instance/api/queue', json={
'queue_type': 'search_around',
'ea_name': 'MyExpert',
'symbol': 'EURUSD',
'timeframe': 'H1',
'parent_queue_id': 4829,
'ai_provider': 'grok'
})
 
print(resp.json()['queue_id'])
# => 4830

Simple, Transparent Pricing

Start free. Scale when you're ready.

Solo Trader

For individual algo traders getting started with systematic optimization.

$49/mo
  • 1 MT5 Instance
  • Optimization vault (unlimited passes)
  • AI analysis (100 runs/mo)
  • 5 Live EA slots
  • Basic risk controls
  • Email support
Start Free Trial

Prop Firm / Fund

For teams managing fleets of EAs across prop accounts or fund infrastructure.

$499/mo
  • Unlimited MT5 Instances
  • Multi-user access & roles
  • Custom EA deployment pipeline
  • White-label dashboard
  • Dedicated onboarding
  • SLA & priority engineering
Contact Us

Need help getting started?

CurvLogic runs on Windows VPS alongside your MT5 terminals. Our setup guides cover everything from installation to your first live deployment — and our community is always ready to help.