A MetaTrader robot
You already know what to look for.
You've watched the same setup work a hundred times. You've just never been able to write it down.
Scroll to begin ↓
A MetaTrader robot
You've watched the same setup work a hundred times. You've just never been able to write it down.
Scroll to begin ↓
Scene 1 of 20. A MetaTrader robot. You already know what to look for.
TheMarketRobo
How a trading robot gets made.
Scroll drives the film · ↑ ↓ step by scene
Compose a strategy from typed building blocks, test it on historical data, and compile it into a real .ex5 or .ex4 that runs in your own MetaTrader terminal.
A robot watches the market and places the trades for you. An indicator draws plots, alerts and objects on a chart — it never trades. Each has its own canvas, its own outputs and its own compiled file.
Describe the strategy in a sentence. Where the sentence leaves a gap it should not fill with a guess, the studio comes back with a short list of questions first — each with why it is asked, a sensible default, and a switch to let the AI decide. Answer what you can.
3 quick questions
Answer what you can — every question ships with a sensible default.Which bars is the trend read on?
Why we ask: The sentence named a trend but not the bars it lives on.How far below the swing does the stop sit?
Why we ask: A stop below the swing needs a distance; the default is a multiple of recent range.Trail the stop as the position runs?
Why we ask: The sentence said nothing about the position once it is open.A robot is a search signal, a filter, a create order and a deal stage. Each is drafted on its own canvas, wired with typed connections, and versioned on its own. Change one module by hand, or ask for another turn and see exactly what moved.
Right-click a node, choose Show on chart, and run it over a window of bars. Its series is drawn on the candles with an arrow wherever it fired — and when it fires nowhere, the panel says why.
Run the strategy on historical data and read the result across equity, drawdown, distribution, the chart, every trade and the stats. Underneath, a verification panel says how the numbers were produced — the engine, the look-ahead rule, the signal funnel — read from the run, never asserted.
Canonical bar-by-bar engine — a source of truth, not an estimate
Causal evaluation enforced — every bar sees only closed bars up to that point
raw → passed filters → executed
Robustness / out-of-sample: a single backtest is one pass
Parameter searches and walk-forward validation runs, with five samplers to choose from. Trials fill in as each one completes. Then a validation report scores the result from 0–100 across six tests and gives a verdict: robust, or not.
Every build is compiled by MetaEditor, carries a SHA-256 per format, and reports diagnostics against the node that caused them. Licence it per compile — online, offline key, or free — then install it in your own terminal.
Activates against the licence the owner buys from TheMarketRobo. Revoke it any time and the build stops at its next check.
Download the .ex5 and put it in the MQL5/Experts folder of your MetaTrader 5 terminal.
Attach it to a chart, enter your licence key, and allow algorithmic trading.
Allow the platform URL under Tools → Options → Expert Advisors, or the robot cannot reach its licence.
Strategies, modules, indicators, tools and saved settings can be listed. A search signal, a filter, a create order or a deal stage sells as a module of its kind. Sealed listings run and compose without opening their internals; open ones ship an editable copy. Earnings mature, become available, and are taken out through the vendor app, less a platform commission.
Pick what you’re selling
Listings are reviewed before they go live. A promise about returns or risk is rejected — describe the method instead.
The customer app is where a finished robot becomes yours. Change its configuration, choose which symbols it may trade, or end the session — without touching the terminal. Only an online-licence build can be changed after it ships.
Buy it and license it to your own terminal
Follow the session as the robot reports in
Change it, restrict it, or end it — and see what it accepted
Session Details
Trend pullback
v1••••••
Orders, wallet and licences in one place
Telegram or WhatsApp for the notices you choose
Refer someone and earn on what they buy
Five kinds of product are sellable — sealed, so the logic stays private, or open, so a buyer can read it. Payment runs on the same wallet and credits as the rest of the platform.
Vendors publish what they build. Commissioners bring the people who buy it.
Submit a build, have it compiled, and put it up for sale. Revenue, coupons and reviews live in the vendor hub, and the SDK tool wires your own MQL source into the platform.
Refer buyers, see what those referrals return, and take payouts from the same balance.
Describe what the strategy should do. AI Studio drafts it onto the canvas as ordinary blocks, and you take it from there.