Collection · MT5

QuantumTitan Apex

by jadjadjade002

This MetaTrader 5 expert advisor utilizes Smart Money Concepts and institutional trading principles to trade Gold and major Forex pairs.

High risk

GitHub stars1
Forks0
Last update3 days ago19 Sep 2026
LicenceNone stated

Overview

QuantumTitan Apex employs a multi-agent confluence scoring system that evaluates market structure, liquidity sweeps, fair value gaps, and EMA trends before entering trades. The system filters entries by session killzones and institutional valuation zones. Risk is managed through ATR-based dynamic stop losses, fixed risk-to-reward targets, and Chandelier trailing stops. It includes robust protection features like daily drawdown limits, maximum cash loss ceilings, and equity-based lot scaling.

Details

Author

jadjadjade002 on GitHub

Type

Collection

Platform

MetaTrader 5 (MQL5)

Strategy

SMC / ICT / price action, Trend following, Multi-strategy, Grid

Markets

Gold, Forex

Timeframes

M1-M5, M15-H1, H4 and above

Risk profile

  • Opens a grid of orders: exposure builds up in a trend

Input parameters

Read from QuantumTitan_v22_1_Precision.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
InpDemoOnlybooltrueLock EA to DEMO Accounts Only
InpTargetAccountulong112468807Authorized Target Demo Account (0 = Any Demo)
InpBaseMagicNumberulong992200Base Magic Number (Auto-offsets by timeframe)
InpBaseLotSizedouble0.01Base Lot Size (Initial 0.01 Lots)
InpScaledLotSizedouble0.02Scaled Lot Size (0.02 Lots when Equity >= Threshold)
InpEquityScaleThresholddouble120.0Equity Threshold ($) to scale lot to 0.02
InpLogOrdersToCsvbooltrueRecord all orders & spreads to CSV
InpMaxSpreadPointsdouble52.0Max Allowed Spread (Points: V21 95th Percentile)
InpMaxSlippagePointsulong25Max Allowed Slippage / Deviation (Points)
InpMinConfidenceScoreint80Min Conviction Score to Enter (0-100)
InpMacroFastEmaint50Macro Trend Fast EMA (HTF)
InpMacroSlowEmaint200Macro Trend Slow EMA (HTF)
Show all 38 inputs
NameTypeDefaultDescription
InpStructureFastEmaint20Structure Pullback Fast EMA
InpStructureSlowEmaint50Structure Pullback Slow EMA
InpRsiPeriodint14RSI Period
InpAdxPeriodint14ADX Trend Strength Period
InpMinAdxStrengthdouble20.0Minimum ADX Threshold for Trending State
InpWickRatioThresholddouble0.35Min Rejection Wick Ratio (Calibrated from V21 Forward Data)
InpMaxChaseAtrdouble0.35Max close distance beyond structure value zone
InpAtrPeriodint14ATR Period for Volatility Measurement
InpAtrStopMultiplierdouble1.8Stop Loss Distance (ATR Multiplier)
InpRewardRiskRatiodouble2.2Take Profit Target (R:R Ratio, e.g. 2.2R)
InpEnableBreakevenbooltrueEnable Automatic Breakeven Protection
InpBreakevenTriggerRdouble1.0Breakeven Activation at +1.0R Profit
InpBreakevenLockPointsdouble25.0Profit Points Locked at Breakeven
InpEnableChandelierbooltrueEnable ATR Chandelier Trailing Stop
InpChandelierTriggerRdouble1.5Activate Trailing Stop at +1.5R Profit
InpChandelierAtrMultdouble1.5Trailing Distance (ATR Multiplier)
InpCooldownBarsint2Cooldown Bars after Position Exit
InpMaxStopPointsdouble350.0Reject volatility shock stops
InpMaxRiskMoneydouble1.50Hard cash loss ceiling at requested lot
InpEnableRiskGuardianbooltrueAccount-wide daily equity circuit breaker
InpMaxDailyDrawdownPctdouble5.0Daily Drawdown Auto-Halt Circuit Breaker (%)
InpMaxDailyLossMoneydouble3.50Shared account daily cash-loss ceiling
InpAccountWideXauMutexbooltrueNever add XAU exposure across TF/magic
InpFridayLockoutboolfalseBlock New Entries after Friday 20:00 (Gap Guard)
InpFridayCutoffHourint20Friday Entry Cutoff Hour (Server Time)
InpEnableHUDbooltrueRender Real-Time On-Chart Swing HUD

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone jadjadjade002/trader-bot from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.

Similar expert advisors

Bell Price Action ICT

by thinhct95
1 stars

This MetaTrader 5 collection features several expert advisors, with a primary focus on the ICT v2 robot. The main strategy implements Smart Money Concepts, identifying Market Structure Shifts, Fair Value Gaps, and Liquidity Sweeps across high, medium, and low timeframes. It automates entries on price retracements with

MT5 Collection SMC / ICT / price actionTrend followingIndicator crossover High risk
Updated 3 months ago None stated GitHub repository of Bell Price Action ICT
7 stars

This repository contains a collection of MetaTrader 5 expert advisors, primarily featuring the Signal Poller EA series alongside standard indicator-based robots. The system is designed for high-leverage environments, specifically targeting gold, bitcoin, forex, and indices. It utilizes an external signal push architect

MT5 Collection Trend followingBreakoutScalping High risk
Updated 6 months ago None stated GitHub repository of Signal Poller EA Collection
3 stars

This MetaTrader 5 repository provides a diverse collection of automated trading systems, including tools for supply and demand, news fetching, and price action strategies. The primary expert advisor utilizes moving average crossovers and momentum filters to identify market pullbacks. It incorporates trade management fe

MT5 Collection Indicator crossoverMartingaleTrend following High risk
3 stars

This repository provides a diverse collection of MetaTrader 4 and MetaTrader 5 expert advisors covering multiple trading methodologies. It includes robots for smart money concepts with fair value gap detection, Joe Ross hook patterns, and volatility-based scalping. The library features specific tools for XAUUSD and mul

MT4MT5 Collection SMC / ICT / price actionScalpingBreakout High risk
2 stars

This collection for MetaTrader 5 features a variety of trading tools and automated expert advisors. It includes advanced visualization utilities like a 3D correlation matrix and a mathematical morpher using DirectX canvas. The repository also provides several technical trading robots based on moving averages, MACD, ADX

MT5 Collection Trend followingIndicator crossoverMulti-strategy High risk
Updated 2 years ago None stated GitHub repository of Classicado MQL5 Collection
2 stars

This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicators and Smart Money Concepts. The primary expert advisor, Behemoth Max, utilizes a combination of MACD, weighted moving averages, and exponential moving averages across multiple timeframes to identify entries. Ris

MT5 Collection SMC / ICT / price actionIndicator crossoverTrend following High risk

More collections

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers