Master Usage Guide

Follow these professional steps to deploy any trading tool from VantageQuant onto your MetaTrader 5 platform.

Discover Tools

Our marketplace offers Expert Advisors (EAs), Indicators, ML Models, and Utilities designed for high-precision trading.

Instant Setup

Most tools are pre-compiled (.ex5) files ready to be dropped into your MT5 terminal for immediate use.

Secure Licensing

Premium tools are protected by our cloud DRM system, ensuring only authorized MT5 accounts can execute the code.

Deployment Workflow

1

Prepare Your Environment

Ensure you have MetaTrader 5 (MT5) installed. We recommend using a stable VPS (Virtual Private Server) for Expert Advisors to ensure 24/7 uptime without connectivity interruptions.

2

Acquire & Download

Choose your desired tool from the marketplace. After purchase or free download, you will receive a .ex5 file via Google Drive. Save this file to a known location on your PC.

3

Map the Data Directory

Launch MT5, navigate to the File menu, and select Open Data Folder. This is your terminal's heart where all custom code resides.

4

Install the File

Navigate to MQL5 folder inside the data directory, then choose the appropriate sub-folder based on the product type:

  • Expert Advisors: MQL5 / Experts
  • Indicators: MQL5 / Indicators
  • Utilities / Scripts: MQL5 / Scripts

Paste your .ex5 file into the chosen folder.

5

Refresh & Launch

Go back to MT5. In the Navigator panel (Ctrl+N), right-click on the category (e.g., Expert Advisors) and click Refresh. Your tool should now appear. Drag & Drop it onto any active chart.

6

Critical Connectivity Setup

For our DRM and cloud features to work, you MUST configure the following settings in MT5 (Tools > Options > Expert Advisors):

Mandatory Permissions Checklist
Allow WebRequest for listed URL: Necessary for license verification and cloud data syncing.
Add https://towpsalnxckabspeaste.supabase.co to the URL list. This allows the tool to talk to our secure backend.
Allow DLL Imports: Mandatory for advanced calculations and secure system calls.
Allow Algo Trading: If using an EA, ensure the "Algo Trading" button in the top toolbar is GREEN.

Without these settings, the tool will fail to initialize and will show a "License Error" or "Connection Failed" message in the Experts tab log.