Once you understand what an Expert Advisor is, installing one is refreshingly simple. This guide gets MaxusBlast - or any MT5 Expert Advisor - from a downloaded file to actively watching the market.

Prerequisites

  • MetaTrader 5 installed from a broker that permits Expert Advisors and lists the market you want to trade.
  • Your EA file (.ex5 or .mq5). MaxusBlast ships as a ready-to-run .ex5.
  • An account logged in - demo is perfect for the first run.

The full installation, step by step

  1. 1
    Open the data folder

    File → Open Data Folder. This is where MT5 keeps everything, including your EAs.

  2. 2
    Navigate to MQL5 → Experts

    Paste your EA file here. If given an .mq5 source file, it will compile on load.

  3. 3
    Refresh the Navigator

    In MT5, right-click 'Expert Advisors' in the Navigator and choose Refresh - or restart MT5.

  4. 4
    Open your chart

    File → New Chart → the symbol you want to trade (symbol names vary by broker).

  5. 5
    Attach the EA

    Drag the EA from the Navigator onto the chart. The inputs window opens.

  6. 6
    Set inputs & allow trading

    Choose your preset, tick 'Allow Algo Trading', click OK.

  7. 7
    Turn on AutoTrading

    Click the AutoTrading button in the toolbar so it glows green.

Installing and activating an EA on MetaTrader 5

Verify the install (don't skip this)

Before you trust the EA, confirm three things:

  1. The smiley face - top-right of the chart. A smile means the EA is running; a sad face means AutoTrading is off.
  2. The Experts tab - at the bottom of MT5, it should show the EA initialising without errors.
  3. The Journal tab - confirms the EA loaded and is receiving ticks.

VPS vs your own PC

Your EA stops the moment MT5 closes. For a strategy that trades a full market session, that means either leaving a PC on 24/5 (impractical) or running MT5 on a VPS - the standard, reliable choice.

✔ Advantages

  • Runs 24/5 - never misses a setup
  • Immune to your power cuts & Wi-Fi drops
  • Low latency to the broker = better fills
  • Frees your own computer entirely

✕ Disadvantages

  • Small monthly cost (often a few dollars)
  • A little setup to learn once
  • Overkill if you only test on demo briefly
  • Need to pick a reputable provider
VPS vs running MT5 on your own PC

Common installation problems

SymptomLikely fix
EA not in the NavigatorWrong folder, or needs a refresh/restart
Sad face on the chartAutoTrading button is off - click it on
EA loads but no tradesMarket closed, wrong symbol, or a risk limit is hit
'Trading disabled' messageEnable 'Allow Algo Trading' in the EA inputs and in Options → Expert Advisors

New to all this? Start with what is an Expert Advisor?, then learn to backtest it before going live.

Frequently asked questions

Do I install an EA differently on Mac?
MT5 on Mac usually runs via a wrapper, but the steps are the same once MT5 is open: Open Data Folder → MQL5/Experts. A VPS avoids Mac quirks entirely.
How do I update an EA to a new version?
Replace the old file in MQL5/Experts with the new one, restart MT5, and re-attach it to the chart.
Can one EA trade multiple charts?
Attach the EA separately to each chart you want it on. Each MaxusBlast license covers one MT5 account.