Gold Catalyst Evolution V6.0 — Complete Installation and Setup Guide

14 July 2026, 07:19
Malek Ammar Mohammad Alahmer
0
140

Hello traders,

This is the installation and operating reference for Gold Catalyst Evolution V6.0. It replaces the earlier single-engine setup instructions. V6.0 contains two independent engines, uses two fixed lot sizes and has specific requirements for chart period, position ownership and account mode.

👉 Gold Catalyst EA MT5: https://www.mql5.com/en/market/product/132275

📌 Before installation: the V6.0 reference environment

  • Platform: MetaTrader 5
  • Instrument: XAUUSD or a broker gold symbol containing XAU or GOLD
  • Chart period: M5
  • Recommended starting balance: USD 1,000 with the default lots
  • Reference leverage: 1:1000
  • Account type: Raw Spread, Zero Spread or low-markup ECN recommended
  • Position mode: hedging recommended; netting supported
  • Operation: stable VPS and low-latency connection recommended

Commission, spread, swap, slippage, contract size and broker execution can affect results. The reference leverage changes margin requirements; it does not make losses smaller or guarantee safety.

📌 Step 1 — Install only through MQL5 Market

  1. Buy, rent or obtain the free demo from the official product page.
  2. Open MetaTrader 5 and make sure the terminal is signed in to the same MQL5.community account used for the purchase or rental.
  3. Open the Market/Purchased area in the terminal. Exact menu wording can vary by terminal build.
  4. Locate Gold Catalyst EA MT5 and install the current Market build.
  5. Confirm that the installed product reports Version 6.0 before following the settings in this guide.

Do not install files offered outside MQL5 Market. An external file is not the licensed Market delivery and may be outdated, modified or unsafe.

📌 Step 2 — Open the correct gold chart

  1. Open your broker's gold symbol. Valid naming may include XAUUSD, GOLD or another broker suffix/prefix, provided the symbol name contains XAU or GOLD.
  2. Do not attach the EA to silver, currencies, indices, crypto assets or unrelated instruments.
  3. Set the chart period to M5.
  4. Use one chart for the approved dual-engine configuration.

📌 Step 3 — Understand hedging and netting before attaching

On a hedging account, Engine A and Engine B can manage their own positions on the same gold symbol simultaneously. This is the recommended mode for full independent operation.

On a netting account, MetaTrader maintains one net position per symbol. V6.0 supports this mode by safely serializing same-symbol entries. Netting support does not make it behaviorally identical to hedging.

📌 Step 4 — Attach the EA and enable algorithmic trading

  1. Drag Gold Catalyst EA MT5 from Navigator onto the M5 gold chart.
  2. Allow algorithmic trading for the EA in its Common settings.
  3. Enable the terminal's global Algo Trading control.
  4. Keep the terminal connected to the broker.
  5. Review the Experts and Journal tabs for initialization messages or errors.

MetaTrader interface icons can change between builds. The reliable check is that algorithmic trading is permitted at both the terminal and EA levels and the Experts/Journal logs show successful initialization without errors.

📌 Step 5 — Keep the approved system controls

  • EnableEngineA = true
  • EnableEngineB = true

Both engines are enabled in the approved dual-engine configuration. Disabling either engine creates a different configuration and should be treated as a separate test.

📌 Step 6 — Verify Engine A execution inputs

  • A_DirectionMode = All Directions
  • A_ExitMode = Protective Only
  • A_LotSize = 0.02
  • A_TakeProfit = 2500.0
  • A_StopLoss = 5000.0
  • A_ExitWindow = 20
  • A_SinglePosition = true
  • A_AllowReverse = true
  • A_MagicNumber = 2212001
  • A_Deviation = 30
  • A_PriceUnit = 0.01
  • A_MaxSpread = 50.0

Engine A protective and spread values are interpreted through its configured price unit. Do not convert them into a universal dollar-risk figure without using your broker's contract and tick specifications.

📌 Step 7 — Leave the Engine A sealed profile unchanged

The A_Profile and A_Filter inputs contain the approved internal Engine A configuration. Changing them can materially alter trade frequency, entries, exits and risk. Keep the supplied Market defaults unless a different configuration has been independently evaluated.

A_DataDepth = 700 is part of the supplied Engine A profile.

📌 Step 8 — Verify Engine B execution inputs

  • B_StopLoss = 600 symbol points
  • B_TakeProfit = 5600 symbol points
  • B_LotSize = 0.04
  • B_Deviation = 9
  • B_MagicNumber = 132275

Engine B uses its own position ownership, protective levels and execution profile. Its point-based distances should be interpreted using the broker symbol specification.

📌 Step 9 — Verify Engine B loss controls

  • B_OneSignalPerH1 = true — prevents repeated execution from the same stored signal.
  • B_DailyGuard = true
  • B_MaxDailyLosses = 10 — pauses new Engine B entries after the defined number of losing closes during the broker trading day.
  • B_PauseAfterLoss = true
  • B_PauseHours = 0 — the approved preset adds zero individual-loss pause hours.
  • B_StreakGuard = true
  • B_StreakLimit = 6
  • B_StreakPauseHours = 54
  • B_Debug = false

The daily and streak controls apply to Engine B entry behavior. They do not guarantee a maximum account drawdown and do not remove the need for adequate capital and broker-specific testing.

📌 Step 10 — Leave the Engine B sealed profile unchanged

The B_Profile inputs contain the approved internal Engine B configuration. Keep the supplied values unless another profile has been independently evaluated. The Market build and current product description are the authoritative sources if a future version changes an input.

📌 Step 11 — Verify position ownership

Engine A and Engine B must use different magic numbers so that each engine manages only its own positions. Do not run multiple copies on the same account and symbol with identical magic numbers.

The default V6.0 values already separate ownership:

  • Engine A magic number: 2212001
  • Engine B magic number: 132275

📌 Step 12 — Do not scale lots automatically

The EA uses fixed lots and does not adjust them to balance or equity. The reference configuration is USD 1,000 with Engine A at 0.02 and Engine B at 0.04.

A lower balance with the same lots materially increases relative risk and is not recommended. A larger balance with the same lots reduces relative exposure, all else being equal. A larger balance is not automatic permission to increase either lot.

Changing either lot changes the balance between the two engines and creates a custom configuration that requires a new demo evaluation.

📌 Step 13 — First-run checklist

  • The correct broker gold symbol is open on M5.
  • The installed product is Version 6.0.
  • Algo Trading is permitted globally and for the EA.
  • EnableEngineA and EnableEngineB are both true.
  • Engine A and Engine B use different magic numbers.
  • The default lots are 0.02 and 0.04.
  • The Experts and Journal tabs show no initialization, license, symbol or trade-permission errors.
  • The account has sufficient free margin.
  • No duplicate copy is running on the same account and symbol with the same magic numbers.

Do not use a fixed number of hours or days without a trade as proof of malfunction. The engines act only when their own conditions and controls permit an entry. Use the logs to diagnose technical issues rather than guessing from silence.

📌 Step 14 — Test before live operation

  1. Use the Strategy Tester with the current V6.0 build and your broker's gold specifications.
  2. Run the approved configuration first: both engines enabled and all supplied defaults retained.
  3. Then evaluate the EA on a demo account under your broker's real spread, commission, swap and execution conditions.
  4. Inspect equity drawdown, losing sequences, protective exits and log messages—not only final profit.
  5. Treat any setting change as a new configuration requiring a new evaluation.

The historical forward record of the earlier Gold Catalyst generation is not a substitute for a clearly identified V6.0 test.

📌 Step 15 — Keep the terminal available

A stable VPS is recommended when the terminal must operate continuously. MQL5 VPS or a properly maintained Windows VPS can be used. Low latency can improve execution consistency, but a VPS does not guarantee fills, profit or matching results.

After migrating to any VPS, verify that the correct account, chart, EA version, inputs and Algo Trading permissions are active in the hosted environment.

📌 Common setup problems

  • EA does not initialize: check the Market license, installed version and Experts/Journal messages.
  • No trading permission: check global and EA-level Algo Trading permissions.
  • Wrong symbol: use the broker gold symbol containing XAU or GOLD.
  • Wrong chart period: use M5.
  • Orders rejected: check free margin, broker volume rules, market status and log details.
  • Engine A blocked: spread may exceed its configured filter or another Engine A position may already be owned.
  • Engine B paused: daily-loss or consecutive-loss controls may be active.
  • Unexpected ownership behavior: check account mode and magic-number uniqueness.

📌 Updating the EA later

Product updates are delivered through MQL5 Market. After installing a later build, read its What's New entry and current product description before reusing this V6.0 guide. Do not assume future versions keep identical defaults.

👉 Gold Catalyst EA MT5: https://www.mql5.com/en/market/product/132275

V6.0 FAQ: https://www.mql5.com/en/blogs/post/772608

V6.0 account size and fixed-lot guide: https://www.mql5.com/en/blogs/post/772607

⚠️ Risk notice: Trading gold and other leveraged instruments involves substantial risk. Gold Catalyst Evolution V6.0 cannot guarantee profits, fixed returns, stable income or a specific drawdown. Demo and monitored performance can differ from live trading. Use only capital you can afford to lose and evaluate the EA under your own broker conditions before live use.