Gold Aurum Quant Pro MT5 AI Robot
- Эксперты
- Версия: 800.0
- Обновлено: 5 августа 2026
- Активации: 10
Gold Aurum Quant Pro MT5 AI Robot MT5 is an automated trading Expert Advisor designed specifically for XAUUSD (Gold) on MetaTrader 5.
(Prop-Firm Compatible)- All future updates free
Back-test Video Uploaded- Everytick Mode Used- Must Check - Already Sold Over 10 Copies-Use Latest Set file attached in Comment for Version V700
It uses quantitative market logic combined with adaptive trade filtering to identify high-probability market conditions while maintaining controlled risk management.🚀 V800 Gold Aurum Quant Pro AI EA MT5 — Complete Feature & Upgrade Summary
📌 Core Features Overview
1. 🧠 Smart Money Concepts (SMC) & Strategy Core
- Order Block & Liquidity Detection: Automatically identifies institutional Order Blocks, Liquidity sweeps, and Break of Structure (BOS).
- Impulse Engine: Uses ATR multiplier and minimum point threshold to detect high-probability market impulses.
- Trend & Breakout Fallbacks: Includes trend-only and breakout fallback modes to capture moves when no order block is present.
- Optional Technical Filters:
- RSI Chebyshev Pro: Advanced smoothed RSI filter for overbought/oversold condition filtering.
- Fibonacci Range: Dynamic Fibonacci retracement & extension level calculation (161.8%).
- Scalper Mode: Fast EMA (44) + Slow SMA (100) + Momentum indicator combo for scalping setup confirmation.
2. 🤖 Multi-Model External AI API Integration
- Multi-LLM REST API Connector: Direct HTTP API integration supporting:
- OpenAI ( gpt-4o-mini , gpt-4o )
- Anthropic ( claude-3-5-haiku )
- Google Gemini ( gemini-1.5-flash )
- DeepSeek ( deepseek-chat )
- Perplexity, Groq, and Local Models (Ollama / LM Studio)
- Multi-Model Consensus Engine: Option to run 2 AI providers simultaneously (e.g. OpenAI + Claude or Gemini + DeepSeek) where both models must agree on market direction before a trade is approved.
- AI Signal Filtering & Confidence Scoring: Evaluates external AI signals ( BUY , SELL , NEUTRAL ) and confidence percentages (0%–100%) to filter out weak signals.
- Key Saver: Auto-saves and loads API keys locally from files to prevent re-entry.
3. 🛡️ Institutional Risk & Trade Management
- Flexible Lot Methods: Configurable Fixed Lot size or Account Margin % Risk with hard cap limit.
- Stealth Mode (Hidden SL/TP): Virtual Stop Loss and Take Profit tracking kept in EA memory to hide trade exit levels from broker stop-hunting.
- ATR Dynamic Exits: Dynamic ATR-based Stop Loss, Take Profit, Break-Even, and Trailing Stop.
- Break-Even & Trailing Stop: Configurable Break-Even trigger & lock points, Trailing start & step distances.
- Recovery Factor (Grid / Martingale): Optional recovery multiplier sequence (1.3x, 1.4x, 1.5x, 1.6x) with custom max recovery levels (1-8).
- Daily Risk Limits: Auto-stops trading if Daily Target Profit ($), Daily Loss Limit ($), or Max Daily Trades count is reached.
4. ⏰ Session, Day & News Filters
- Session Filters: Server-time filters for New York, London, and Asia Pacific sessions.
- News Filter: Inbuilt Economic Calendar news filter to pause trading before/after High, Medium, or Low impact news releases (with USD filter option).
- Trading Day Filters: Individual toggles for Monday through Friday.
🎨 Dual On-Chart Visual GUI Dashboards
The EA features a dual-panel real-time interface:
-
Main Left Dashboard ( Dark Cyan Panel ):
- Header: ◆ V800 GOLD AURUM QUANT PRO AI ◆
- Account Stats: Previous Day Closing Balance, Today's Balance, Live Equity, Today's P/L ($).
- Trade Stats: Total Trades, Wins, Losses, Win Rate %.
- Active Indicators: Stealth Mode, ATR SL/TP/BE/TS status, RSI Chebyshev, Fibonacci Range, Scalper Mode, Recovery Factor status.
-
Middle Tracker Dashboard ( Dark Sky Blue Panel ):
- Header: ◆ V800 API & SIGNAL TRACKER ◆
- API Integration Status: Primary AI Provider, API Key readiness ( KEY READY / NO KEY ), Target Model name, Multi-Model Consensus mode, 2nd AI Provider name.
- AI Signal & Consensus Details: Live External Signal ( BUY / SELL / NEUTRAL ), AI Confidence %, AI Trade Filter state ( ACTIVE FILTER / PASS-THROUGH ), Last Sync Time.
- Tracking & System Details: News Filter tracking ( MONITORING / NEWS BLOCK ), Stealth SL/TP virtual position tracking count, Recovery tracking status, Day Start Balance, Daily Trades count, Daily Limit status, and System Engine Status.
🌐 How to Use External API via WebRequest in MetaTrader 5 (MT5)
In MetaTrader 5, calling external AI APIs (OpenAI, Gemini, DeepSeek, Claude, etc.) requires enabling the WebRequest feature in MT5 settings and adding the official API URLs to MT5's security whitelist.
Step 1: Whitelist API URLs in MT5 Terminal Settings ⚙️
- Open your MetaTrader 5 Terminal.
- Go to the top menu: Tools ➔ Options (or press Ctrl + O ).
- Select the Expert Advisors tab.
- Check the box "Allow WebRequest for listed URL:" .
- Double-click on [add new URL] and add the API endpoint URLs for the AI providers you plan to use:
| AI Provider | URL to Add in MT5 Options |
|---|---|
| OpenAI (GPT-4o) | https://api.openai.com |
| Google Gemini | https://generativelanguage.googleapis.com |
| DeepSeek AI | https://api.deepseek.com |
| Anthropic (Claude) | https://api.anthropic.com |
| Perplexity AI | https://api.perplexity.ai |
| Groq AI | https://api.groq.com |
| Local AI (Ollama / LM Studio) | http://127.0.0.1:1234 |
- Click OK to save your MT5 options.
IMPORTANT
If these URLs are not added to the MT5 WebRequest whitelist, MT5 will block outbound API requests with Error 4014 (ERR_WEBREQUEST_INVALID_ADDRESS) .
Step 2: Configure EA Inputs for External AI 🎛️
- Attach V800 Gold Aurum Quant Pro AI EA MT5 to your XAUUSD chart.
- Press F7 (or right-click chart ➔ Expert List ➔ Properties) to open the EA Inputs.
- Navigate to === AI API INTEGRATION === :
- Set UseAIIntegration = true
- Select your AIProvider (e.g. AI_OPENAI , AI_GEMINI , AI_DEEPSEEK , etc.)
- Paste your API Key in AIAPIKey (e.g. sk-proj-... or Gemini API Key)
- (Optional) Leave AICustomModel blank to auto-use the default model ( gpt-4o-mini , gemini-1.5-flash , deepseek-chat ), or enter a custom model string.
- (Optional — Multi-Model Consensus):
- Navigate to === MULTI-MODEL AI ===
- Set UseMultiModelAI = true
- Select AISecondProvider and paste AISecondAPIKey for dual-AI agreement verification.
Step 3: How the EA Handles Live WebRequests 🔄
- Market Context Analysis: At your configured interval ( AIMinMinutesBetween = 15 ), the EA gathers live price action, SMC Order Blocks, Trend alignment, ATR, and technical indicators.
- HTTP POST WebRequest: The EA constructs a JSON prompt payload and issues an HTTPS POST request directly to the provider endpoint using MQL5 WebRequest() .
- Response Parsing: The EA parses the JSON response body, extracting:
- Signal Direction: BUY , SELL , or NEUTRAL
- AI Confidence Level: 0% – 100%
- Middle Dashboard Verification: The Middle Dark Sky Blue Dashboard instantly reflects real-time status:
- API Key Status: Displays KEY READY (Lime Green)
- API Integration Mode: Displays ACTIVE
- External AI Signal & Confidence: Displays live consensus signal and confidence percentage.

Hello, bro, Vyom Tekriwal, I purchased your EA product a week ago, still on version 8.0. I've been following the progress of this EA's upgrades. In the past week, it's been upgraded four times: version 8, version 10, version 24, version 28, and most recently, version 30. The backtest results are getting better every day. My backtests are monthly from January to December 2025. Private chats are also responsive, thank you, bro.