How much money you actually need to run a gold EA
The question behind "what's the minimum" is rarely about the number. It's can I afford this, and what happens if I put in less? Both numbers are below, followed by the part most pages skip: where they come from, and what the EA does when your balance falls short — the minimum is a mechanical gate, not a suggestion. No returns figures and no quoted broker costs here; instead, where to check the numbers that matter in your own terminal.
The short answer
- CENT account — USC 100,000, roughly USD 1,000 deposited, at 1:2000 leverage.
- STANDARD account — USD 50,000 at 1:500 leverage.
Both are checked by the EA itself at startup: below the minimum for its account type, it does not open trades. The cent route is the entire reason the entry point is roughly USD 1,000 rather than USD 50,000. And before either of them, an MT5 demo account costs nothing to open — running the EA there first is the correct order of operations, and there's a section below on what to watch.
Why a capped grid needs capital at all
The engine places a straddle — a paired BuyStop and SellStop bracketing the market. Whichever fills first wins the cycle and the opposite pending order is cancelled. If price then moves against the filled side, the EA adds positions at planned distances up to a hard cap on grid levels, aiming to close the whole basket at weighted-average break-even plus a small profit. Four consequences follow — together, they are the whole reason a minimum exists.
- Margin is consumed per position, not per basket. A recovery basket can hold several positions at once, up to the grid-level cap, so peak margin use is a multiple of the first entry's. That's why the EA requires 1:2000 on cent and 1:500 on standard rather than treating leverage as a preference.
- Free margin has to survive to the last planned level. Open positions can consume enough margin that the next planned level cannot be placed — and a recovery ladder that stops halfway has stopped in the worst possible place. Read Free Margin in the Trade tab, not just Balance.
- Room for floating loss before anything fires. A basket in recovery carries its largest floating loss at its worst point — which is either shortly before it closes at break-even, or at the moment a cap or the equity kill-switch closes it at a loss. On a thin account that same loss is a far larger fraction of equity, so the equity kill-switch — or the broker's own stop-out — arrives before the basket reaches its planned exit at all.
- Lot granularity is a hard floor. StartingLot defaults to 0.01, but every symbol has its own minimum volume and volume step, and a lot below the minimum or off the step is refused outright. On a standard account a 0.01-lot gold position is economically large next to a small balance; on a cent account the same lot number carries roughly one hundredth of that exposure, which is what makes a small balance viable at all.
Put simply: capital buys the basket room to work through its planned levels. It does not guarantee the basket recovers — a sustained one-way move can still exhaust the grid cap and close the basket at a loss.
What the account itself has to be
Capital is one half of qualifying; account structure is the other, and no deposit size compensates for getting it wrong. Both tiers need MetaTrader 5, a hedging account rather than netting, and a non-commission account type. The hedging part isn't a preference: a recovery basket is several separate tickets that have to be closed together, and a netting account merges every entry into one averaged position per symbol instead, which leaves nothing for the EA to manage as a basket. Leverage is gated the same way as balance, and it is a broker-side setting — you change it in the broker's client area, not in MT5 and not in the EA's inputs.
Which of the two tiers you open is a separate decision with its own traps — the side-by-side comparison, the labelling trap where a cent account's currency field reads USD, and the leverage bands that can move as an account grows are all on cent vs standard account for a gold EA. The broker-side framework — hedging vs netting, spread, stop level, and how to check each yourself — is on best broker for a gold EA.
What happens if you fund less
It is a hard gate, not a suggestion. The EA does not scale down, does not run at reduced size, and does not warn you and carry on anyway — it simply does not open trades. And you see it plainly: the status line reads LOCKED - BALANCE, and the panel prints your current balance next to the required one.
There is also no input that lowers the minimum for your account type. There is an AccountTypeOverride input that forces cent/standard detection — do not touch it unless support asks you to; it changes which tier the EA thinks it is on, not how much capital the strategy needs. Maintaining a compliant, funded account at or above the gate is the client's responsibility under the Terms. The same holds after you go live: if the balance drops below the minimum, trading pauses automatically until it is back at or above the gate, and a temporary shortfall is not a reason your licence is revoked — the Terms set out the circumstances in which a licence can be suspended or revoked.
For the other reasons an EA sits quiet, and how to read every status-line state, see MT5 EA not trading.
Why undercapitalisation is how grid accounts actually die
The mechanism is unglamorous: the account hits stop-out before the basket reaches its planned exit. Sometimes price would have come back; sometimes it would not have — an undercapitalised account never finds out, and neither outcome is owed to you.
Be careful with the conclusion, though. Extra capital does not make the strategy better; it only lets the planned levels play out instead of being cut short. That is a smaller claim than it sounds, and it is not a claim that a fully funded account cannot lose. The full argument — the failure modes, what is engineered against, and the explicit statement that risk is limited rather than removed — is on is grid trading safe.
Check whether you qualify — before you deposit
Four checks, all in your own terminal, all free on a demo. Measuring beats taking figures from a stranger on the internet, including me.
- Confirm the tier with the broker in writing — cent or standard. The account currency field alone is not reliable.
- MT5 Toolbox → Trade tab. Read Balance, Equity and Free Margin, and confirm the summary line says hedging rather than netting.
- Market Watch → right-click your gold symbol → Specification. Read minimum volume, volume step, contract size, and the leverage and margin that actually apply to gold — often lower than the headline account leverage, and it can be reduced further around weekends and major events.
- Attach the EA and read the status panel. LOCKED - BALANCE and LOCKED - LEVERAGE each print your current value next to the required one, which turns the question into an observation rather than a guess.
And if an order is refused, the Journal tab reports the broker's own reason — "no money", "invalid volume" — which beats speculating.
The costs that aren't the deposit
There is no licence fee, ever. The partner broker pays introducing-broker commission on your trading activity, and client funds never pass through me; the EA runs inside your own MT5 terminal, on your own account. The capital you need sits entirely with you.
A VPS is a genuine recurring cost and belongs in the budget: the EA must run 24/5 to manage open baskets, and a laptop that sleeps is not a plan. I won't quote a price that goes stale next quarter — see best VPS for MT5 and check current pricing yourself.
Spread and swap are paid by the account, quietly and mechanically. Spread is paid per position rather than per idea, so a basket pays it on every leg, in and out; swap compounds across every leg held overnight, so a basket sitting through several sessions pays it repeatedly. This page quotes no figures for either — they differ per broker, per account type and per week. Measure them: enable the Spread column in Market Watch and watch your own gold symbol at the hours you'll trade, then read swap long, swap short and the three-day swap in Specification.
The conflict of interest, plainly: the broker links on this site are partner links, that commission is why the EA is free rather than a paid download, and it gives me a reason to encourage you to open an account. Verify it on a demo rather than taking my word.
Try it on a demo first — that part costs nothing
A MetaTrader 5 demo account is free to open, and there is a 14-day demo trial of the EA; request the demo build by emailing info@mt5goldea.com. Demo first, deposit second. Nobody should be learning how a recovery basket feels while their own USD 1,000 is inside it.
A demo can't prove profitability, so watch behaviour: how long the EA sits idle on purpose, which status-line states it cycles through (this page decodes them), whether your broker's gold symbol and volume specification work at all, and how a basket behaves through a full recovery. The setup guide covers getting it running.
Open the demo at the broker and account type you actually intend to fund, though — not just any demo. A demo carries the account structure of whoever issued it, so a netting demo, or one below the leverage the tier requires, tells you about that broker rather than about the EA. The rehearsal is only useful if it rehearses the account you're going to put money into.
Two caveats. Demo feeds can be friendlier than live, so treat a demo run as behaviour verification, not performance evidence. And a licence is bound to one account number and one mode — a demo key fails on a live account and vice versa — so request the live key separately.
For evidence that isn't a demo: two independently tracked FXBlue accounts, one cent and one standard, plus the live fleet of anonymised real client accounts, winners and losers alike, with demo and contest accounts excluded server-side.
The blunt part: this money is genuinely at risk
Only fund this with money you can afford to lose. That's the standing position here, not a disclaimer bolted onto the end of a sales page.
Meeting the minimum reduces certain risks. It does not eliminate the risk of loss, and it is not a line beyond which nothing can go wrong — it is the point below which the strategy cannot function as designed. What the strategy does is explicit: it may add to losing positions and accumulate exposure as price moves against a basket, and sustained adverse moves can produce large drawdowns.
No returns are promised here, and anyone promising them is misleading you. The equity kill-switch is always on and cannot be switched off, and what it actually does is documented in the settings guide — read it before you go live, because a description of a control is not a claim about what it will spare you.
One more thing to settle before any deposit, because it sits outside anything the EA controls: establish which legal entity would be holding your money, in which jurisdiction, and what protection that carries. This site makes no representation about any broker's regulatory status — counterparty risk and withdrawal risk are yours to carry, and the checks worth running are on best broker for a gold EA.
So, the affordability test: if funding the minimum means borrowing, or spending money already committed elsewhere, the honest answer is that this isn't the right time. The demo will still be there when it is.
Common questions
How much money do I need to run MT5 Gold EA?
A cent account needs USC 100,000, which is roughly USD 1,000 deposited, at 1:2000 leverage. A standard account needs USD 50,000 at 1:500. The EA checks both at startup and will not open trades below the minimum for its account type.
What happens if I fund less than the minimum?
Nothing trades. The chart status line reads LOCKED - BALANCE and the panel prints your current balance against the required one. Trading pauses until the balance is back at or above the gate, and a temporary shortfall is not a reason your licence is revoked — the Terms set out the circumstances in which a licence can be suspended or revoked.
Can I lower the minimum in the settings?
There is no input that lowers the minimum for your account type. There is an AccountTypeOverride input that forces cent/standard detection, but that changes which tier the EA thinks it is on rather than how much capital the strategy needs — only change it if support asks you to.
Does more capital make the strategy better?
No. Extra capital lets the planned grid levels play out instead of being cut short by stop-out. It does not improve the strategy and it does not remove the risk of loss — a sustained one-way move can still close a basket at a loss on a fully funded account.
Can I test it without funding a live account?
Yes. A MetaTrader 5 demo account is free to open, and there is a 14-day demo trial of the EA. Request the demo build from info@mt5goldea.com and run it on a demo before any real money moves.
Still suspicious that "free" is the catch? That business model is taken apart on best free gold EA.
Set the account up at the right tier
The onboarding flow walks through cent versus standard, the leverage each needs, and getting the EA licensed and running.
Get MT5 Gold EA — free →Risk disclosure. Trading foreign exchange, gold and CFDs on margin carries a high level of risk and may not be suitable for all investors. High leverage magnifies losses as readily as gains, and grid and recovery strategies can accumulate exposure and incur significant drawdown. Meeting an account minimum reduces certain risks but does not eliminate the risk of loss — you may lose some or all of your capital. Nothing here is financial advice, and nothing here is a recommendation of any particular broker for your circumstances — verify any broker's terms, leverage bands and account conditions yourself. Please read our full Risk Disclosure.