πŸ‡΅πŸ‡° Jashn-e-Azadi Sale β€” 60% OFF for new customers πŸŒ™β­ Grab the deal β†’
Setup

Install the EA in MetaTrader 5

Six steps, about five minutes. Do them in order β€” step 3 is the one that causes almost every support ticket.

Before you start
  • MetaTrader 5 installed on a Windows PC or a VPS. (The phone app cannot run an EA β€” that is a MetaTrader limitation, not ours.)
  • Your licence key and the EA file, both in your dashboard under My Licences.
  • A chart the EA is meant for: XAUUSD (Gold), M15.
Download the EA

Sign in β†’ Dashboard β†’ My Licences β†’ Download EA. You get a file ending in .ex5. Keep it β€” do not rename it.

The download link is tied to your account. Do not pass the file to anyone else: the licence binds to one MT5 account and one machine, so a shared copy will not run for them anyway, and it puts your own key at risk.
Put it in the Experts folder

In MetaTrader 5: File β†’ Open Data Folder. A Windows folder opens. Go into MQL5 β†’ Experts and paste the file there.

…\MQL5\Experts\RaeesConceptEA.ex5

Then in MetaTrader: right-click anywhere in the Navigator panel β†’ Refresh. The EA appears under Expert Advisors. If it does not, close MetaTrader and open it again.

Allow the licence server MOST MISSED

The EA asks our server whether your licence is valid. MetaTrader blocks all outgoing web requests until you allow the address by hand.

Tools β†’ Options β†’ Expert Advisors β†’ tick β€œAllow WebRequest for listed URL” β†’ click the empty line and type:

https://aiquorix.com
Options β€” Expert Advisors Allow WebRequest for listed URL: https://aiquorix.com (click the empty line to add a new address)
Illustration of the dialog β€” your MetaTrader will look slightly different by version.
Type the address exactly: https:// at the front, no slash at the end, no www. One wrong character and the EA reports LICENSE SERVER UNREACHABLE for ever.
Open the right chart

XAUUSD (your broker may call it GOLD or XAUUSD.m), timeframe M15. Open it from Market Watch β†’ right-click the symbol β†’ Chart Window, then set M15 on the toolbar.

Attach the EA and paste your key

Drag RaeesConceptEA from the Navigator onto the chart. A settings window opens:

  • Common tab β†’ tick Allow Algo Trading.
  • Inputs tab β†’ find License_Key β†’ paste your key, e.g. AIQX-XXXX-XXXX-XXXX-XXXX.
  • Leave every other input alone the first time. The defaults are the tested settings.
Paste, do not retype. A trailing space is invisible and produces LICENSE KEY INVALID.
Turn on AutoTrading and check the log

Press the AutoTrading button in the top toolbar β€” it must be green. The chart's top-right corner should show a smiling face.

Now open the log: View β†’ Toolbox (Ctrl+T) β†’ Experts tab. Within a few seconds you should see:

LICENSE ACTIVE | 6 Months | 2026-11-14 (104d left)
That line means everything is working. The EA now waits for a valid setup β€” it does not trade immediately.

If something is wrong, the EA tells you

Every message below comes from the EA itself, in the Experts tab. Find yours in the left column β€” the fix is on the same line.

What the log saysWhat it means, and what to do
CHECKING LICENSE... Normal, for the first few seconds. Wait.
LICENSE MISSING - enter your key in License_Key input The key box is empty. Right-click the chart β†’ Expert Advisors β†’ Properties β†’ Inputs β†’ paste the key.
LICENSE SERVER UNREACHABLE - retrying (check WebRequest URL whitelist) Step 3 was missed, or typed wrongly, or the PC has no internet. Check the address is exactly https://aiquorix.com.
LICENSE KEY INVALID The key does not exist on our server. Almost always a stray space or a missing character β€” copy it again from your dashboard.
LICENSE BOUND TO ANOTHER MT5 ACCOUNT This key is already activated on a different account number. Open a support ticket to release it, or use the account it is bound to.
LICENSE BOUND TO ANOTHER MACHINE Same key, different computer. This also happens after a Windows reinstall β€” tell support and we will release the binding.
LICENSE EXPIRED - renew at aiquorix.com The plan has ended. Renewing extends the same key β€” no reinstall, no re-entering anything.
LICENSE SUSPENDED - contact support
LICENSE TERMINATED - contact support
An administrator stopped this licence. Open a ticket and we will tell you why.
LICENSE ACTIVE (server unreachable - retrying, grace ...) Your internet dropped. The EA keeps trading for up to an hour while it retries β€” nothing to do unless it persists.
TESTER MODE (license bypassed) You are in the Strategy Tester. Backtesting never needs a licence check, so this is expected.
Run it on demo first

Attach it to a demo account for a few days before you put real money behind it. Not because we doubt it β€” because you should see how it behaves with your broker's spread, your server time and your own nerves before any of that costs you anything. Trading carries risk, and past results do not predict future ones.

Stuck on a message that is not in the table?

Open a support ticket Read the FAQ