Installation Guide
From download to live trading in about 15 minutes. No technical expertise required — just follow these steps.
System Requirements
Step-by-Step Installation
Download and Extract
2 minutesAfter 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
Open MT5 Data Folder
1 minuteIn 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
Copy EA Files
2 minutesCopy 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
Copy Preset Files
1 minuteCopy 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
Refresh Navigator
30 secondsIn 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/
Attach EA to Chart
1 minuteOpen 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.)
Load Preset
30 secondsIn 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
Enable Auto-Trading
30 secondsIn 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
Verify Operation
5 minutesWatch 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)
Start on Demo First
OngoingAlways 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 LicenseWatch: Installation in 10 Minutes
Prefer to follow along with a video? This walkthrough covers every step from download to live trading.