Documentation · MT5 Installation

How to set up ArkBot on MetaTrader 5.

A complete, step-by-step walkthrough — from downloading the algo file to running your first live signal. No technical background needed.

~10 min total setup
8 simple steps
Works on Windows · macOS · VPS
1 STEP ONE

Download & Install MetaTrader 5

If you don't already have MT5, download the platform from your broker's website or the official MetaQuotes site. Always use the version provided by your broker — it ensures your account credentials and server settings work out of the box.

  1. Visit your broker's downloads page (Exness, IC Markets, FBS, etc.) and download MT5 Desktop for your operating system.
  2. Run the installer and follow the on-screen prompts. Keep the default install path — it makes things easier later.
  3. Once installed, open MT5 and log in using the credentials your broker emailed you (Login ID, Password, Server).
!
macOS users
MT5 runs natively on Windows. On Mac, install via PlayOnMac, Wine, or use a Windows VPS for 24/7 uptime.
2 STEP TWO

Get Your ArkBot File

After your purchase is confirmed, you'll receive an email from us with your ArkBot algo file (with a .ex5 extension) along with your unique licence key. Download the file and save it somewhere easy to find — your Desktop works fine.

  1. Open the confirmation email from support@arkbot.com.
  2. Click the download link and save ArkBot.ex5 to your computer.
  3. Note down the licence key — you'll need it during the bot's first run.
3 STEP THREE

Open the MT5 Data Folder

This is where MT5 stores all of its custom indicators and expert advisors (EAs). Opening it from within MT5 ensures you land in the correct folder — even if your installation path is unusual.

  1. Inside MT5, click the File menu in the top-left corner.
  2. Select Open Data Folder. A file-explorer window will pop up.
  3. Inside the new window, double-click the MQL5 folder.
Visual · MT5 File Menu
MetaTrader 5 — Live Account
File ▼ View Insert Charts Tools Window Help
New Chart
Open an Account
Login to Trade Account
→ Open Data Folder
Profiles
Save As Picture...
Print
4 STEP FOUR

Drop ArkBot into the Experts Folder

Inside the MQL5 folder you'll find a folder called Experts — this is where MT5 looks for expert advisors. Copy your ArkBot file here.

  1. Inside MQL5, open the Experts sub-folder.
  2. Drag and drop your ArkBot.ex5 file into this folder (or right-click → paste).
  3. Close the file-explorer window once the file is in place.
File Path
📁 MT5 Data Folder
  └─ 📁 MQL5
      └─ 📁 Experts
          └─ 📄 ArkBot.ex5   ← drop file here
5 STEP FIVE

Restart MetaTrader 5

For MT5 to register the new expert advisor, you need to fully close and reopen the platform. Closing the chart window alone is not enough — exit the whole application.

  1. Close MT5 completely (right-click the taskbar icon → Close window, or File → Exit).
  2. Reopen MT5 from your Desktop or Start menu.
  3. Log back into your trading account if prompted.
6 STEP SIX

Enable Algorithmic Trading

By default, MT5 disables algorithmic trading for safety. You need to switch it on globally before any expert advisor — including ArkBot — can place trades.

  1. Click Tools → Options from the top menu (or press Ctrl + O).
  2. Switch to the Expert Advisors tab.
  3. Tick the following boxes:
    • Allow algorithmic trading
    • Allow DLL imports
    • Allow WebRequest for listed URL (add your broker's URL if listed in the welcome email)
  4. Click OK to save.
  5. Look at the top toolbar — the AlgoTrading button must be GREEN. If it's red, click it once to enable.
Expert Advisors Settings
Server
Charts
Trade
Expert Advisors
Events
Allow algorithmic trading
ENABLED
Disable algorithmic trading when account changes
ENABLED
Allow DLL imports
ENABLED
Allow WebRequest for listed URL
ENABLED
7 STEP SEVEN

Attach ArkBot to a Chart

Now the fun part. Open a chart for the instrument you want to trade and drag ArkBot onto it.

  1. In the top-left Navigator panel, expand Expert Advisors. You should now see ArkBot listed.
  2. Open a chart for your chosen pair (e.g., EURUSD, XAUUSD, BTCUSD). Use the recommended M15 or H1 timeframe.
  3. Drag the ArkBot name from the Navigator panel onto the chart. A settings dialog will open automatically.
Navigator Panel
Navigator
8 STEP EIGHT

Configure Your Trading Settings

This is the dialog that gives you control. Enter your licence key, choose your risk profile and trading rules, then activate.

  1. In the Common tab, tick Allow algorithmic trading.
  2. Switch to the Inputs tab.
  3. Paste your Licence Key in the field provided.
  4. Set your preferred values for Risk per trade (%), Risk-Reward Ratio, Max daily drawdown, and Session filter.
  5. Choose Trade Mode: Conservative / Balanced / Aggressive.
  6. Click OK to launch the bot on the chart.
ArkBot — Inputs Tab
Common
Inputs
Dependencies
LicenceKey
ARK-XXXX-XXXX
Risk per trade (%)
1.0
Risk : Reward
1 : 2.5
Max daily drawdown (%)
3.0
Session filter
London + NY
Trade mode
Balanced
Zone freshness
Fresh only
i
Recommended starting point
If you're new, start with Risk = 0.5%, RR = 1:2, and Trade Mode = Conservative. Increase only after seeing 2–3 weeks of consistent results.
9 STEP NINE

Verify ArkBot is Live

The last check — confirm everything is running. Look at the top-right of your chart for the smiley icon.

  1. Top-right of the chart should show a 😊 blue smiley face — ArkBot is active.
  2. A frowny face means AutoTrading is off — recheck Step 6.
  3. Open the Experts tab at the bottom of MT5 to see live ArkBot logs.
  4. Wait for the next valid signal — the bot only enters when its rules are met. No signal is also a signal.
You're live!
ArkBot is now scanning the market 24/7. For best results, run on a low-latency VPS so the bot never disconnects.