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.
Read from QuantumTitan_v22_1_Precision.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpDemoOnly
bool
true
Lock EA to DEMO Accounts Only
InpTargetAccount
ulong
112468807
Authorized Target Demo Account (0 = Any Demo)
InpBaseMagicNumber
ulong
992200
Base Magic Number (Auto-offsets by timeframe)
InpBaseLotSize
double
0.01
Base Lot Size (Initial 0.01 Lots)
InpScaledLotSize
double
0.02
Scaled Lot Size (0.02 Lots when Equity >= Threshold)
InpEquityScaleThreshold
double
120.0
Equity Threshold ($) to scale lot to 0.02
InpLogOrdersToCsv
bool
true
Record all orders & spreads to CSV
InpMaxSpreadPoints
double
52.0
Max Allowed Spread (Points: V21 95th Percentile)
InpMaxSlippagePoints
ulong
25
Max Allowed Slippage / Deviation (Points)
InpMinConfidenceScore
int
80
Min Conviction Score to Enter (0-100)
InpMacroFastEma
int
50
Macro Trend Fast EMA (HTF)
InpMacroSlowEma
int
200
Macro Trend Slow EMA (HTF)
Show all 38 inputs
Name
Type
Default
Description
InpStructureFastEma
int
20
Structure Pullback Fast EMA
InpStructureSlowEma
int
50
Structure Pullback Slow EMA
InpRsiPeriod
int
14
RSI Period
InpAdxPeriod
int
14
ADX Trend Strength Period
InpMinAdxStrength
double
20.0
Minimum ADX Threshold for Trending State
InpWickRatioThreshold
double
0.35
Min Rejection Wick Ratio (Calibrated from V21 Forward Data)
InpMaxChaseAtr
double
0.35
Max close distance beyond structure value zone
InpAtrPeriod
int
14
ATR Period for Volatility Measurement
InpAtrStopMultiplier
double
1.8
Stop Loss Distance (ATR Multiplier)
InpRewardRiskRatio
double
2.2
Take Profit Target (R:R Ratio, e.g. 2.2R)
InpEnableBreakeven
bool
true
Enable Automatic Breakeven Protection
InpBreakevenTriggerR
double
1.0
Breakeven Activation at +1.0R Profit
InpBreakevenLockPoints
double
25.0
Profit Points Locked at Breakeven
InpEnableChandelier
bool
true
Enable ATR Chandelier Trailing Stop
InpChandelierTriggerR
double
1.5
Activate Trailing Stop at +1.5R Profit
InpChandelierAtrMult
double
1.5
Trailing Distance (ATR Multiplier)
InpCooldownBars
int
2
Cooldown Bars after Position Exit
InpMaxStopPoints
double
350.0
Reject volatility shock stops
InpMaxRiskMoney
double
1.50
Hard cash loss ceiling at requested lot
InpEnableRiskGuardian
bool
true
Account-wide daily equity circuit breaker
InpMaxDailyDrawdownPct
double
5.0
Daily Drawdown Auto-Halt Circuit Breaker (%)
InpMaxDailyLossMoney
double
3.50
Shared account daily cash-loss ceiling
InpAccountWideXauMutex
bool
true
Never add XAU exposure across TF/magic
InpFridayLockout
bool
false
Block New Entries after Friday 20:00 (Gap Guard)
InpFridayCutoffHour
int
20
Friday Entry Cutoff Hour (Server Time)
InpEnableHUD
bool
true
Render Real-Time On-Chart Swing HUD
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone jadjadjade002/trader-bot from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
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.
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
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
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
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
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
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