Unlocked AI MT5 Gold Scalping Intraday Swing EA

5

Unlocked AI is a MetaTrader 5 Expert Advisor designed for XAUUSD (Gold). It runs two independent trading engines on the same chart simultaneously.

The first engine connects to the DeepSeek AI cloud service and sends a full multi-timeframe market snapshot on a timed cycle. It returns a structured trade decision that the EA reads and executes when the confidence threshold is met.
The second engine is a self-contained H1 breakout strategy that runs entirely inside the terminal with no external connections. It uses candle quality, volume, RSI, and ADX filters to qualify each entry.
Both engines can be enabled or disabled independently through the input parameters.

Trading Modes

The EA detects the chart timeframe automatically and switches between three modes. Each mode applies its own TP, SL, trailing stop values, and AI scan cadence.
  • Scalping — M1, M5, M15 AI scans every 15 minutes. Market orders only. Pending orders are not placed on these timeframes.
  • Intraday — M30, H1 : AI scans every 30 minutes. Market orders and limit or stop pending orders are allowed.
  • Swing — H4, D1, W1 : AI scans every 60 minutes. Limit and stop pending orders are preferred.
Changing the chart timeframe switches the active mode immediately with no manual reconfiguration needed.

AI Engine
On each scan cycle the EA sends the following data to the DeepSeek API:
  • Current symbol, spread, ATR, and price levels
  • RSI, MACD, ADX, Stochastic, and Bollinger Bands on all timeframes from M1 through W1
  • All open AI positions, pending orders, and unrealized P/L
  • Active mode rules including TP and SL boundaries
  • Number of available trade slots
The AI returns a structured response with an action, signal direction, entry price, stop-loss, take-profit, confidence value, and a plain-text reason.
The EA acts on the response only when confidence is 85 or above and all local filters pass. When confidence is below the threshold or action is WAIT, the decision is recorded in the dashboard panel and no order is placed.
  • Deepseek-v4-flash — Response time approximately 20 to 40 seconds. Recommended for scalping and intraday modes.
  • Deepseek-v4-pro — Response time approximately 90 to 130 seconds. Longer reasoning chain. Suitable for swing mode.

Trade Management

  • Every position opened by the AI engine carries a management plan with two optional components.
  • Break-Even — When the trade reaches the configured profit distance in points, the stop-loss is moved to the entry price, removing the initial risk from the position.
  • Trailing Stop — When the trade reaches the trailing start distance, a trailing stop activates and follows the price at the configured step size.
  • Both values can come from the AI response or from fixed manual values set in the input parameters.

Lot Size Calculation

Four lot sizing modes are available:
  • Fixed lot: a constant value defined by the user
  • Auto per capital: lot size scales with account balance or equity
  • Risk percent: lot size is calculated so that a stop-loss hit costs the configured percentage of the account
  • Custom base: lot size scales relative to a user-defined capital figure

News Filter

The EA reads the MetaTrader 5 built-in economic calendar. New entries are suppressed when a news event matching the configured currencies and impact level falls within the blocking window around the event time.
  • Currency list is configurable (for example: USD, XAU, EUR)
  • Impact level: high only, or high and medium
  • Minutes to block before and after the event are configurable
  • Can be applied to the AI engine only, local engine only, or both
  • Existing open positions are not closed by the news filter.

Session Filter

Trading is restricted near the start and end of the trading week.
  • Monday: a configurable delay after market open
  • Friday: a configurable early stop before market close
  • Pending orders can be cancelled automatically before Friday close

Dashboard Panel

A panel is displayed in the top-left corner of the chart showing:
  • AI engine status: ONLINE, ANALYZING, ERROR, DISABLED, or BACKTEST
  • Current trading mode and AI scan cadence
  • Last AI signal direction and confidence value
  • Number of active AI positions and pending orders
  • Number of active local EA positions
  • Next upcoming news event with time and currency
  • Last decision reason from the AI
  • A Scan button in the panel triggers an immediate AI analysis cycle outside the regular cadence timer.

Chart Trade Visuals

For each open position the EA draws horizontal lines on the chart at the entry price, take-profit level, and stop-loss level. Each line is labeled with the dollar value of that level. Lines update in real time as trailing stops move.

Input Parameter Groups

  1. Trade Engine Control — Enable or disable each engine. Set spread limit, position limits, and cooldown between AI trades.
  2. Lot Size and Risk — Lot sizing mode, risk percentage, and capital base selection.
  3. Scalping TP / SL / TSL (M1–M15) — Take-profit, stop-loss, trailing start, and trailing step for scalping mode.
  4. Intraday TP / SL / TSL (M30–H1) — Take-profit, stop-loss, trailing start, and trailing step for intraday mode.
  5. Swing TP / SL / TSL (H4–D1–W1) — Take-profit, stop-loss, trailing start, and trailing step for swing mode.
  6. AI Management — Break-even trigger, trailing stop source, and SL/TP enforcement settings.
  7. AI Execution — DeepSeek API key, model selection, magic number, order type permissions, slot limits, and pending order expiry.
  8. Local EA Strategy — Timeframe, stop-loss, take-profit, trailing stop, candle body filter, volume filter, momentum filter, and OCO mode.
  9. News Filter — Currency list, impact level, pre-event and post-event blocking window, and which engine to block.
  10. Session Filters — Monday delay, Friday early close, and automatic pending order cancellation.
Requirements
  • MetaTrader 5 build 3000 or later
  • XAUUSD available on the broker account
  • Algo Trading enabled in the MT5 toolbar
  • WebRequest enabled in MT5 options for: https://api.deepseek.com
  • A DeepSeek API account with available balance
  • Active internet connection for the AI engine
  • No DLL calls are used

Notes

  • The AI engine is disabled automatically when running in the MetaTrader 5 Strategy Tester. Backtesting runs the local H1 breakout strategy only.
  • The EA sends market data to an external server on each AI scan cycle. The API key is stored in the EA input parameters.
  • Past behavior in testing does not indicate future results. The Market service administration does not guarantee the profitability of Expert Advisors.
A detailed user guide is available in my MQL5 Blog: https://www.mql5.com/en/blogs/post/769489

Why we require you to use your own API key

For transparency, reliability, and long-term stability, this product is designed to work with your personal API key, not a shared key from us.

This approach is intentional and protects you in several ways:

  • No dependency on our servers
    The system connects directly from your terminal to the AI provider. There is no middle layer that can fail, slow down, or be disconnected.
  • No shared limits or hidden throttling
    You are not affected by other users’ usage. Your performance, speed, and request limits depend only on your own API plan.
  • Maximum execution stability
    Using your own key eliminates common issues such as API overload, key suspension, quota exhaustion, or unexpected service interruptions caused by shared keys.
  • Full control and transparency
    You can monitor your usage, costs, and logs directly from your API dashboard at any time.
  • Future-proof operation
    If API providers change policies, limits, or pricing, you remain independent and can update or manage your key without waiting for us.
  • No API errors from our side
    Since the key belongs to you, there is no risk of errors caused by expired, blocked, or misused shared keys.

This design ensures the most stable, secure, and reliable experience for serious traders who want uninterrupted AI execution inside MetaTrader 5.


评分 1
Greg James Mckenzie
477
Greg James Mckenzie 2026.06.10 21:06 
 

Bought about a month ago and seems to have real potential.Takes a while to figure out what timeframes are best as u cant backtest the deepseek.I have it running on d1 h1 and m15 and they are all profitable.

推荐产品
Smart Scalper GOLD
Ignacio Agustin Mene Franco
Smart Money Concepts Scalper Professional Trading System for Gold (XAUUSD) OVERVIEW The Smart Money Concepts Scalper EA is an advanced algorithmic trading system specifically designed for trading the Gold (XAUUSD) market. This Expert Advisor uses institutional trading concepts to identify high-probability entry points by tracking Order Blocks, Fair Value Gaps, and market structure breakouts. Developed with professional traders in mind, this EA combines modern Smart Money principles with dis
产品名称: GoldStabilityPro – 十年回测,37倍收益,多空均衡的黄金专业版 产品描述: GoldStabilityPro 是一款专为 XAUUSD(黄金)设计的高级智能交易系统。经过 10.2 年(2016–2026)的严格回测,在固定 1.0 手交易下,于风险可控的前提下取得了卓越的风险调整后收益。策略基于 ADX 趋势过滤与 ATR 动态止损,逻辑透明,无黑盒。 核心业绩亮点: 净利润: +371,001 美元(基于10,000美元初始资金,37倍收益);盈利因子: 2.33 – 每亏损1美元盈利2.33美元;夏普比率: 1.91 – 风险调整后收益极佳;最大回撤: 32.90%(权益) – 下行风险可控;胜率: 44.27% – 低胜率高盈亏比策略;总交易笔数: 384 笔(年均约38笔);平均持仓时间: 78.6 小时(约3.3天)。 为何选择 GoldStabilityPro? 更高盈利效率:盈利因子2.33显著优于同类策略(常见值1.5-1.8);更平滑曲线:夏普比率1.91,资金曲线线性相关度0.89,增长轨迹稳定;更强恢复能力:最大回撤32.9%,恢复
NEXA Quote Vacuum
Park Seongcheon
NEXA Quote Vacuum NEXA Quote Vacuum 是一款适用于 MetaTrader 5 的 Expert Advisor,主要用于 GOLD 或 XAUUSD 的 M5 时间周期。 本 EA 不使用常见技术指标作为入场信号。它主要分析 Bid 和 Ask 的更新顺序、时间间隔、报价持续时间、方向性推进、领先与跟随关系、报价恢复、点差状态以及短期市场噪音。 BUY 和 SELL 条件分别独立计算。即使出现信号,EA 也不会立即下单,而是先确认该报价结构是否在设定时间和事件数量内保持有效。 入场评估包括: - Vacuum Score 以及方向评分差值 - 方向性推进效率 - Bid 和 Ask 的领先证据 - 最小推进距离与最大不利移动 - 点差与报价稳定性 - 预计往返交易成本 - 信号有效时间 - 预计价格推进距离 当预期方向优势不足以覆盖点差、预计滑点和可选佣金时,EA 将阻止交易。 持仓管理 每个持仓都会设置 Stop Loss。Take Profit 可通过输入参数启用。 持仓可根据以下条件进行管理: - 最大持仓时间 - Vacu
The 1 Minute GOLD Scalper Sniper Sell Only The 1 Minute GOLD Scalper Sniper Sell Only is a highly specialized, fully automated trading system engineered exclusively for XAUUSD (GOLD) on the M1 (1-Minute) chart. By strictly focusing on high-probability bearish momentum and institutional trends, this EA removes market noise and targets precision executions like a sniper. The strategy leverages an intelligent multi-layered filter array to identify explosive bearish impulse moves, ensuring trades ar
Steady Gold Pro
Pongsakorn Kaew-arun
Gold Adaptive Navigator MTF Professional Multi-Timeframe Strategy for XAUUSD Gold Adaptive Navigator MTF is a high-precision Expert Advisor specifically engineered for Gold (XAUUSD). Unlike standard EAs, this system utilizes a Dual-Regime Engine that distinguishes between strong trending markets and sideways consolidation, ensuring the highest probability entries. Optimized for the Current Gold Bull Market In the current market environment where Gold is showing strong bullish momentum, this E
XAU Multiestrategia
Alejandro Roma Perez
XAUUSD MULTIESTRATEGIA: La Solución Definitiva para el Trading de Oro Automatizado Descubra   XAUUSD MULTIESTRATEGIA , un innovador Expert Advisor (EA) diseñado específicamente para optimizar su operativa en el volátil y lucrativo mercado del Oro (XAUUSD). Este robot de trading avanzado combina una arquitectura multi-estratégica con un enfoque riguroso en la gestión de riesgo, ofreciendo una solución robusta para traders que buscan consistencia y rendimiento diversificado. Rendimiento Comprobado
London Zoo
Sangmo Park
High-risk, high-reward M15 GBP-basket Expert Advisor for MetaTrader 5. London Zoo is built for traders who want one-chart automated GBP-basket execution with locked strategy logic, broker-side trade protection, campaign tracking, and simple named risk modes. The EA runs from one chart, scans the configured GBP basket internally, waits for completed M15 candle conditions, checks exposure and broker conditions, and manages trades with a fixed target and broker-side emergency stop. Important: The e
Btc Shudoken
Ignacio Agustin Mene Franco
BTC/USD M1 Expert Advisor Version: 1.2 | Developed by: Worldinversor 2026 Overview BTC SHUDOKEN is a high-performance Expert Advisor specifically designed for trading BTC/USD on the M1 timeframe. It combines Price Action analysis with a multi-layered confirmation system based on four advanced technical indicators. Its intelligent voting architecture filters out low-quality signals and only executes trades when the minimum required consensus is reached among the active filters. Signals System
The 1 minute XAUUSD scalper sniper buy only   is a highly specialized, precision-driven Expert Advisor designed exclusively for trading Gold (XAUUSD) on the M1 timeframe. Built on the fundamental bias of Gold's long-term bullish nature, this EA utilizes a strict   "Buy Only"   logic to capture explosive bullish impulses while strictly avoiding the noise of market downtrends. Under the hood, this EA runs a complex, fully optimized algorithm combining   H1 & D1 EMA trend filters, Daily VWAP, Volum
EAGLE KING GOLD PRO MT5 Professional Gold Trading Expert Advisor for XAUUSD EAGLE KING GOLD PRO MT5 is an automated Expert Advisor designed specifically for XAUUSD (Gold) on the MetaTrader 5 platform. The EA combines trend-following entries with an intelligent averaging (Martingale) management system. Orders are executed automatically according to predefined trading rules while maintaining disciplined position management and flexible risk control. The strategy is intended for traders seeking a b
Adaptive Grid Martin EA — 自适应网格马丁交易系统 Signal:  Adaptive Grid Martin EA   Adaptive Grid Martin 是一套面向震荡行情的网格 + 马丁交易系统,内置十指标加权震荡判定、空间区间模型、动态网格步长与多重风控。它只在程序判定为「真正震荡」且行情条件合适时进场,在趋势、剧烈波动或重大新闻时主动停手,力求把网格策略的下行风险控制在可管理范围内。   核心功能: • 十指标加权震荡判定:ADX、效率比、Choppiness、布林带宽、波幅、Hurst 指数、方差比、半衰期、Ehlers 超平滑、分形维度,加权投票 + 双阈值迟滞,避免状态频繁翻转。 • 空间区间模型:用分位数计算区间上沿/中轴/下沿与宽度,识别价格在区间中的位置、区间扩张与突破。 • 边缘进场 + 中轴止盈:首单倾向在区间下沿做多、上沿做空(低买高卖),价格回到中轴附近获利了结。 • 动态网格步长与手数:步长随区间宽度、ATR、强度自适应;手数支持线性/温和倍数/强度自适应,倍数封顶,避免无限放大。 • 多重风控:篮子级硬止损(金额/权益百
Rifcap Core Robot Pro Smart Trend
Arif Adeniyi Ichola Latoundji
注意:此机器人专为黄金交易而设计。 Zhùyì: Cǐ jīqìrén zhuān wèi huángjīn jiāoyì ér shèjì. 专业交易机器人,采用TDI/RSI策略,具备智能入场(低买高卖)、动态追踪止损、盈亏平衡保护和高级风险管理功能。针对XAUUSD(黄金)货币对进行了优化。 RIFCAP CORE ROBOT PRO是一款由金融工程专家设计的高级自动化交易系统,旨在通过智能交易管理捕捉市场趋势并最大限度降低风险。 该机器人结合了: TDI和RSI指标 智能反转检测(低买高卖) 基于交易时段的交易逻辑 动态追踪止损和盈亏平衡系统 该EA分析市场状况并根据以下因素执行交易: 趋势延续信号 超买/超卖反转 市场时段行为(亚洲/伦敦/美国) 它特别针对XAUUSD(黄金)货币对进行了优化。 ️ 风险管理 该机器人集成了强大的风险控制系统: 盈亏平衡激活 部分利润锁定 动态追踪止损 持仓数量限制 交易手数控制 这既能保障资金安全,又能实现利润增长。 业绩表现 真实交易测试结果: 初始资金:100 美元 → 400 美元 一周盈利:约 770 美元
Quantum BattleQuad X
Domantas Juodenis
Quantum BattleQuad X — Precision Forged from the Battlefield Hello, traders. I am Quantum BattleQuad X — not a revision. Not an upgrade. A complete rethinking of what a multi-strategy Expert Advisor should be. Built from the ground up with one principle: every trade must have a reason. No noise. No randomness. No overtrading. My specialty? WTI. My mission? Deliver sharp, disciplined, and intelligently structured trading performance — with four elite strategies working as one unified engine.
Gold Grabber Grid Hedge
Israel Odartei Lamptey
GOLD GRABBER Israel L. MT5 Grid-Hedge EA. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
Free companion indicator available: BTC Speed Alpha Indicator can be downloaded for free from my MQL5 profile and used together with this EA for additional visual BTC market context. BTC Speed Alpha EA is a professional MetaTrader 5 Expert Advisor designed for Bitcoin / BTCUSD traders who want automated BTC trading with clean risk control, structured trade management and a modern chart dashboard. The EA is built around a locked Alpha Engine. The internal signal logic is hidden to keep the setu
信号账户 (运行0.75%余额风险) 注意:由于众多请求,我决定进行25%的折扣促销。购买或租赁均可在此期间享受折扣。促销期将持续1-2周,之后价格将恢复至$2400。如果在此期间购买市场周期,还可以在Nexus比特币剥头皮EA和Nexus指数上获得25%的折扣,创建一个非常好的多样化投资组合。 通过私信联系我,可享受所有EA购买10%的特别折扣。 如果需要MT4版本或无法负担租赁/购买费用,请联系我寻求替代方案。 加入Nexus社区公开聊天 MQL5市场中最佳的非马丁格尔、网格或平均EA。 此算法自2020年以来已经在私人账户上实时运行超过3.5年,返回超过26,000点的收益,具有出色的风险稳定性。现在升级到MT5平台,增加了市场状态识别和额外的指标过滤。 该算法利用基于零售交易者情绪和9种不同指标的专有AI模型来识别和预测相关的市场周期,包括MACD、平滑移动平均线、RSI、TDI、ADX及一些不常见的指标,以在趋势期间找到最佳入场点。 这些数据已经收集多年并输入AI引擎,以学习零售交易者的模式并持续与之对抗交易。 此EA是 Nexus 投资组合的一部分——MQL5市场中最长期稳
本策略为带止损的趋势跟踪策略。 使用者可以主观结合判断有大行情趋势的情形下,结合运行本策略EA可以获得很好的收益。 根据交易三角形原理,本策略不适合震荡行情。 ------------------------------------------------------------------------ 具体使用步骤: 1.mql5.com市场下单采购; 2.MT5软件加载本策略; 3.打开MT5标的图标EA功能; 4. 将策略拖入图表,设置策略参数(主要是做单手数,默认为0.12手,所以可以根据标的价格与初始资金进行做单手数调节); 5.运行策略后自动监控行情,如果有大的趋势行情,则本策略可以自动捕捉做单,获得比较好的收益。
Bitcoin Trading MT5
Sinh Nguyen Tran Hoang
Bitcoin Trading  My Expert Advisor trade Bitcoin on H1 time frame, Base on ADX indicator,  Bollinger Bands indicator, and follow the trend. stop loss 31 usd/0.01 bitcoin take profit 19 usd/0.01 bitcoin (0.01 lot) Min deposit: from 300 usd Profit: 100%/year. Draw Down: < 35% Input Setting to test my EA: - Lots: 0.01 - Stoploss: 31 usd/0.01 bitcoin or 3100 usd/bitcoin depend on your broker and your account (adjust to the correct ratio and do not change) - Takeprofit:  19 usd/0.01 bitcoin or 1900 u
Bull Twin Engine
Radenko Jankovic
BULL TWIN ENGINE — Gold Grid & Trend System PROMOTIONAL PRICING: The current price is a special introductory offer valid for the next 30 days, or until live trading results are published. Bull Twin Engine is a twin-engine system for XAUUSD. A grid core works the ranging phases; an independent trend engine takes over when a real move develops. Instead of cutting a losing basket at the bottom, Bull Twin Engine freezes exposure with a mathematically-sized defense hedge and works it back — b
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
Impulse MT5
Simon Reeves
5 (16)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
ICT Sniper X
Ignacio Agustin Mene Franco
ICT Sniper X is a high-precision Expert Advisor specifically designed for trading XAUUSD (Gold) on the M1 timeframe. Philosophy and Strategy The system combines three powerful pillars of institutional trading: Classic Price Action (3 White Soldiers, 3 Black Crows, and Spinning Tops) ICT Smart Money Concepts (Order Blocks + Liquidity Sweeps / Stop Hunts) Volume Profile (POC, Value Area High/Low) This combination allows for the identification, with a high probability, of institutional manipulati
Mean reversion automatic is a trading bot for people wanting a secure trading automation. Based on several filters making efficient trades. Designed for major forex. Adjustables parameters availables. Make x3 in a few months losing a few penny as you can see on screenshot. Included money management and growth compounding. Make your trades in total security with this bot. Do not hesitate to contact me
Gold Neuron EA
Kenichiro Sakamoto
GOLD NEURON — 交易方向由内嵌于EA的神经模型(ONNX)决定 重要提示 — 请将EA挂载到 XAUUSD M15 图表。策略读取该时间周期;在其他图表上将不会产生任何交易。在策略测试器中试用免费演示版时,也请将品种和周期设置为 XAUUSD M15,否则交易数将为零。 首先是风险提示: 默认模式(Ultra)追求最大增长,回测中实测净值回撤达到79%。请选择符合您风险承受能力的模式 — 追求增长选Aggressive,稳健选Defensive — 并务必先在模拟或小额账户上运行。回测是历史结果,不代表未来表现。 重要 — AI的工作原理(请阅读): 决策模型是使用截至2026年7月的XAUUSD数据训练的梯度提升分类器。训练期内的回测衡量的是模型对该段历史的拟合程度 — 并非对未来的保证。模型会定期重新训练并以免费版本更新的形式发布;请始终使用最新版本。 GOLD NEURON每天交易一次XAUUSD。在伦敦时段的固定时间(UTC 04:15,自动适配夏令时)计算13个市场特征 — 从2小时到7天的多周期动量阶梯、日内波幅和日历背景 — 由内嵌ONNX模型判定做多
ULTIMATE REBATE HUNTER PRO  "Double Income. One EA." FOR XAUUSD (GOLD):     Spike protection built-in     Optimized for gold volatility     M1 timeframe recommended ALSO TRADES:    Forex: EURUSD, GBPUSD, USDJPY, AUDUSD    Indices: US30, NAS100, DE40    Crypto: BTCUSD, ETHUSD KEY FEATURES:     Auto trend/range adaptation     Profit lock system ($0.05)     Multi-timeframe confirmation     Complete risk management HOW YOU PROFIT:    Trading gain
AI Hybrid Trader
Catur Cipto Nugroho
AI-Hybrid Trader v6.06 The Ultimate Autonomous Self-Learning AI Trading System "Not a simple rigid indicator bot. Powered by a built-in self-evolving Deep Neural Network, Autonomous Reinforcement Learning (Q-Learning) with Binary Memory Persistence, and Real-Time Risk Intelligence that modulates trade volume based on AI Signal Confidence." Latest Update: Version 6.06 — Autonomous Self-Learning, Binary Memory Persistence & Dashboard Telemetry AI Hybrid Trader v6.06 introduces a groundbreaking Au
TradeForge AlphaGain AI
Akshay Chunilal Patil
AlphaGain AI – AI驱动的精确交易新纪元 AlphaGain AI 是一款功能强大的 MetaTrader 5 EA,结合人工智能及超过 10 年历史数据分析,帮助交易者持续捕捉高概率信号,适配不同市场环境自动调整策略。 主要功能: AI核心算法:基于蜡烛形态、波动区间及动能逻辑; 超过10年数据训练,发现稳定盈利模式; 智能进出场:动态止损止盈、追踪止损、止盈倍数根据波动率; 资金保护:控制最大回撤、账户卫士、最大点差过滤、交易时间过滤; 完全自动交易:无需人工干预; 低延迟执行:适配 ECN 类型账户,滑点极低。 推荐设置: 交易品种:EUR/USD 时间周期:15 分钟(M15) 最低均衡:100 美元 账户类型:推荐 ECN 或 Raw Spread 杠杆:1:100 或更高 为什么选择 AlphaGain AI? 交付包:.ex5 执行文件、设置 .set、PDF 操作指南; 服务支持:终身更新、Telegram 与电子邮件支持; 透明演示:MyFxBook 验证结果,可提供免费演示版本及私人 Telegram 群组; 重要提示
RIBS V Shape EA
Abdelhadi Ribani
️ IMPORTANT – CURRENT RECOMMENDED V SHAPE EA SETTINGS These settings are optimized for the current NAS100 volatility environment and are intended as a recommended starting point. Market conditions constantly evolve, and users are encouraged to adapt and optimize the parameters to match their preferred instruments, broker conditions, and trading objectives. Recommended Configuration Timeframe 15M Strategy Parameters ️ CHOOSE BETWEEN FIXED LONG TERM SETTINGS OR THE ADAPTIVE SETTINGS FOR THE CUR
NEXA Ichimoku Directional System 产品说明 NEXA Ichimoku Directional System 是一款基于指数移动平均线(EMA)、一目均衡表(Ichimoku)以及相对活力指数(RVI)的自动交易系统。 该系统通过分析市场趋势方向和强度,在满足预设条件时执行交易。系统以价格位置、云层结构以及动量变化为基础,进行规则化判断。 主要功能 使用 EMA 判断趋势方向 利用一目均衡表分析市场结构 通过 RVI 过滤动量信号 基于 ATR 的波动率过滤 点差及交易环境过滤 自动设置止损和止盈 内置跟踪止损及保护机制 工作原理 系统按照以下流程运行: 使用 EMA 判断整体趋势方向 分析价格与一目云(Ichimoku Cloud)的关系 使用 RVI 确认方向和动量强度 应用波动率和市场条件过滤 在所有条件满足时执行交易 该方法旨在减少不必要的交易,仅在结构清晰的市场条件下进行操作。 风险管理 根据设定的风险比例自动计算仓位 止损和止盈基于市场波动性设置 内置保护机制以降低不利行情下的风险 输入参数(简要) Risk Percent:每笔交易风险比例
Future EA MT5
Mansour Babasafary
3 (5)
This expert is the newest expert of our team. We want to implement the latest market strategies in it. A long-term project of several years If you want to be a partner in the development of this expert, you can buy it at a very low price. An expert based on mixed strategies We will combine several strategies in this expert Price action, patterns, waves, maybe even artificial intelligence and... Attributes of Version 1.0: Can be used in the GBPUSD and USDCHF , AUDUSD currency pairs Can be used
该产品的买家也购买
Quantum Titan MT5
Bogdan Ion Puscasu
Quantum Titan 将机构级交易引入 Quantum 生态系统,为精准度、纪律性和经证实的实时市场表现树立了新的标准。 Titan 是为那些对黄金智能交易系统有更高期望的交易者而开发的,代表了量子交易技术的下一个发展阶段。 全球终身授权数量严格限制在 1000 个。 当1000份全部售罄后,《量子泰坦》将不再发售。 特价上市优惠价。最终价格 1999 美元。 只需5万美元初始投资即可获得实时信号:   点击此处 Quantum Titan MQL5 公共频道:   点击此处 ***购买 Quantum Titan MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 隆重推出量子泰坦 Quantum Titan 是我从未打算公开发布的黄金级智能交易系统。 几个月来,我一直用自己的资金私下交易 Titan,并且
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (24)
传奇仍在继续。女王不断进化。 欢迎来到 Quantum Queen X——传奇黄金交易系统的下一代产品,它建立在 Quantum Queen 已证明的成功之上。 Quantum Queen X 基于与 Quantum Queen 相同的成熟核心引擎构建,引入了强大的全新自定义模式,允许交易者精确选择要启用或禁用的策略。 每项策略都经过单独审查、改进和优化,以在不同的市场环境下提供更佳的性能和适应性。默认预设也得到了增强,现在包含 9 项精心挑选的策略,而非之前的 7 项,从而提供更广泛的市场覆盖和更多交易机会,同时保留了使 Quantum Queen X 成为 MQL5 平台上最成功的黄金智能交易系统的严谨交易理念。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Ma
Scalping Robot Pro MT5
MQL TOOLS SL
4.46 (138)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Ultimate Breakout System
Profalgo Limited
5 (46)
重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1999 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 1499 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) NEW - 44-STRATEGIES LIVE SIGNAL 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制性。 可能性无穷无尽! 对于自营公司交易者:   有了这个系统
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — 黄金快速利润捕捉系统 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 v2.0: https://www.mql5.com/en/signals/2379945 当前价格仅剩 3 份。价格很快将上涨至 $999。 重要: 购买后请通过私信联系我们,以获取用户指南、推荐设置、使用说明以及更新支持。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历一定程度的利润回吐。 这不是某一种策略独有
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum Emperor EA,即可免费获得  Quantum StarMan  !*** 私信询问更多详情 已验证信号:   点击此处 MT4版本:   点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单笔交易连续拆分成五笔较小的交易。这意味着每次 EA 执行一笔交易时,它都会自动将其拆分成五个较小的仓位。 量子皇帝EA     量子帝王EA凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
Nexorion Initium Novum EA
Valentina Zhuchkova
4.29 (24)
NEXORION: Initium Novum — 确定性逻辑与算法综合体系 NEXORION 是一款基于严密流动性处理数学算法的机构级分析系统。该项目的核心理念是“计算透明化”:交易型 EA 将混沌的价格流转化为结构化的几何区域,并将决策过程直接在交易图表上进行可视化呈现。 实时信号监控 https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signals/2372338 系统技术规格 交易资产 :XAUUSD (黄金) 运行周期 :H1 (1小时图) 核心方法论 :机构流动性分析与确定性逻辑 (Institutional Liquidity Analysis & Deterministic Logic) 决策依据 :流动性池与平衡水平的数学计算 数学架构与可视化 本系统的关键创新在于 动态计算映射 (Dynamic Computation Mapping) 。算法不仅是分析价格,更是通过以下模块构建市场的数学模型: 流动性追踪 (Liquidity Tracking) :基于市场阶段的深度分析,精确识别买
XG Gold Robot MT5
MQL TOOLS SL
4.31 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Syna
William Brandon Autry
5 (27)
Syna 7 - 全程陪伴交易的 AI 大多数交易系统在入场之后就停止思考了。 Syna 不会。 Syna 7 是一个 AI 交易助手,也是一套自主交易系统,从分析到离场全程参与。 它可以监控当前行情、记住交易的来龙去脉、评估新闻与波动、管理持仓、协调账户,并在订单成交之后继续重新审视自己的决策。 交易不会在入场时结束。 智能也不该如此。 从分析到离场,一以贯之的智能。 频道与社区 关注频道,获取更新、信号、发布消息和产品演示。加入公开群组,提问并与其他交易者交流。 关注我的 MQL5 频道 加入我的 MQL5 公开群组 什么是 Syna? Syna 的设计目标,是充当整个交易运作的智能层。 它可以配合: 自身的自主交易策略 由其他 EA 开出的持仓 手动交易 多个 MetaTrader 5 终端 多个经纪商与账户 不同的品种、策略和风险配置 你可以把 Syna 当作自主交易者、AI 助手、持仓管理器、投资组合协调者,或者四者兼具。 AI 的优势不再局限于单一入场信号或某个孤立的 EA。 Syna 为何改变你的交易方式 传统 EA 遵循预先设定的逻辑,只能沿着开发者事先编写好的路径做
Gold House MT5
Chen Jia Qi
4.49 (59)
Gold House — 黄金摆动突破交易系统。 一个EA,三种交易模式。选择最适合你的交易风格。无网格,无马丁。 每售出 10 份,价格将上涨 50 美元。最终计划价格:1,999 美元。 实盘信号: 利润优先模式: https://www.mql5.com/cn/signals/2359124 BE 优先模式: https://www.mql5.com/cn/signals/2372604 Adaptive Mode: https://www.mql5.com/cn/signals/2379287   (高风险配置参考——盈亏都会被放大,不属于推荐配置。) 重要:购买后请务必私信我们,以获取推荐参数、使用说明、注意事项以及使用技巧。 (MQL5私信): https://www.mql5.com/en/users/walter2008 保持更新——加入我们的 MQL5 频道以获取产品更新和交易技巧。打开链接后,请点击页面顶部的“订阅”按钮进行关注。: 点击加入 这套EA来自我们团队的内部实盘账户,基于 7 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优
Byrdi
William Brandon Autry
5 (19)
BYRDI - 如同一个整体进行交易的 AI 网络 大多数 EA 只看到一个终端。 BYRDI 看到整个网络。 在一个账户上开立的交易,可能改变你所拥有的每一个其他账户的风险。 BYRDI 将独立的 MetaTrader 5 终端连接成一个协调统一的 mesh 网络。每个节点都可以保留自己的账户、经纪商、市场、AI 模型、策略和风险设置,同时对更大的系统保持感知。 BYRDI 可以分配机会、控制敞口,并在整个 mesh 网络中提供合格节点的故障转移。 单个节点可以独立交易。 多个节点可以作为一个网络协同运作。 超越入场。超越账户。 一位交易者。多个市场。一个智能网络。 BYRDI 投资组合搭建活动 在接下来的 72 小时内或接下来的 15 笔 BYRDI 购买内有效,以先到者为准。 以当前 $997 的价格购买 BYRDI,即可获得: 1 个 Mean Machine GPT 激活额度 1 个 AiQ 激活额度 私享投资组合部署研讨会 国际在线问答参与权限 完整研讨会录像 投资组合入门蓝图 前 10 位符合条件的购买者还可以提交自己拟定的投资组合结构,获得一次简短的私下点评。 无需现
XIRO Robot MT5
MQL TOOLS SL
5 (34)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Aura Black Edition MT5
Stanislav Tomilov
4.32 (53)
Aura Black Edition 是一款完全自动化的 EA,仅用于交易黄金。专家在 2011-2020 年期间在 XAUUSD 上表现出稳定的结果。没有使用危险的资金管理方法,没有马丁格尔,没有网格或剥头皮。适用于任何经纪商条件。使用多层感知器神经网络 (MLP) 训练的 EA 是一类前馈人工神经网络 (ANN)。术语 MLP 的使用含糊不清,有时松散地指任何前馈 ANN,有时严格指由多层感知器组成的网络(具有阈值激活)。多层感知器有时被通俗地称为“原始”神经网络,尤其是当它们只有一个隐藏层时。MLP 由至少三层节点组成:输入层、隐藏层和输出层。除了输入节点之外,每个节点都是使用非线性激活函数的神经元。MLP 利用一种称为反向传播的监督学习技术进行训练。多层结构和非线性激活使 MLP 与线性感知器区别开来。它可以区分非线性可分的数据。 此价格还剩 1 份,之后价格将上涨至 3000 美元 如何设定及参数说明 (阅读这里) Live results:   https://www.mql5.com/en/signals/2313678 More Signals:   Check my
ArtQuant Gold
Miguel Angel Vico Alba
4.2 (25)
ArtQuant Gold — 面向 XAUUSD 的多模块智能交易系统 ArtQuant Gold 是一款专为 MetaTrader 5 黄金交易而开发的自动交易系统。 该 EA 将多个相互独立的交易模块与集中式投资组合管理、风险敞口限制、执行过滤器、虚拟交易管理以及账户保护工具整合在一起。它适合希望使用专用 XAUUSD 自动交易系统,同时又不需要自行配置指标或内部策略参数的交易者。 ArtQuant Gold 支持标准 XAUUSD 交易品种,也兼容常见的经纪商黄金品种命名方式,包括带前缀、后缀或其他替代名称的黄金品种。 重要提示: ArtQuant Gold 仅适用于 Gold / XAUUSD 或经纪商提供的等效黄金交易品种。如果加载到无关的金融品种上,EA 将不会进行交易。 EA 不依赖图表时间周期。它可以加载到任意时间周期,因为所需的市场数据和交易结构均由内部逻辑独立处理。 实盘参考账户 查看 ArtQuant Gold 实盘参考信号 该信号仅用于提供透明的实盘参考,并不构成使用相同经纪商、入金金额、杠杆、手数、风险水平或交易条件的建议。 点差、佣金、隔夜利息、订单执行、
Burning Grid
Magma Software Solutions UG
4.59 (29)
BURNING GRID UP TO 35 SYMBOLS. ONE COORDINATED GRID SYSTEM. The forex market does not move through one currency pair at a time. While one symbol is trending, another may be consolidating, reversing or building a completely different opportunity. Burning Grid was developed for this multi-pair environment. From one MetaTrader 5 chart, the EA can process up to 35 supported symbols. Different grid strategies can pursue their own opportunities, while shared controls coordinate risk, spreads, currenc
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Golden Conqueror
Taner Altinsoy
5 (1)
Welcome to Golden Conqueror , a highly advanced, fully automated active scalping algorithmic system designed exclusively for Gold (XAUUSD) . Built with institutional logic, this EA strictly avoids dangerous grid or martingale systems. Instead, it utilizes high-precision Pivot Breakouts to exploit market momentum and volume surges. To ensure absolute risk mitigation and capital protection, the algorithm strictly limits itself to a maximum of 1 open trade at a time . Furthermore, every single exe
Vortex Gold EA
Stanislav Tomilov
4.96 (45)
Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 755 美元(还剩 3/10),下一个价格 895 美元 Live Monitoring  https://www.mql5.com/en/signals/2366351 Check out the live results in Profile >>
Wall Street Robot MT5
MQL TOOLS SL
3.89 (18)
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 介绍 Bitcoin Scalping MT4/MT5 – 智能加密货币交易EA 推出促销: 当前价格仅剩 3 个名额! 最终价格:$3999.99 赠品 - 购买终身 Bitcoin Scalping 即可免费获得 EA AI VEGA BOT 算法交易(2 个账户)=> 私信咨询获取更多详情!!! EA 实时信号 MT4 版本 为什么 Bitcoin 今天如此重要 Bitcoin 已经不仅仅是数字货币——它是一次金融革命。作为加密货币的先驱,Bitcoin 是全球交易量最大、最具认知度的加密资产。凭借其波动性和日益增长的接受度,
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Aero MT5
Volodymyr Babak
5 (3)
透明的定价模式。  价格随着销售阶段的推进而上涨。下一阶段: $1500 。 [  Live Signal +7 Months · 0.1% DD · +27% Growth  ] Aero 的工作原理 Aero 是一款针对 XAUUSD(黄金) 的全自动交易顾问,在日线图上进行双向交易。 其核心是 突破策略 。黄金几乎每天都会突破关键位置 — Aero 判断哪些突破在统计上值得交易,并忽略其余的。 这项判断由 kNN(k近邻算法) 完成 — 这是一种基于25年以上黄金价格数据训练的机器学习方法。 当价格突破某个位置时,当前市场状态会与数千个历史案例进行比较。只有在统计数据支持交易时才会入场。 入场的谨慎性由 内置过滤器 保障 — 交易设置必须通过每一个过滤器才被允许入场: 隔夜滚动保护 — 在每日开盘后的前150分钟(00:00–02:30)和收盘前的最后60分钟(23:00–00:00)不开新仓,此时黄金点差会显著扩大 新闻过滤器 — 在高波动性事件期间自动阻止交易,日期已预先内置,因此无需额外的 URL 或 WebRequest 点差过滤器 — 当前点差超过阈值时跳过入场 一笔
Price Action Robot MT5
MQL TOOLS SL
3.86 (7)
Price Action Robot is a professional trading system built entirely on real market behavior without indicators, grid strategies, or martingale systems. It analyzes pure price action , focusing on structure, trend dynamics, and key market movements to identify high probability trading opportunities. The system is designed to read the market the same way experienced traders do, using logic based on real price movement rather than lagging indicators. It reacts dynamically to changing market conditio
DAX Robot MT5
MQL TOOLS SL
5 (3)
DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
Neural Sentinel XAUUSD MT5 – 黄金高频算法人工智能交易系统 Neural Sentinel XAUUSD MT5 是一款专为黄金 (XAUUSD) 市场打造的高性能算法交易系统。该 EA 运行先进的多时间框架分析引擎,结合趋势跟踪动量与精准的波动率及反转过滤算法,旨在捕捉快速的日内市场非理性波动。 尝试我们的其他 EA: GET ONE FOR FREE!!!           SELLER PAGE HERE Institutional Aggressive : https://www.mql5.com/en/market/product/180450?source=Site+Market+My+Products+Page Institutional XAUUSD : https://www.mql5.com/en/market/product/178602?source=Site+Market+My+Products+Page Quantum GBPJPY : https://www.mql5.com/en/market/product/183545?
Mad Turtle
Gennady Sergienko
4.53 (123)
交易品种 XAUUSD(金/美元) 时间周期 (周期) H1-M15(任意) 支持单仓位交易 是 最低入金 500 美元 (或其他货币等值) 兼容任何经纪商 是(支持两位或三位小数报价,任何账户货币、符号名称和 GMT 时间) 无需预先配置即可运行 是 如果您对机器学习感兴趣,请订阅频道: 订阅! Mad Turtle 项目的主要特点: 真正的机器学习 此智能交易系统 (EA) 不会连接到任何 GPT 网站或类似服务。 模型通过内置于 MT5 的 ONNX 库部署。在首次初始化时,您将看到一个系统消息,这是无法伪造的。 CLICK 参见:ONNX(开放神经网络交换格式)。 资金安全性 不使用日切前交易、微型剥头皮或基于低统计样本的窄幅交易; 不使用高风险策略,例如网格或马丁格尔; 也不使用任何可能长时间运行并在一天内失去全部利润甚至全部资金的策略。 独特性 EA 基于我独特的 特征工程 ,采用自定义的奖励与惩罚训练方法,结合元模型级联筛选与多种集成方法。 模型在完整的 24 小时交易格式下于大型 H4 时间框架上训练,可持仓数小时到数天。 它们以点数(pips)而非
Harmonizer EA MT5
Amir Hossein Moharreri
4.55 (11)
Harmonizer EA 是一款强大的网格交易工具,使用先进算法计算每笔交易的入场位置。它并非针对历史数据过度优化,而是利用市场波动率进行自我优化。通过使用市场波动率,该算法能够快速高效地适应市场变化。这意味着它既能够抓住市场机会,又能够在预设参数范围内有效控制风险。 不过,使用此 EA 时请务必谨慎,并且只投入您能够承受风险的资金。我们建议您先进行历史回测,并尝试不同设置,以找到最适合您的参数。 实时表现 推荐交易品种:AUDCAD、NZDCAD(AUDNZD 可选) 推荐时间周期:M15(15分钟图表) MT4 版本 功能特点 比类似 EA 更便宜且更优秀 支持多个交易品种 单图表设置 实盘与回测新闻过滤器 实时性能监控 未针对历史数据过度优化 不局限于特定品种 开发者支持 使用要求 对冲账户 对点差不敏感,但建议使用 ECN 账户 在 VPS 上持续运行(确保交易不中断) 杠杆 1:200 或更高 推荐设置 将 EA 挂载到 AUDCAD 的一个 15 分钟(M15)图表上,建议至少使用 500 美元启动。不过,为了降低风险,建议从 1500 美元开始。不需要 .set 文件。
作者的更多信息
BTC Vortex Nexus EA — Automated BTCUSD Breakout System for MetaTrader 5 BTC Vortex Nexus EA is a fully automated Expert Advisor developed exclusively for BTCUSD on MetaTrader 5 , designed to trade structural breakouts with discipline, strict risk control, and protective filters . The EA operates on the H1 timeframe and uses a multi-layer decision engine to avoid low-probability moves and unstable market conditions. It is engineered for consistent, rule-based BTC trading — not high-frequency scal
Gold Breakout Quant-X  Professional Breakout Expert Advisor for XAUUSD Gold Breakout Quant X   is a precision‑engineered trading robot designed exclusively for   XAUUSD (Gold)   . It captures confirmed breakout movements using structured range detection, ATR‑based volatility validation, and strict risk management rules. The system was developed and refined through extended real‑market testing. It follows a transparent, rule‑based methodology and   does not use   dangerous recovery techniques su
Welcome to the future of Gold (XAUUSD) trading.   Deep Genesis AI   is a professional-grade, fully autonomous Expert Advisor specifically engineered to tame the extreme volatility and liquidity hunts of the Gold market. By bridging the gap between advanced institutional technical analysis and the power of modern Large Language Models (LLMs), Deep Genesis AI fundamentally changes how automated trading is executed. Powered by the lightning-fast   DeepSeek V4 Flash AI   engine, this EA does not re
SMART SNIPER SYSTEM - AI TRADER INSTITUTIONAL HYBRID AI + SMART BREAKOUT SYSTEM FOR XAUUSD (GOLD) Dual-Strategy System Combining AI-Assisted Analysis with Traditional Breakout Execution WHAT YOU MUST KNOW: SYSTEM INTEGRITY & LIVE OPERATION The system is designed for live operation across market sessions, with configurable protection filters that can temporarily pause entries under specific risk conditions. Trading outcomes include both profitable and unprofitable periods; no strategy or product
SIMPLIFY TRADER VX Automated Gold Trading EA for XAUUSD Simplify Trader VX is a fully automated Expert Advisor developed for XAUUSD (Gold), designed to trade with discipline, structure, and strict risk control. The EA operates on the H1 timeframe and uses a multi-filter decision engine to avoid low-quality trades and unstable market conditions. It is built for long-term use, not aggressive or high-risk trading styles. PRICING INFORMATION Current Price: $299 Note: The price may increase to $49
Sentinel X AI - Gold Expert Advisor with AI-Powered Analysis Sentinel-X AI is an automated Expert Advisor for MetaTrader 5 designed for Gold (XAUUSD) and other instruments. It combines a breakout trading strategy with an external GPT-based analysis module to assist with trade decisions. This EA operates in dual-mode: a rule-based breakout system and an external signal analysis module that work together to identify potential trading opportunities. PRICING INFORMATION Current Price: $699 Note: T
筛选:
Greg James Mckenzie
477
Greg James Mckenzie 2026.06.10 21:06 
 

Bought about a month ago and seems to have real potential.Takes a while to figure out what timeframes are best as u cant backtest the deepseek.I have it running on d1 h1 and m15 and they are all profitable.

Rabi Oudani
827
来自开发人员的回复 Rabi Oudani 2026.06.10 21:36
Thank you for your review! We're happy to hear you're getting good results. Yes, the AI component requires some forward testing to find the best settings and timeframes. It's great that D1, H1, and M15 are all performing well for you. Wishing you continued success and profitable trading!
回复评论