Dashboard

Activation & EAs

Dashboard

Welcome back.

Your account at a glance.

MQL5 Market

Bought on MQL5.com? Submit your Order Number.

Paste the numeric Order Number from your mql5.com Payments tab. Admin reviews submissions on the console and approves your account directly — no license key needed. Your dashboard auto-upgrades to EA Owner once approved, usually within 24 hours.

Tip: order numbers from Payments on MQL5.com are identical on the buyer and seller side. We never charge anything here — payment already cleared on MQL5.
Telegram direct sale Bought via Telegram? Paste your license key.

Direct sales come with a 32-character license key sent by the seller. Paste it below to unlock EA Owner access on this account. MQL5 buyers do not need this step — your approval on the console grants access automatically.

// Quant AI Agents · Features overview

Five AI specialists debate every trade before it hits your account.

Features

Quant AI Agents is the Expert Advisor itself — five AI quants run a structured debate on every signal before a single order is placed: the Analyst gathers evidence, Bull and Bear argue both sides, the Judge weighs the case, the Decision sizes the order. No agent acts alone; the trade only goes through when the team agrees. You bring your own API key, a four-layer risk engine runs locally to defend the account even if the AI provider goes down, and you can rewrite the entire strategy by editing one text file. The two panels below are illustrative; the sections under them are exactly what ships in the box.

The five-agent debate
XAUUSD H4 · your API key
Live
Analyst · Trend regime on H4 — price above a rising EMA stack, 4 of 6 indicators aligned. Invalidation: H4 close below 4,684.
Bull · Momentum is expanding and the last pullback was bought hard. Confidence 0.72.
Bear · Daily RSI is stretched and CPI prints in 31h — room for a fade. Confidence 0.41.
Judge · RM · Bull case is stronger and regime-aligned. Memory: past XAUUSD longs in this setup ran 6W–2L. Verdict: OVERWEIGHT.
DECISION · PMEXECUTE LONG @ 4,712.40 · SL 4,684.20 · 0.05 lot · RegimeAligned: true · 5/5 agents agreed · 3.4s
Read the debate yourself — nothing hiddenBYO key · OpenAI · Claude · Gemini · DeepSeek
The risk engine defends
runs locally · every tick · no AI call
Live
PositionStageRAction
XAUUSD LONG0.05 lot · #200131
Trailing +1.4R RATCHET
EURUSD SHORT0.10 lot · #200544
Break-even +0.3R SL → BE
NAS100 LONG0.02 lot · #408822
Initial −0.4R AI STOP
Daily drawdown · hard cap2.1% used / 3.0% cap
DEFENDSThe AI sets each initial stop at entry. Local code then trails it, moves to break-even and partial-closes every tick — no AI call needed. Your stops keep working through an API outage; hit the equity floor and every position closes and auto-trade switches off.
Daily / Weekly / Monthly caps · equity floorZero martingale by default
Automatic? Yes — on your terms

Fully automated. It just trades your words, not one hard-coded strategy.

Quant AI Agents is a fully automated framework — it opens, manages and closes every trade on MT5 with no clicks from you. What's different is what decides the trade: your own plain-English instructions, not a single strategy the developer locked in. Think of it as your own trading firm — five trained specialists you brief in your own words, powered by an API key you bring. One EA, hundreds of possible strategies.

The old way

A typical Expert Advisor

Locked to one strategy the developer hard-coded. You can't change how a standard EA thinks without writing complex code — so you're a passenger, not the driver.

When the market stops favouring that one strategy, you're left watching a deep drawdown (the dip in your account before it recovers) with no way to step in and fix it.
The Quant AI way

Trade in your own words

Your instructions are the strategy. Brief the desk in plain English and the same five-agent engine trades it — automatically, while strictly protecting your capital.

  • One sentence becomes a working system — a single EA can run hundreds of different strategies.
  • Changed your mind on the market? Re-command in seconds by editing one text file — no code, no recompile.
  • You stay in control: a four-layer risk engine still defends the account on every trade.
You bring the brains — an API key from OpenAI, Gemini, Claude or DeepSeek. The five specialists do the trading.

Not just a tool, but a completely new way to interact with the markets: you finally have the power to command a team of AI experts using just your own words — and you decide how the account trades.

How it works

Data. Analyst. Debate. Judge. Decision.

Every signal walks the same five steps. No single agent gets to act on its own — that's the whole point.

STAGE 01

Data

Pulls candles from the chart and a higher timeframe, the indicators on it, swing highs/lows, and the MT5 native news calendar. No AI yet — just evidence.

STAGE 02

Analyst

Picks the 3-8 indicators that matter, names the regime — trend, range or volatile — and writes one invalidation condition.

STAGE 03

Debate

Bull and Bear each present evidence, then reply to the other's objection and rate their own confidence. Both sides on the record.

STAGE 04

Judge · RM

Weighs the case against memory of past trades, then returns a verdict: BUY · OVERWEIGHT · HOLD · UNDERWEIGHT · SELL.

STAGE 05

Decision · PM

Sizes the order, sets the stop, runs a final regime check. Low confidence → it downgrades to HOLD and the trade doesn't go.

Meet the desk

Five specialists. One verdict on the record.

A small quant desk argues each trade in plain English — and you can read every word on the chart panel.

01
Analyst
Gathers the evidence
02
Bull
Argues the long case
03
Bear
Argues the short case
04
Judge · RM
Weighs the verdict
05
Decision · PM
Sizes the order

Nothing hides behind a black-box score. Open the on-chart panel's Debate tab and read each agent's argument, objection and confidence for the exact trade you're looking at.

The AI decides. The risk engine defends.

Four layers that run locally — even when the AI is down.

The agents pick the trade; this engine keeps the account alive. Every layer runs inside the EA on your terminal, with no AI call in the loop.

Drawdown protection

Daily, weekly and monthly loss caps plus a hard equity floor. Hit the floor and every position closes and auto-trade switches off — no "are you sure" dialog.

Five exit triggers

The AI sets the initial stop; local code runs every tick: break-even, vol-aware trailing, partial close at an R-multiple, time-based BE, and emergency flat on a volatility spike.

News-aware

Reads the MT5 native calendar — no Forex Factory plugin. High-impact events on the traded currencies auto-pause new entries inside a window you set.

Reflection memory

Every closed trade is written to a memory file. Next run the Judge reads it — your losing patterns become Bear arguments in next week's debate. No fine-tuning.

Also under the hood: loss-streak damper (5 losses in a row halves risk), daily profit lock (+2% locks the day green), loss cooldown, session filter, multi-chart pipeline lock, randomized startup delay, broker-spec validator, and symbol normalization across 47+ broker variants.

Strategy is a text file

Skip the code. Prompt your way to a new EA.

This isn't a black-box bot — it's a programmable engine. Want breakouts today and mean-reversion tomorrow? Don't touch the code. If you can type, you can build a quant EA.

Step 1

Edit one text file

Open eatrading_prompts.txt and write a [PRESET] block — six plain fields: NAME, SUMMARY, TIMEFRAME, WHITELIST, STRATEGY, RULES.

Step 2

Hit reload

One click of the button on the panel — no recompile, no restart, no license reset, no support ticket.

Step 3

New system, same desk

The same five agents start trading your new rules at once. Three archetypes ship built-in: Trend Breakout H4, Mean Reversion D1, Volatility Compression H4.

Or skip writing your own: the Prompt Library ships 99 ready-to-load strategies — filter by indicator, timeframe or symbol, copy, reload.

Two editions, one engine

Same debate. The only difference is who clicks the button.

Free and Pro share the same five-agent engine and the same prompt library. Free shows you the verdict; Pro lets the EA act on it.

Free — Quant AI Strategy

Read the signal. You place the trade.

The indicator-only edition for newcomers. The five agents run and show their verdict on the panel — you click the button. $0 forever, no card.

  • Full five-agent debate + on-chart panel.
  • Custom prompts via file + the full 99-prompt library.
  • Bring your own API key — OpenAI, Claude, Gemini, DeepSeek, xAI.
A free Pro trial is waiting whenever you want to test full auto-execution.
Pro — Quant AI Agents

The team agrees. The EA trades.

Full auto-execution: when the agents agree, the EA opens, manages and closes the trade and runs the four-layer risk engine end to end.

  • Auto-execution + the full local risk engine (DD caps, kill switch, news blackout).
  • License for 20 broker accounts, live + demo, with lifetime v1.x updates.
  • Prop-firm presets, position averaging, advanced trailing, opportunity radar.
$299 one-time · no subscription · 7-day free trial, no card.
// AI Agents Supervisor · Features overview

Your robots trade. The Supervisor watches every one of them.

Features

One AI risk layer sits above your entire MT5 terminal — your own Quant AI robots and any third-party EA alike. Every cycle it reads the live market regime, scores how well each robot fits it, then runs, scales, pauses or partially closes them before drawdown bites — and you can ask it, in plain language, what's going on. The two panels below are illustrative; the sections under them are exactly what ships in the box.

Portfolio supervision
5 robots watched · yours + third-party
Live
EA · SymbolOriginFitCommand
AI Gold EAXAUUSD H4 · #200131
Yours 0.81 RUN
AI Gold ScalpXAUUSD M15 · #200544
Yours 0.55 SCALE 0.5x
London Breakout EAEURUSD H1 · #408822
3rd-party 0.30 PAUSE
Grid Recovery ProGBPUSD M15 · #611450
3rd-party 0.27 CLOSE 50%
News Scalper v3USDJPY M5 · #720913
3rd-party 0.69 RUN
Equity floor · prop DD cap3.8% used / 5.0% cap
DECISIONRegime: high-vol pullback. Two third-party robots run anti-pattern in this regime — paused Grid Recovery, closed 50% of News Scalper. Your AI Gold EA fits the regime, so it keeps running. Reassess at next H1 close.
Reasoning: gpt-4o-mini · 1.4sWorks with any MT5 EA
Chat with the AI
docked inside MetaTrader 5 · any language
Live
How's my account doing today?
Equity $10,240Today +1.8%DD 1.2 / 5%
Up +1.8% today — two robots green, one flat. You're well inside your daily drawdown cap. Nothing needs your attention.
Which EA is performing best?
AI Gold EA leads at +4.2% this week (62% win rate). News Scalper is dragging at −1.1% in this chop — I'd scale it to 0.5× until volatility settles.
How's my account today?Which EA is best?Am I near my drawdown cap?
Ask about your account…
How it works

Look. Read the day. Score the robots. Tell them what to do.

Every hour the Supervisor runs the same four-step loop — cheap, auditable, boring on purpose.

STEP 01

Look

Read every open trade across every robot — account size, position size, profit so far, room left before your cap. No AI yet, just inventory.

STEP 02

Read the day

Trending up? Range-bound? News-driven chop? An AI labels the live regime with a confidence number.

STEP 03

Score each robot

Per robot, 0.0–1.0: how well does this robot's playbook fit today's regime? Anything below your floor is on the chopping block.

STEP 04

Tell each robot

Five commands: RUN · SCALE 0.5× · PAUSE · CLOSE 50% · TIGHTEN STOP. Each carries a written reason and is rate-limited so it can't oscillate.

Two ways to take charge

Polite for our robots. Direct for everyone else's.

How the Supervisor stops a robot depends on whether the robot can listen. Both modes ship in the box.

Mode 1 — Polite (our robots)

"Hey, stand down for a bit."

The Quant AI family checks a shared message every second. The Supervisor writes "pause" / "scale to 0.5×" / "go full" and the robot obeys on its next tick. No order placed.

  • No broker cost. Nothing routes to the broker — no spread paid.
  • Surgical. Pause one robot while another keeps trading.
  • The robot stays the author. The Supervisor only narrows when it can fire — it never overrides the robot's logic.
Works on: Quant AI Agents · Quant AI Strategy · Quant AI Grid + every future sibling.
Mode 2 — Direct (everyone else's)

"Close half. Tighten the stop. Now."

Third-party robots can't be asked nicely — we don't have their source. So the Supervisor uses MT5 itself to close part of the position and pull the stop in tighter. The robot wakes up to a smaller trade.

  • Works on any robot. No source, no permission, no cooperation needed.
  • Two moves only. Close part of a trade, tighten its stop. Never opens a trade the robot didn't.
  • Cooldown. At most one move per robot per 30 minutes — it costs spread, so it's enforced sparingly.
Works on: any MQL5 Market robot, any custom build, anything inherited.
Earn trust by stages

Watch → Approve → Live. Nothing fires on day one.

The Supervisor installs in Watch mode. You see what it would do before any move is real — and you decide when it earns the trigger.

Stage 1 · default

Watch (Shadow)

Every cycle: full decision + written reason logged. Nothing executes. Read its mind without paying for its mistakes.

Stage 2 · opt-in

Approve each move

The Supervisor proposes; moves wait in a queue; you click ✓ to fire. Train your gut on its instincts before trusting it solo.

Stage 3 · live

Live

Moves fire automatically, each with a logged reason and one-click rollback. Big actions still need two AI calls to agree.

Drop back to Watch any time, promote one robot at a time — the Supervisor never auto-escalates above your current setting.

Inside the Supervisor

Ten specialists. One audit trail.

A small team — analyst, bull, bear, risk officer, portfolio manager. Each does one job; every output is written down.

01
Technical Analyst
Reads the chart
02
Multi-Analyst
Reads the basket
03
Bull
"It keeps going up"
04
Bear
"It reverses now"
05
Risk Debate
The referee
06
Regime-Fit Scorer
Grades each robot
07
Correlation Reasoner
Spots stacked bets
08
Supervisor PM
The decider
09
Intervention Agent
The hand
10
Reflection
Tomorrow's lesson

Every agent's full input and output sits in supervisor_log.txt in your MT5 data folder — nothing hidden, nothing redacted, nothing sent to anyone but your own LLM provider.

Risk safeguards

Defaults that fail safe, not loud.

An AI risk guardian that goes rogue is worse than none. These guardrails ship on by default — each tested under broken data, broken network, broken AI.

Shadow by default

New installs start read-only — watching and logging without touching your broker. Going Live is one deliberate toggle; dropping back is just as easy.

Two-key rule for big actions

Close-all, or any single move above 20%, needs two AI calls to agree. One agent saying "do it" never fires.

AI down → freeze, don't guess

Repeated API errors or junk responses lock new entries, keep existing trades on their own stops, and alert you. Quiet beats wrong.

Cooldown per robot

At most one intervention per robot per 30 minutes (you set the number). No flip-flopping a robot on and off.

Heartbeat watchdog

Pings itself every 60s. Two missed pings and robots revert to their own defaults — never stuck on "Supervisor said pause".

Multi-instance safe

One Supervisor per terminal, per account, per chart — each namespaces its state and logs by its own magic ID. No two AIs fighting over one robot.

// Prompt Generator · LLM-assisted

Describe your idea — get a backtest-ready prompt.

Loading…

Plain English → structured [PRESET]. The local heuristic answers instantly; anything ambiguous falls through to a DeepSeek backstop. Owning the EA unlocks the generator automatically.

Your idea
Quick fills
+ to generate
EA Owner feature. Owning the EA unlocks the generator automatically — no MT5 verification needed. Sign in → or own the EA for $299 →
Locked
 Describe your idea and hit Generate — a structured prompt appears here.
Account

Settings

Email is your account ID and can't be changed here. To move to a different email, message @Thangforex_Bot.

Two-factor authentication
Adds a 6-digit code at sign-in. Recommended.
BYOK · Bring your own LLM key

"$299 lifetime + how much API?"

You own the LLM bill. Dial the knobs — pipeline mode, debate rounds, update interval, provider — and see the real monthly cost. Math derived from the EA's spec; provider prices are Jan 2026 published rates.

Dial your config

Defaults match the EA's recommended Full pipeline at 60-minute cadence.

1

Bull and Bear each speak this many times. Only applies in Full mode.

Estimated monthly LLM cost
$2.56
/ month · per running instance
24
Cycles / day
3,600
Calls / month
$0.09
$ / day
Coffee budget. Full pipeline on GPT-4o-mini at one-hour cadence — about the price of a single cup of coffee per month.

Covers all 15 models exposed in the EA's ENUM_AI_MODEL input panel — GPT-5.5 / 5.4 / 5.4-mini, legacy GPT-5 + GPT-4o, Claude Sonnet & Opus 4.6, Gemini 3 Pro & Flash, DeepSeek Chat & Reasoner, Grok 4 & Grok 4 Fast. The EA logs token usage so you can verify against your provider's bill.

Try it live

Two tools. Real math. No signup.

The same formulas the Supervisor runs at every cycle — wired to sliders you can poke. See if your setup survives a bad day, and watch a regime switch play out across a basket of robots in real time. Estimating AI cost? See How much API?

Account survival simulator

Bad day hits a basket of robots. Does Supervisor save the account?

Live
Without SupervisorEvery robot trades fully
With SupervisorPauses 2 worst, scales 2 to 0.5×
Adjust the sliders to see the outcome.

Regime → action demo

Pick the day's weather. Watch the basket react.

REGIME: Trending Bull confidence 0.87
BYOK · Bring your own LLM key

How much will the AI cost?

The Supervisor runs on your own AI key (BYOK) — billed by your provider, never through us. Pick a model, set how many robots it watches and how often it checks. We do the token math so you see the real monthly bill before you start.

Supervisor multi-EA cost

Pick model + check interval. We do the token math.

$3.40/month
2,880 AI calls/mo 8.6M tokens/mo $0.11/day

Billed by your provider directly. We never see your traffic or take a cut. Built-in budget cap auto-downgrades the model if daily spend exceeds your limit.