GUIDE · UPDATED 6 AUGUST 2026
Auto trading bots, explained properly
A bot places trades for you from rules set in advance. That is the easy part. The useful questions are which kind you need, what separates a tested one from a marketing page, and how much of what you are promised is real.
Short version
An auto trading bot automates execution, not judgement. It follows the strategy it was given, in both directions, without hesitating. That removes emotional error and adds nothing to a bad strategy. Which category you need depends entirely on what you want to trade — a crypto grid bot and a gold Expert Advisor share a name and nothing else.
How they actually work
Every bot, regardless of market, does the same four things in a loop. It reads market data. It checks that data against conditions someone defined. If the conditions are met it sends an order. Then it manages that position to a stop loss or a target.
Everything vendors compete on sits inside step two. The rules might be a moving average crossover, an order-block model, a volatility breakout, or a machine learning model — and the honest truth is that the entry logic matters far less than most marketing suggests. What separates systems that survive from systems that blow up is almost always the risk layer: position sizing, stop placement, when the bot refuses to trade, and whether anything forces it to stop after a bad day.
The three types, and which one you need
“Auto trading bot” covers three categories that have almost nothing in common beyond automation. Picking the wrong one wastes months.
Crypto exchange bots
Connect to Binance, Coinbase, Kraken and similar via API
Works because — Markets run 24/7, APIs are open, and grid or DCA strategies suit assets that range for long stretches.
Watch out for — Crowded, and most published returns come from bull markets. Exchange risk and API key security are yours to manage.
This is what most people mean by "auto trading bot", and it is not what we build.
Forex and metals bots (Expert Advisors)
Run on MetaTrader 4 or 5 alongside a broker account
Works because — Mature platform, deep historical data for backtesting, and instruments like gold with enough daily range for intraday strategies to have something to work with.
Watch out for — Broker conditions matter enormously — spread and execution can erase an edge that looks fine in testing. Regulatory access varies by country.
This is our category. We build one, for XAUUSD, on MetaTrader 5.
Stock and futures bots
Platforms like TradingView, TrendSpider or broker-native automation
Works because — Regulated venues, reliable data, and a natural fit for longer-horizon systematic strategies.
Watch out for — Market hours limit intraday opportunity, pattern-day-trader rules apply in the US, and capital requirements are higher.
Not our category.
If you came here wanting to automate crypto, one of the exchange platforms is genuinely the right answer and we would rather say so than sell you something that does not fit. The rest of this page is about the second category.
What separates a tested bot from a marketing page
Most of what is sold in this space has never been measured in any way you would recognise as rigorous. Five things distinguish the exceptions.
Drawdown is published beside every return. A gain with no drawdown figure is half a number. If it is missing from the marketing, assume it is bad enough to hide.
It was tested on data it was not tuned on. Almost every published backtest is in-sample: the settings were picked by studying the same months the results come from, which guarantees a good chart and proves nothing.
The vendor can name what they removed. Anyone who has measured their strategies has disabled some of them. A bot advertising thirty active strategies has either measured nothing or acted on nothing.
There is a hard daily loss limit. Most account failures are one bad day, not slow decline. A daily lockdown makes the death spiral structurally impossible rather than merely discouraged.
It refuses to trade certain conditions. A bot that trades straight through CPI and NFP with no calendar awareness will take the worst fills of the month.
We wrote a longer version of this as a nine-question checklist you can put to any vendor, including us — how to choose a gold trading bot.
What we build
One auto trading bot, for one instrument: XAUUSD on MetaTrader 5. We built and tested 34 strategies and ship 4, because the other 30 could not prove an edge on gold. It was backtested across two separate periods — including five months of data the configuration had never seen — at roughly 20% maximum drawdown, and we publish the weaker out-of-sample result next to the better one.
It also does not trade crypto. It did once, for 117 trades at a 28% win rate, and we deleted the symbol rather than keep it as a feature.
Common questions
What is an auto trading bot?
An auto trading bot is software that opens, manages and closes trades automatically according to rules set in advance. It connects either to an exchange through an API or to a trading platform such as MetaTrader, watches for the conditions it was programmed to look for, and executes when they appear. It automates execution, not judgement — the strategy is still whatever a human encoded, and a bot will follow a bad strategy just as reliably as a good one.
Do auto trading bots actually work?
Some do, over some periods, with drawdowns you have to be willing to sit through. What a bot reliably removes is execution error — it does not hesitate, does not move a stop out of hope, and does not revenge trade after a loss. What it cannot do is make a losing strategy profitable. Treat any vendor promising consistent profit or a daily income figure as a warning sign; the more specific the promised number, the less likely it is to be real.
Are auto trading bots legal?
Yes in most jurisdictions, including the United States. Automated execution is used at every level of professional markets. The restrictions that catch retail traders are about venue and instrument rather than software — for example, US residents can legally run an Expert Advisor but cannot open accounts with most offshore forex brokers or trade spot gold CFDs at retail.
How much money do I need to start?
It depends on the instrument, and most vendors understate it. For gold on MetaTrader the broker minimum trade size is 0.01 lots, which carries roughly $9 to $12.50 of risk. On a small account that floor exceeds whatever percentage risk you configured, so every trade clamps to the minimum and risks far more of the balance than intended. For a gold bot, somewhere around $700 is where percentage-based sizing starts behaving as designed.
What is the difference between an auto trading bot and an Expert Advisor?
They are the same thing described from different angles. Expert Advisor, or EA, is the MetaTrader-specific name for an automated trading program. Auto trading bot is the general term, and in common usage it more often refers to crypto exchange bots. A gold EA on MetaTrader 5 is an auto trading bot; so is a grid bot on a crypto exchange, and they have almost nothing else in common.
What should I check before buying one?
Maximum drawdown quoted alongside every return figure, whether it has been tested on data it was not tuned on, how many strategies are actually enabled rather than merely included, the real minimum account size, whether it uses martingale or grid recovery, what it does during high-impact news, and whether you can legally open the account it requires. A vendor who answers all seven without hedging is unusual.