Documentation
Everything you need to install, run, tune and test the AURAX Gold Bot on your MT5 account.
Getting started
Attach the bot to your MT5 account in four steps. Takes about five minutes.
Add your MT5 account in the portal
Allow WebRequest in the MT5 terminal
Tools → Options → Expert Advisors, tick "Allow WebRequest for listed URL" and add:Install the EA on a chart
XAUUSD_Scalper.ex5 onto an open XAUUSD chart (or the symbol you entered in the portal). In the EA's inputs, under "License", paste your LicenseKey from the portal.Confirm activation
Running the bot
How to start, pause, resume and monitor the bot day to day.
Starting & stopping
- Start: attach the EA to a chart with AutoTrading on. It reopens baskets automatically — no need to click anything per trade.
- Pause: in Controls press Pause. The bot stops opening/adding positions but keeps existing ones and keeps monitoring.
- Pause + Close all: pauses AND closes every open position in one click (the pause is applied first so nothing reopens).
- Resume: press Resume to let it trade again.
What the status colors mean
- Live / green dot — the bot checked in within the last ~8 minutes.
- Grey dot — no recent check-in. Terminal is closed, AutoTrading is off, or WebRequest isn't allowed.
- Demo / Live badge — the bot reports which MT5 server it's on, so the portal shows whether the account is a demo or a real one.
Templates
A template is a full snapshot of every bot setting. Save one, apply it to any account, or share it as a file.
Create a template
- Go to My templates → New template.
- Give it a name (e.g. "Conservative gold").
- Either start from defaults and adjust the fields, or use Prefill from account to snapshot an account's current settings.
- Every setting is captured — lot & grid, profit targets, trend/ADX/pump filters, ATR grid, trading hours, risk limits, magic numbers.
- Save to cloud. You can also Download it as a JSON file and Import it later or on another profile.
Apply a template to an account
- The bot must be paused with no open positions first (Controls → Pause + Close all).
- On the template card press Apply to account and pick the account.
- The new settings reach the bot on its next check-in (within ~a minute). You can then Resume.
Key settings, briefly
- Base lot / Lot multiplier / Grid step / Max positions — the core grid. Bigger multiplier & more positions = more aggressive (and riskier).
- Basket profit / Combined profit — when the bot banks a basket.
- Trend / ADX / Pump filters — gate new entries; turning them on trades less but more selectively.
- Max drawdown % — the hard killswitch that closes everything and stops the bot.
Testing & backtesting
Always validate a configuration before running it on a live account.
1. Test on a demo account
2. MT5 Strategy Tester (real ticks)
- Open MT5 →
View → Strategy Tester. - Select the
XAUUSD_ScalperEA, symbol XAUUSD, timeframe M1. - Modelling: "Every tick based on real ticks" — this is the most accurate.
- Set the deposit to match the account you'll run (e.g. a cent account with $750).
- Load your settings with the Load button (a
.setfile) and run.
3. Judge the result honestly
- Look at max drawdown, not just net profit — a grid strategy can look great right up until it doesn't.
- Test over a long period that includes bad weeks, not just a good month.
- Remember the tester doesn't model swap or every real-world fill perfectly — treat results as a guide, not a promise.
Bulk & controls
Manage several accounts at once.
Bulk actions
Per-account controls
Troubleshooting
The usual suspects when something isn't working.
The account shows "bot hasn't checked in yet" / grey dot
https://aurax.trade is in the allowed WebRequest list; (3) the LicenseKey in the EA matches the one in the portal; (4) the EA smiley on the chart is happy, not sad."License inactive" in the Experts tab
The bot closed everything and stopped on its own
It says Demo but it's my real account (or vice-versa)
I changed a template but nothing happened
Still stuck? Open a ticket in Support and we'll help.