Skip to content
10-Step Setup • ~15 Minutes

Installation Guide

From download to live trading in about 15 minutes. No technical expertise required — just follow these steps.

System Requirements

Operating System
Windows 10/11 (64-bit)
Mac requires VM (Parallels/VMware) or Windows VPS
Trading Platform
MetaTrader 5 (build 3500+)
MT4 is NOT supported
Symbol
XAUUSD (Gold)
May need to adjust symbol name for your broker
Timeframe
M5 (chart timeframe)
EA reads 4H and 1H internally
Account Type
Any (Standard, Raw, ECN)
Lower spread = better results
Min. Balance
$500 recommended
0.5% risk = $2.50 per trade at $500
Internet
Stable connection
VPS recommended for 24/7 uptime
Broker
Any MT5 broker offering XAUUSD
Test demo first to verify symbol name

Step-by-Step Installation

1

Download and Extract

2 minutes

After purchase, you receive a ZIP file containing the EA, presets, and documentation. Extract it to any folder on your computer.

  • The ZIP contains: EA/ folder, Presets/ folder, Docs/ folder, README_INSTALL.txt
  • No installation wizard — just extract and copy files
2

Open MT5 Data Folder

1 minute

In MetaTrader 5, go to File → Open Data Folder. This opens the folder where MT5 stores all EAs, indicators, and data.

  • The path is typically: C:\Users\<username>\AppData\Roaming\MetaQuotes\Terminal\<hash>\
  • Each MT5 installation has a unique hash folder
3

Copy EA Files

2 minutes

Copy all files from the EA/ folder into MQL5/Experts/ in your MT5 data folder.

  • Copy: Liquidity_Pro.mq5, Liquidity_Pro.ex5, and all 23 XAUUSD_*.mqh files
  • All .mqh files MUST be in the same folder as the .mq5
  • If .ex5 doesn't load, open .mq5 in MetaEditor and press F7 to recompile
4

Copy Preset Files

1 minute

Copy all .set files from the Presets/ folder into MQL5/Presets/Expert/ in your MT5 data folder.

  • Create the Presets/Expert/ folder if it doesn't exist
  • 6 preset files: Default, NoFilter, Balanced, Strict, Lenient, HighScoreOnly
5

Refresh Navigator

30 seconds

In MT5, open the Navigator panel (Ctrl+N). Right-click "Expert Advisors" and select "Refresh".

  • You should see "Liquidity_Pro" in the Expert Advisors list
  • If you don't see it, verify the files are in MQL5/Experts/
6

Attach EA to Chart

1 minute

Open an XAUUSD chart (M5 timeframe recommended). Drag "Liquidity_Pro" from the Navigator onto the chart.

  • Use M5 timeframe for the chart (EA reads 4H and 1H internally)
  • Make sure the symbol matches your broker (XAUUSD, XAUUSD.sd, GOLD, etc.)
7

Load Preset

30 seconds

In the EA settings window, go to the "Inputs" tab. Click "Load" and select "Liquidity_Pro_Default.set".

  • This loads all 80 parameters at once — no manual configuration needed
  • Choose a different preset if you want different filter settings
  • Click "Reset" first if you see old values from a previous EA
8

Enable Auto-Trading

30 seconds

In the EA settings, check "Allow live trading" on the Common tab. Click OK. Ensure the AutoTrading button in the toolbar is enabled.

  • Look for a smiley face icon in the top-right of the chart (green = running)
  • Check the Experts tab for "Liquidity Pro initialized" and "AUTO-TRADING ENABLED"
  • If you see "DECISION-SUPPORT MODE", auto-trading is OFF — re-check settings
9

Verify Operation

5 minutes

Watch the Experts tab for diagnostic messages. The EA logs every analysis cycle, showing score, state, and detected components.

  • DIAG messages show: trend, session, sweep, CHoCH, BOS, displacement, OB, FVG, score
  • When a setup forms (Score ≥ 60), the EA will execute automatically
  • No setup = no trade — this is normal (4-6 trades per month)
10

Start on Demo First

Ongoing

Always run on a demo account for at least 1-2 weeks before going live. Verify the EA executes trades correctly and matches your expectations.

  • Open a demo account with your broker
  • Attach the EA to the demo XAUUSD chart
  • Monitor trade execution, win rate, and behavior
  • Only switch to live when you're confident

Common Issues & Solutions

EA not showing in Navigator

Verify files are in MQL5/Experts/ (not a subfolder). Right-click Expert Advisors in Navigator → Refresh. If still missing, open .mq5 in MetaEditor and press F7 to compile.

"DECISION-SUPPORT MODE" in log

Auto-trading is OFF. Check: (1) "Allow live trading" in EA settings, (2) AutoTrading button in toolbar is green, (3) no conflicting EAs on the same chart.

No trades executing

This is normal — the EA takes 4-6 trades per month. Check the Experts tab for DIAG messages showing the current score. If score is below 60, no trade will execute. Be patient.

Wrong symbol name

Open .mq5 in MetaEditor. Search for XAUUSD.sd and replace with your broker's symbol (e.g., XAUUSD, GOLD). Recompile with F7.

Old settings persisting

MT5 may load old saved settings. In EA properties, click "Reset" before loading a preset. This forces MT5 to use the new defaults from the source code.

Compilation errors

Ensure all 23 .mqh files are in the same folder as .mq5. Missing include files cause compilation to fail. Re-extract the ZIP and copy all files.

VPS Recommendation

For 24/7 operation without keeping your computer on, use a Windows VPS. The EA needs to run continuously to catch setups during London and New York sessions.

Why VPS?

24/7 uptime, stable connection, no power outages, no sleep mode. Essential for catching setups that may form while you sleep.

Specs Needed

Windows Server, 1 vCPU, 1GB RAM, 20GB storage. The EA is lightweight — any basic Windows VPS works. Location: near your broker's server.

Cost

$5-$15/month for a basic Windows VPS. Some brokers offer free VPS if you maintain a minimum balance. Check with your broker first.

Ready to Install?

Get Your License

Watch: Installation in 10 Minutes

Prefer to follow along with a video? This walkthrough covers every step from download to live trading.

Installation in 10 Minutes — Video Guide

08:52

Step-by-step installation guide. From download to live trading in 10 minutes. Includes preset loading, symbol adjustment, and verification.