Gold Aurum Quant Pro MT5 AI Robot
199 USD
Demo downloaded:
176
Published:
28 December 2025
Current version:
700.0
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
Version 700.0
2026.01.28
V700_28JAN 2026
Key changes made:
Recovery Factor Optimised
Signal logics optimised
SL,TP, Breakeven optimised
Key changes made:
Recovery Factor Optimised
Signal logics optimised
SL,TP, Breakeven optimised
Version 600.0
2026.01.26
V600_UPGRADE_GOLD AURUM_26 JAN2026
Key changes implemented:
Improvements:
ZigZag-style swing detection - Finds significant swing highs/lows, not just highest/lowest
Golden Pocket Zone (0.618-0.65) - Highest probability reversal zone
Trend-aware levels - Correctly calculates levels for uptrend vs downtrend
Multi-bar confirmation - Requires price action confirmation (bounce pattern)
Extension levels - For take profit targets (127.2%, 161.8%)
78.6% deep retracement - Last-chance entries with high R:R
Key changes implemented:
Improvements:
ZigZag-style swing detection - Finds significant swing highs/lows, not just highest/lowest
Golden Pocket Zone (0.618-0.65) - Highest probability reversal zone
Trend-aware levels - Correctly calculates levels for uptrend vs downtrend
Multi-bar confirmation - Requires price action confirmation (bounce pattern)
Extension levels - For take profit targets (127.2%, 161.8%)
78.6% deep retracement - Last-chance entries with high R:R
Version 400.0
2026.01.25
V400_Latest UPgrade_25 JAN 2026:
Indicators Added for Multiple Layer Confirmation-
RSI Chebyshev Pro Smoothed RSI with overbought/oversold signals
Fibonacci Active Range Dynamic Fib levels (38.2%, 50%, 61.8%) for support/resistance
XAUUSD Pro Scalper EMA/SMA crossover with momentum confirmation
Indicators Added for Multiple Layer Confirmation-
RSI Chebyshev Pro Smoothed RSI with overbought/oversold signals
Fibonacci Active Range Dynamic Fib levels (38.2%, 50%, 61.8%) for support/resistance
XAUUSD Pro Scalper EMA/SMA crossover with momentum confirmation
Version 300.0
2026.01.24
V300_24 JAN 26_ Previous Version issues fixed_ Use This Version
Version 200.0
2026.01.22
V200_Latest Upgrade_Dated 22 JAN 2026_MUST USE
Summary of changes made:
1. Reversal Detection Pro v3.0
ATR-based adaptive ZigZag pivot detection
Non-repainting confirmation system (waits for candle close)
Supply/Demand zone creation with visual rectangles
Zone re-test entry signals
Inputs: UseReversalDetection, RD_SensitivityLevel, RD_ConfirmationBars, RD_MinConfidence, RD_ShowZones
2. Triple EMA Trend System (9/14/21)
Fast (9), Mid (14), Slow (21) EMA alignment analysis
Trend classification: Strong Bullish/Bearish, Weak, Neutral
Filters trades to align with overall trend direction
Inputs: UseTripleEMATrend, TE_FastEMA, TE_MidEMA, TE_SlowEMA, TE_RequireAlignment
3. MTF Reversal Sequential
Multi-timeframe SMA slope reversal detection
Squeeze detection (low volatility breakout signals)
Visual ZigZag market structure drawing
Inputs: UseMTFReversalSeq, MTF_SMALength, MTF_UseShortPeriod, MTF_DetectSqueeze
🔧 Bug Fixes Applied
Issue Fix
Missing V50_TICK_MODE_PATCH.mqh include Replaced with inline implementation of tick mode functions
ArrayCopy on structs with strings Manual field-by-field copy loop (MQL5 limitation)
!PositionGetSymbol(i) string-as-bool Changed to posSymbol == "" comparison
Local struct inside function Moved ZigZagPivotPoint struct to global scope
CloseOnOppositeSignal logic flow Fixed position selection and close logic sequence
📊 Integration Points
Signal Logic: New reversal signals combined with existing Neural Network ML signals
Dashboard: Updated to show Reversal Detection status and confidence
Trade Execution: Signals from all 3 new systems feed into buy/sell decision logic
All features default ON with individual On/Off toggles
📁 New Functions Added
Function Purpose
CalculateReversalDetectionSignal() ATR-based pivot detection
CreateReversalZone() Draw supply/demand zones
CheckReversalZoneRetests() Zone re-test entry signals
AnalyzeTripleEMATrend() 9/14/21 EMA trend classification
CalculateMTFReversalSequential() SMA slope reversal detection
DrawMTFZigZag() Visual market structure
CombineReversalSignals() Aggregate signals from all systems
CountPositionsByType() Helper for close on opposite signal
TickModePatch_Init/ShouldProcess/MarkProcessed() Tick mode consistency
Summary of changes made:
1. Reversal Detection Pro v3.0
ATR-based adaptive ZigZag pivot detection
Non-repainting confirmation system (waits for candle close)
Supply/Demand zone creation with visual rectangles
Zone re-test entry signals
Inputs: UseReversalDetection, RD_SensitivityLevel, RD_ConfirmationBars, RD_MinConfidence, RD_ShowZones
2. Triple EMA Trend System (9/14/21)
Fast (9), Mid (14), Slow (21) EMA alignment analysis
Trend classification: Strong Bullish/Bearish, Weak, Neutral
Filters trades to align with overall trend direction
Inputs: UseTripleEMATrend, TE_FastEMA, TE_MidEMA, TE_SlowEMA, TE_RequireAlignment
3. MTF Reversal Sequential
Multi-timeframe SMA slope reversal detection
Squeeze detection (low volatility breakout signals)
Visual ZigZag market structure drawing
Inputs: UseMTFReversalSeq, MTF_SMALength, MTF_UseShortPeriod, MTF_DetectSqueeze
🔧 Bug Fixes Applied
Issue Fix
Missing V50_TICK_MODE_PATCH.mqh include Replaced with inline implementation of tick mode functions
ArrayCopy on structs with strings Manual field-by-field copy loop (MQL5 limitation)
!PositionGetSymbol(i) string-as-bool Changed to posSymbol == "" comparison
Local struct inside function Moved ZigZagPivotPoint struct to global scope
CloseOnOppositeSignal logic flow Fixed position selection and close logic sequence
📊 Integration Points
Signal Logic: New reversal signals combined with existing Neural Network ML signals
Dashboard: Updated to show Reversal Detection status and confidence
Trade Execution: Signals from all 3 new systems feed into buy/sell decision logic
All features default ON with individual On/Off toggles
📁 New Functions Added
Function Purpose
CalculateReversalDetectionSignal() ATR-based pivot detection
CreateReversalZone() Draw supply/demand zones
CheckReversalZoneRetests() Zone re-test entry signals
AnalyzeTripleEMATrend() 9/14/21 EMA trend classification
CalculateMTFReversalSequential() SMA slope reversal detection
DrawMTFZigZag() Visual market structure
CombineReversalSignals() Aggregate signals from all systems
CountPositionsByType() Helper for close on opposite signal
TickModePatch_Init/ShouldProcess/MarkProcessed() Tick mode consistency
Version 100.0
2026.01.14
V100_Best Upgrade So far_Dated 14 JAN 2026:
Changes Made to V100_GOLD AURUM QUANT PRO EA
1. Added New Input Group: "ENTRY SETTINGS (High Win Rate)"
MaxSpreadPoints (500000) - Maximum spread filter in points
RequireOrderBlock (false) - Require Order Block for entry
UseFallbackBreakout (true) - Use breakout entry when no OB signal
ATRMultiplier (1.3) - ATR multiplier for impulse detection
MinImpulsePoints (50) - Minimum impulse move in points
UseTrendPullback (true) - Enable trend pullback entries
PullbackATRFactor (0.5) - Pullback depth as ATR factor
RequireTrendAlignment (true) - Require HTF trend alignment
2. Added Global Variables for Entry Logic
g_fallbackBreakoutTriggered - Tracks breakout signals
g_trendPullbackTriggered - Tracks pullback signals
g_currentImpulseStrength - Measures impulse strength
g_pullbackDepth - Measures pullback depth
g_entryConditionsMet - Entry validation flag
3. Implemented Fallback Breakout Logic
Detects price breaking above 10-bar high (bullish) or below 10-bar low (bearish)
Requires impulse momentum validation
Works when no Order Block signal is present
4. Implemented Trend Pullback Entry Logic
Detects price pulling back to fast MA in confirmed trend
Requires bounce confirmation (bullish/bearish candle)
Higher win rate entry at better prices
5. Enhanced Buy/Sell Signal Validation
Added RequireOrderBlock check in signal hierarchy
Added Fallback Breakout entry conditions
Added Trend Pullback entry conditions
Improved HTF alignment logic with RequireTrendAlignment
6. Bug Fix
Fixed SYMBOL_SPREAD error: Changed SymbolInfoDouble to SymbolInfoInteger with cast
7. Dashboard Update
Changed version from V20 to V100 in dashboard title
Changes Made to V100_GOLD AURUM QUANT PRO EA
1. Added New Input Group: "ENTRY SETTINGS (High Win Rate)"
MaxSpreadPoints (500000) - Maximum spread filter in points
RequireOrderBlock (false) - Require Order Block for entry
UseFallbackBreakout (true) - Use breakout entry when no OB signal
ATRMultiplier (1.3) - ATR multiplier for impulse detection
MinImpulsePoints (50) - Minimum impulse move in points
UseTrendPullback (true) - Enable trend pullback entries
PullbackATRFactor (0.5) - Pullback depth as ATR factor
RequireTrendAlignment (true) - Require HTF trend alignment
2. Added Global Variables for Entry Logic
g_fallbackBreakoutTriggered - Tracks breakout signals
g_trendPullbackTriggered - Tracks pullback signals
g_currentImpulseStrength - Measures impulse strength
g_pullbackDepth - Measures pullback depth
g_entryConditionsMet - Entry validation flag
3. Implemented Fallback Breakout Logic
Detects price breaking above 10-bar high (bullish) or below 10-bar low (bearish)
Requires impulse momentum validation
Works when no Order Block signal is present
4. Implemented Trend Pullback Entry Logic
Detects price pulling back to fast MA in confirmed trend
Requires bounce confirmation (bullish/bearish candle)
Higher win rate entry at better prices
5. Enhanced Buy/Sell Signal Validation
Added RequireOrderBlock check in signal hierarchy
Added Fallback Breakout entry conditions
Added Trend Pullback entry conditions
Improved HTF alignment logic with RequireTrendAlignment
6. Bug Fix
Fixed SYMBOL_SPREAD error: Changed SymbolInfoDouble to SymbolInfoInteger with cast
7. Dashboard Update
Changed version from V20 to V100 in dashboard title
Version 50.0
2026.01.13
Version 50_Latest Upgrade as of 13 JAN 2026_Newsfilter Added+ Volatility Parameters Added+ Close on Opposite Signal added+ Stabilized AI+ML Signals
Version 30.0
2026.01.10
V30_SL, TP, Breakeven , Trailing Parameters Optimised
Version 28.0
2026.01.10
V28_ Order Block Parameters Optimised
Version 24.0
2026.01.09
V24 Dashboard Updated - Gold AURUM V20 Quant Pro AI
Visual Changes:
Dark Blue Background (C'10,20,50') - premium professional look
Premium Header Section with gradient background (C'15,30,70')
Aurum/Gold Theme with icons:
🏆 Trophy icons flanking the title
⚡ Lightning bolt icons on subtitle
💰 Coin icons in header decoration
No Grid Lines - removed separator lines for cleaner look
Branding:
Title: "GOLD AURUM V20" (Gold color, Arial Black)
Subtitle: "QUANT PRO AI SYSTEM" (Cyan color)
Footer: "🔒 Powered by Quant AI Technology"
MQL5 Validation Badge:
Green panel (C'0,80,40') with checkmark
Text: "MQL5 VALIDATED | CERTIFIED COMPLIANT"
New AI Features Section:
Shows Neural Network ML status (✓ ACTIVE / ✗ OFF)
Shows Order Block Detection status (✓ ACTIVE / ✗ OFF)
Auto-updates based on input settings
Visual Changes:
Dark Blue Background (C'10,20,50') - premium professional look
Premium Header Section with gradient background (C'15,30,70')
Aurum/Gold Theme with icons:
🏆 Trophy icons flanking the title
⚡ Lightning bolt icons on subtitle
💰 Coin icons in header decoration
No Grid Lines - removed separator lines for cleaner look
Branding:
Title: "GOLD AURUM V20" (Gold color, Arial Black)
Subtitle: "QUANT PRO AI SYSTEM" (Cyan color)
Footer: "🔒 Powered by Quant AI Technology"
MQL5 Validation Badge:
Green panel (C'0,80,40') with checkmark
Text: "MQL5 VALIDATED | CERTIFIED COMPLIANT"
New AI Features Section:
Shows Neural Network ML status (✓ ACTIVE / ✗ OFF)
Shows Order Block Detection status (✓ ACTIVE / ✗ OFF)
Auto-updates based on input settings
Version 10.0
2026.01.05
Version 10_Upgrade as of 6th Jan 2026_Summary of Optimizations
1. NEW ADX Trend Filter Added (Lines ~305-311)
Added ADX indicator with MinADXValue = 20 (market must be trending)
Added MaxADXValue = 50 (avoid extreme volatility)
Requires DI+ > DI- for BUY signals, DI- > DI+ for SELL signals
This is the most important filter for avoiding ranging markets
2. AI Confidence Threshold Increased
Changed from 0.60 → 0.65/0.60/0.70
Higher threshold means only strong signals are acted upon
3. Timeframe Changed
Changed from M1 → M5
M5 provides cleaner signals with less noise
4. MA Periods Increased
Fast MA: 8 → 12
Slow MA: 21 → 34
Slower MAs filter out choppy price action
5. RSI Levels Tightened
Overbought: 75 → 72
Oversold: 25 → 28
RSI Buy Zone: 65 → 58
RSI Sell Zone: 35 → 42
6. MinBarsBetweenTrades Increased
Changed from 1 → 1/2
Prevents over-trading in uncertain conditions
7. Volatility Filter Strengthened
MinATRMultiplier: 0.3 → 0.55
MaxATRMultiplier: 5.0 → 3.5
ATRAvgPeriod: 20 → 30
MinCandleSize: 50 → 150 points
RangeDetectionPeriod: 14 → 20 bars
MinTrendStrength: 0.25 → 0.45
Range detection threshold: 1.5 → 2.0
Added midline cross count to detect choppy markets
8. Signal Strength Requirements Increased
Minimum signal strength: 35% → 50%
MA crossover requirement threshold: 50% → 60%
Entry threshold: 35% → 50%
9. Smart Entry Filter Improvements
ConfirmationBars: 1 → 2
MinRiskReward: 1.5 → 1.8
Dashboard Updated
Added ADX display showing ADX value with DI+/DI- readings
Green = trending market (safe to trade)
Red = ranging/choppy market (trades blocked)
1. NEW ADX Trend Filter Added (Lines ~305-311)
Added ADX indicator with MinADXValue = 20 (market must be trending)
Added MaxADXValue = 50 (avoid extreme volatility)
Requires DI+ > DI- for BUY signals, DI- > DI+ for SELL signals
This is the most important filter for avoiding ranging markets
2. AI Confidence Threshold Increased
Changed from 0.60 → 0.65/0.60/0.70
Higher threshold means only strong signals are acted upon
3. Timeframe Changed
Changed from M1 → M5
M5 provides cleaner signals with less noise
4. MA Periods Increased
Fast MA: 8 → 12
Slow MA: 21 → 34
Slower MAs filter out choppy price action
5. RSI Levels Tightened
Overbought: 75 → 72
Oversold: 25 → 28
RSI Buy Zone: 65 → 58
RSI Sell Zone: 35 → 42
6. MinBarsBetweenTrades Increased
Changed from 1 → 1/2
Prevents over-trading in uncertain conditions
7. Volatility Filter Strengthened
MinATRMultiplier: 0.3 → 0.55
MaxATRMultiplier: 5.0 → 3.5
ATRAvgPeriod: 20 → 30
MinCandleSize: 50 → 150 points
RangeDetectionPeriod: 14 → 20 bars
MinTrendStrength: 0.25 → 0.45
Range detection threshold: 1.5 → 2.0
Added midline cross count to detect choppy markets
8. Signal Strength Requirements Increased
Minimum signal strength: 35% → 50%
MA crossover requirement threshold: 50% → 60%
Entry threshold: 35% → 50%
9. Smart Entry Filter Improvements
ConfirmationBars: 1 → 2
MinRiskReward: 1.5 → 1.8
Dashboard Updated
Added ADX display showing ADX value with DI+/DI- readings
Green = trending market (safe to trade)
Red = ranging/choppy market (trades blocked)
Version 8.0
2026.01.05
V8_Upgrade as of 5th Jan 2026_ Recovery factor parameters corrected & Optimised. Fixed On-Trade Transaction to Properly Track Wins/Losses.
Version 2.24
2025.12.29
Advanced Input Parameters Optimised
Version 2.2
2025.12.29
New Upgrade_29DEC_Enhanced AI & Neural Network Features Added+ Trade Execution Logics improved for consistency & Higher win rate & Profit Factor_MUST USE THIS NEW VERSION
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
