• 价格
     - 
  • 重置
在YouTube上观看市场的教学视频
如何 购买 自动交易或指标

虚拟 主机运行您的EA
购买之前测试一个指标/EA交易
想要在市场 赚钱 吗?
如何介绍 用于流通销售的产品

适用于MetaTrader 5的EA交易和指标 - 169

icon 使用EA交易和指标,使外汇交易获得更多盈利。EA交易可使您自动开启和关闭交易,而指标将帮助您更准确地预测市场行为。 该页面提供MetaTrader 5应用程序的目录。
USTEC NY BREAKOUT PRO 是一款为 MetaTrader 5 开发的专业智能交易系统,主要用于交易 Nasdaq/USTEC 指数的突破行情,重点关注纽约市场 09:30 开盘时段。 EA 使用参考K线,并等待特定的突破条件满足后才执行交易。交易管理完全自动化,包括止盈、止损、保本、时间止损以及手数管理。 主要功能 • 基于纽约开盘的交易策略 • 可配置交易周期 • 支持做多、做空或双向交易 • 可配置止盈 • 固定止损或参考K线高低点止损 • 各交易时段独立的 Break Even 设置 • Time Stop 限制持仓时间 • 固定手数或复利资金管理 • 根据策略资金自动调整交易手数 • 可选亚洲交易时段 • 四个可完全自定义的额外交易时间 • 可选反转交易系统 • Shadow SHORT Analytics,可模拟空单而不发送真实订单 • 专业仪表板显示 P/L、增长、回撤、Profit Factor 和统计数据 • MT5 或 VPS 重启后自动恢复交易设置 • 自动恢复已开仓位,并继续管理 Break Even 和 Time Stop • 止盈和止损直接发
适用于 MT5 的 Artemis FX ORB Edge EA Artemis FX ORB Edge EA 是一款面向 MetaTrader 5 的智能型开盘区间突破(Opening Range Breakout,ORB)系统,专门针对主要外汇货币对设计。 Artemis 并不是依赖简单、固定的突破规则,而是会评估每个开盘区间的质量、突破力度、更广泛的交易时段背景,以及区间形成后的价格行为。其目标是过滤较弱的交易机会,适应主要货币对各自不同的特性,并以更灵活、更可控的方式管理强势行情。 Artemis FX ORB Edge 面向希望以更结构化、更智能方式交易时段突破的交易者,内置保护机制、针对不同货币对的过滤逻辑,以及清晰的交易管理体系。 推荐设置 支持的货币对:EURUSD、GBPUSD、USDJPY、USDCHF、USDCAD、AUDUSD、NZDUSD 时间周期:M5 推荐交易模式:OCO Straddle 推荐交易时段:伦敦 + 纽约 Recovery:默认关闭 Advanced Chart Features:默认关闭 EA 包含适用于主要货币对以及不同交易时段风格的预设
Bullion Bastion EA MT5
Anastase Byiringiro
Bullion Bastion EA MT5 Professional XAUUSD / GOLD Automation for MetaTrader 5 Bullion Bastion EA MT5 is an advanced automated Gold trading system developed for MetaTrader 5 . The EA combines multiple internal market-analysis modules, signal confirmation, virtual-entry logic, adaptive position management, recovery control, basket management, broker-aware execution and automated risk supervision. The main trading environment is: Market: XAUUSD / GOLD Platform: MetaTrader 5 Recommended Timeframe: M
Rebalance Precision Pro MT5 是一款機構級演算法交易系統,專為智慧投資組合再平衡和基於波動率的網格交易執行而設計。 與盲目追逐強勁動能的傳統網格EA不同,Rebalance Precision Pro採用專有的雙濾波架構,將EMA趨勢基線與不重繪的TMA(三角移動平均線)精確帶相結合,以識別高機率的極端反轉點。 ======================================================= 主要交易亮點 ======================================================= - 雙重濾波精度:利用EMA趨勢對齊和雙重平滑TMA帶過濾雜訊。 - 動態ATR步長引擎:根據即時市場波動自動計算自適應網格間距。 - 混合訂單鎖定(K線+時間):防止在重大新聞事件期間重複快速執行訂單。 - 進階恢復與保護: * 籃子獲利目標:自動進行全域獲利池化和乾淨俐落的部位平倉。 * 智慧型自動避險模式:動態避險分配,有效降低深度回撤風險。 * 硬性停損保護:透過固定美元金額或餘額百分比
Trixter DTR
Andrei Samokhin
决策树 是一种有监督的机器学习算法,其工作原理是连续的“是/否”问题。它呈现为树状结构,其中: 内部节点 — 是对某个特征的检查(例如,“年龄 > 18?”)。 分支 — 是检查的结果(是/否)。 叶节点 — 是最终决策(答案)。 构建过程是算法在每一步自动找到最重要的特征(使用诸如 基尼系数 或 熵 等准则),并将数据划分为更同质的组,直到获得纯叶节点或达到限制条件。 用途是什么? 决策树具有通用性,应用于两大类任务: 分类 (类别型输出): 将银行客户归入“批准”或“拒绝”类别。 根据特征识别动物种类。 判断购买或出售金融资产的可能性。 回归 (数值型输出): 根据面积和位置预测公寓价格。 预测黄金走势方向。 主要优势: 透明性和可解释性: 与神经网络不同,您可以轻松解释模型 为什么 做出某个特定决策(可以将其绘制出来,并追踪从根节点到叶节点的路径)。 无需数据预处理: 适用于不同类型特征(数值型和类别型),且对异常值不敏感。 特征选择: 自动显示哪些因素最为重要。 机器人 Trixter DTR 就是采用这种方法构建的。 Trixter DTR 算法使用决策树(缩写为 DTR
### KujakuinFXPro X4.18 — Advanced Intraday XAUUSD Sniper **KujakuinFXPro X4.18** is a highly disciplined, fully automated trading system specifically engineered for **XAUUSD (Gold) on the 15-Minute (M15) timeframe**.  Unlike generic EAs that suffer from market noise, this professional-grade tool features an intelligent **Multi-Time-Block Filter System** that systematically dynamic-scans and segments the trading day, isolating high-probability trend waves while completely neutralizing d
Description: AdaptiveFlow Pro — Smart Adaptive Trading EA for MetaTrader 5 (Swap-Free) PRODUCT OVERVIEW AdaptiveFlow Pro is a professional automated trading solution designed for the MetaTrader 5 platform. It uses a proprietary adaptive methodology to analyze market conditions in real time and automatically adjust its trading behavior accordingly. Unlike conventional EAs that rely on a single fixed strategy, AdaptiveFlow Pro is designed to recognize different market phases and apply
Chimpanzee Gold Force
Putu Hery Siswanto
THE BEAST GOLD FAMILY CHOOSE YOUR CHOICE https://www.mql5.com/en/blogs/post/773863 FOX CUSTOMER BENEFITS Verified customers with qualifying MQL5 Market purchases may be eligible for complimentary FOX commercial Expert Advisors. Learn more about the FOX Customer Benefits Program: https://www.mql5.com/en/blogs/post/774575 THE BEAST GOLD FAMILY Chimpanzee Gold Force is a member of THE BEAST GOLD FAMILY by Dua Putra International Foreign Exchange — a collection of independent MetaTrader 5 trading
Nostromo Combat
Juan Miguel Alzugaray Galarregui
NOSTROMO COMBAT TACTICAL EXECUTION SYSTEM TARGET. LOCK. EXECUTE. TEST IT NOW. SEE ITS POTENTIAL. ENTER EARLY. Download the MQL5 Demo and put NOSTROMO COMBAT through the Strategy Tester yourself. See the structure engine. See the tactical deployment. See the position management. See how the complete system works. Then make your decision. THE FIRST 25 FULL LICENSES ARE $349. The planned full-deployment price is $899 . Every 25 full-license purchases permanently activate the next price level. 1–25
Octopus Arts
Minh Nhut Nguyen
Octopus Arts Octopus Arts is a fully automated Expert Advisor for MetaTrader 5 , developed primarily for XAUUSD (Gold) on hedging accounts . The system combines grid-based DCA , trend-following position management , and a proprietary hedge recovery mechanism . Its core philosophy is simple: Let profitable market moves develop toward the target, while managing or cutting unfavorable positions earlier when internal risk conditions are met. Live Monitoring and Testing Customer Reviews: CLICK HERE
Tide Reaper EA
Jian Xiang Lu
产品名称:   Tide Reaper EA 产品描述: Tide Reaper EA 是一款为 MetaTrader 5 平台开发的全自动日内趋势交易智能系统,主要优化适配 XAUUSD(黄金)。本 EA 不使用网格、马丁格尔、逆势加仓或任何风险叠加型策略。 核心策略: 采用多时间周期判定趋势方向:大周期定趋势,小周期用于精准入场。 仅在多个独立确认信号与大趋势一致时生成入场信号。 自动过滤震荡和低波动行情,避免在无趋势市场开仓。 使用基于波动率的动态止损,并自动校验经纪商最小止损距离(STOPS_LEVEL),避免回测或实盘中的无效止损报错。 离场与风险管理: 三段式止盈机制: 达到预设风险回报比时部分平仓锁定初期利润。 满足破位、追踪止损触发或连续亏损保护条件时进行部分减仓。 趋势终结时全部平仓,防止反转回吐。 首轮止盈后,追踪止损自动移至保本位,保护剩余仓位。 风控特性: 连续两次止损后暂停新单,并对现有持仓部分减仓。 保证金水平低于设定阈值时禁止新开仓。 滑点根据经纪商实时点差动态计算。 同一魔法数下禁止同方向重复开仓。 开仓前预校验保证金是否充足。 三重时间周期共振过滤,减
MiniBull Algorithmic Signal Engine 是一款适用于 MetaTrader 5 的多时间周期交易系统,提供指标和智能交易系统(EA)两种形式。系统对7个时间周期(M1-D1)分别用4条均线和6个振荡指标打分,通过波动率自适应的H4趋势均线(VAMA)过滤结果,然后要求M15和H1同时确认方向才会行动——不接受部分确认。 EA提供两种模式:Faithful(固定0.1手,1:1风险回报比,完全复现原始脚本)或Flexible(根据账户净值百分比计算手数,止损/止盈可独立配置,默认1:2.5风险回报比)。图表面板实时显示真实盈亏、胜率和当前信号方向,并提供一键交易开关按钮,可立即暂停新交易。 在SPX500上验证(2024.04-2026.07,回测+前向测试):88笔交易,净利润+12,836美元,平均盈利因子1.53,最大回撤7.9%。参数选择基于样本内外两个阶段的一致表现,而非仅回测结果。
Neuron MACD
Muhammad Hassaan
Neuron MacD is a MACD you can read at a glance instead of squinting at. The histogram is split into four colours — not two — so each bar tells you which side of zero it sits on and whether it is still growing or already shrinking. The MACD line changes colour the moment it crosses its signal, a dot marks every cross on the signal line itself, and the whole calculation can be pulled from a higher timeframe while you trade a lower one. It is an indicator for chart analysis only: it draws on the ch
Smart Risk Trade Assistant
Oleksandr Vyacheslavovych Topal
Smart Risk & Trade Assistant — Ultimate Risk & Trade Management Panel for MT5 Smart Risk & Trade Assistant is a professional, feature-rich trading utility designed for MetaTrader 5. Whether you are a scalper, day trader, or swing trader, this advanced panel puts complete control of your risk management, lot sizing, and position execution right on your chart. Say goodbye to manual lot calculations, emotional over-leveraging, and slow order entries. Trade smarter, faster, and safer with 1-click ex
Neuron Squeeze reads the volatility cycle. Bollinger Bands contracting inside the Keltner Channels is the signature of a market storing energy; the bands pushing back outside is the signature of a market spending it. This indicator marks both states bar by bar on the zero line, drives a four-colour linear-regression momentum histogram that shows which side is in control and whether that control is building or bleeding away, and grades the depth of every coil on a panel so a shallow pause never r
Madura Gold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed Only for XAUUSD and GOLD on the H1 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading For stable operation, MetaTrader 5 and Algo Trading must remain active. A VPS located close to the broker’s trading server is recommended. Risk Management Madura Gold Scalper uses a relatively short Stop Loss. Because of this trading approach, several consecu
SwiftFsherUniversal
Giuseppe Di Mauro
Swift Fisher Universal — Advanced Multi-Symbol Single-Chart Expert Advisor https://www.facebook.com/groups/pippoitaly/ Swift Fisher Universal è un Expert Advisor professionale per MetaTrader 5 progettato per offrire la massima flessibilità operativa. Grazie alla sua architettura evoluta, consente di avviare l'intera strategia trascinando il bot su un unico grafico (ad esempio EURUSD o US30), delegandogli il monitoraggio e la gestione automatica dei simboli di riferimento e delle posizioni aperte
QUANTUM LIQUIDITY EA Automated Liquidity-Sweep Price Action for MetaTrader 5 Quantum Liquidity EA is a rules-based automated trading system designed to identify liquidity-sweep opportunities and manage trades systematically inside MetaTrader 5. The EA focuses on market structure around recent highs and lows, looking for price movements that temporarily sweep a previous liquidity area before rejecting back through that level. Instead of relying on a single indicator, the system combines its confi
Vyl Trade Manager — Full Guide (MT5) Short Description (Teaser) Stop calculating lot sizes manually! Vyl Trade Manager is a professional trading panel for MetaTrader 5 that automates risk calculation, executes trades instantly, and gives you full control over your positions with one click. Trade like an institutional trader! Ideal for: - Traders who value their time and execution speed - Beginners who want to manage risk correctly and avoid blowing their account - Professionals who n
Currency Strength Pro 按相对强度对八大主要货币进行排名,数据取自最多 28 个货币对,基于多周期合成计算,然后把篮子自身能组成的货币对排进一个带分级的扫描器。只使用已收盘的柱,绝不在每个 tick 上计算。 思路很简单:用强势货币对抗弱势货币,而不是去交易今天碰巧看着顺眼的那张图。强度表回答"哪种货币";扫描器和它的 A/B/C 分级回答"哪个货币对,这个设置有多干净"。 它做什么 面板把 EUR、GBP、AUD、NZD、USD、CAD、CHF 和 JPY 从最强到最弱排列。每一个读数都建立在您的经纪商实际报价的货币对之上。每个货币对为一方加分、为另一方减分,因此八个分值始终以 50 为中心,货币篮子在构造上是零和的。50 是篮子的平均值,而不是一条固定水平线:分值 70 表示该货币此刻相对于其余七种货币强势,而不是绝对意义上的强势。 表格下方,扫描器会给篮子能组成的每一个货币对打分:差距大且各周期一致的为 A,差距明显的为 B,差距勉强的为 C。最佳设置卡片用文字说明排名第一的那一行,鼠标悬停在任意扫描器行上都会解释它为什么得到这个分级——各周期的差距、双方背后
Cable Surge — Built for the Character of GBPUSD Cable Surge is a purpose-built GBPUSD Expert Advisor designed around the way the British pound actually behaves — sharp London-session expansions, sudden bursts of volatility, and aggressive moves that can lose momentum almost as quickly as they begin. Instead of relying on the usual collection of oscillators and lagging indicators, Cable Surge focuses on price structure, movement and speed . At its core are two fundamentally different entry mecha
TTS Mindful
Ir Nopri Sabmen Simanjuntak
TTS Mindful — MQL5 Market Description TTS Mindful is a multi-profile Expert Advisor designed for XAUUSD trading with structured breakout logic, one-shot entries and active trade management. LIVE SIGNAL Real-account performance and trading activity can be monitored here: https://www.mql5.com/en/signals/2388131 The live signal is provided to show real trading activity, execution behavior and ongoing performance under actual market conditions. WHY TTS MINDFUL TTS Mindful is built for traders who pr
Alpha Momentum Box MT5
Konstantin Nikitin
Professional M1 stealth momentum scalper for XAUUSD and EURUSD. Features a Virtual Volatility Channel engine with zero pending orders to eliminate high latency (up to 400ms) and broker slippage. Strictly NO Martingale/Grid. Alpha Momentum Box MT5  — Professional Stealth Scalper for XAUUSD & Major FX Pairs Alpha Momentum Box  is an institutional-grade, fully automated trading system engineered specifically for high-frequency scalping on Gold (XAUUSD) and major forex pairs ( EURUSD, GBPUSD ) on th
SwingPoint Levels
Oleh Savinovskyi
SwingPoint Levels: Calculate precise trading levels from any designated point across all instruments and timeframes (H1–H4). This indicator analyzes price structure, not instrument specifics. This means you can use one unified calculation method for currency pairs, stocks, indices, futures, and crypto—no need to download separate versions for every market! We recommend using the H1 to H4 timeframe range, as this is where price structures (Highs/Lows) are most robust for accurate level determin
AurumFiveCycle
Souhaib Trabelsi
AurumFiveCycle — Five Engines. One Gold Market. AurumFiveCycle is an advanced multi-strategy Expert Advisor developed specifically for XAUUSD and GOLD symbols on MetaTrader 5. Instead of relying on a single entry model, the EA combines five independent trading engines operating across different internal timeframes and carefully selected market sessions. Each engine evaluates momentum conditions using transparent RSI and DeMarker filters before starting a new trading cycle. When price temporaril
这是一个基于颜色编码的价格行为(Price Action)指标。简而言之,它在后台分析市场动能、K线形态以及20周期趋势线(EMA),然后根据分析结果为图表上的K线赋予不同颜色,从而直观地展示当前市场的主导方。 您无需费力猜测趋势是强劲、疲软还是即将反转,只需观察颜色即可一目了然。 适用周期与交易品种: 该指标基于基础价格行为原理,适用于任何交易品种和时间周期。它就像一份钢琴演奏指南;至于要演奏哪首曲子(即选择何种交易策略),则由您自己决定。 K线颜色速查表 1. 强劲走势(强趋势) 这些颜色表明买方或卖方已完全掌控市场。 深蓝色(强劲看涨K线):买盘压力巨大。价格突破近期高点。操作建议:寻找买入机会。 深红色(强劲看跌K线):卖盘压力巨大。价格跌破近期低点。操作建议:寻找卖出机会。 2. 标准趋势 这些属于健康、正常的趋势性走势。 蓝色(普通看涨K线):收盘价高于移动平均线的稳健上涨K线。买方占据主导。 红色(普通看跌K线):收盘价低于移动平均线的稳健下跌K线。卖方占据主导。 3. 回调走势(潜在机会) 这些颜色极具价值。它们标示出市场在主趋势运行过
Equity Lockdown
Jason Michael Mckay
Equity Lockdown is an account-level risk guard for MetaTrader 5. It does not generate signals, predict direction or open trades. It watches your account against limits you define, and when one of them is breached it cancels your pending orders, closes your open positions, and keeps the account flat until the next trading day begins. It acts on every position and every pending order in the terminal, whatever opened it - this tool, another Expert Advisor, or a manual click. A guard that only saw i
Gann Magic Levels Indicator for MT5 The Magic Levels indicator is specifically designed to provide you with precise entry and exit zones, inspired by Gann's geometric, time, and price theories. Key Features at a Glance: Precise Levels: Pinpoints critical price levels based on advanced market geometry. ️ Hidden Zones: Uncovers strong support and resistance levels missed by standard charts. Time & Price Symmetry: Helps you anticipate precise market turning points. Unlock the Power
ATR Zigzag With Bollinger Bands Pro Pips Predict 指标描述 ATR Zigzag With Bollinger Bands Pro Pips Predict 是一个专业的 MetaTrader 5 平台技术指标,结合了多种强大的市场分析工具: 基于ATR的ZigZag — 基于波动率(ATR)构建锯齿线 布林带 — 动态波动率通道 中位线段 — 中位支撑和阻力线 预测模式 — 预测下一个走势方向 点数显示 — 以点为单位显示波动幅度 自动防闪烁 — 在所有时间框架上防止闪烁 指标用途 该指标主要用于: 识别趋势走势 — 锯齿线显示市场结构 寻找进出场点 — 在反转时提供买入和卖出信号 评估波动率 — 通过ATR和布林带 预测目标 — 以点数计算潜在波动幅度 风险管理 — 中位线段提供的支撑和阻力位 市场和交易品种 支持的市场: 外汇市场(所有货币对) 加密货币(比特币、以太坊等) 商品市场(黄金、白银、原油) 股票(个股) 指数(标普500、纳斯达克等) 推荐时间周期: M1-M15 — 适用于剥头皮交易和日内交易 M30-H1 — 适
Hello Yellow MT5
Michael Prescott Burney
Hello Yellow for XAUUSD H1 Hello Yellow   is a gold-focused automated trading system designed specifically for XAUUSD on the H1 chart. It combines a 200-strategy internal framework with Bollinger Band signal logic and additional indicator filters to evaluate selective opportunities in the gold market. Designed for traders who want clear trade structure and consistent automation, Hello Yellow opens every position with predefined hard stop-loss and take-profit levels. It does not rely on indicator
Description: EuroPullback Wave — Mean Reversion EA for EUR/USD with Bollinger Bands + RSI (Swap-Free) PRODUCT OVERVIEW EuroPullback Wave is a premium automated trading solution engineered specifically for the EUR/USD pair on the MetaTrader 5 platform, operating on the M15 timeframe. This Expert Advisor implements a mean reversion strategy that combines Bollinger Bands and RSI to identify high-probability pullback opportunities in the most liquid currency pair in the world. The strate
You already know where the stop should sit. Drag the gold line there, set the risk, press Trade. Lot size is worked out from that distance. No grid of buttons for things you do once a year. Stop Line Trade Manager is a chart panel for manual trading. Optional green entry line in pending mode. This is not an automated strategy and it does not generate signals. How to use Attach the Expert Advisor to a chart. Drag the stop line to where you want the stop loss. Choose MARKET or PENDING. In pending
Scalper Prime
Fahad Khalique
Scalper Prime — News-Time Straddle Scalper for MetaTrader 5 Overview Scalper Prime is a fully automated MT5 Expert Advisor built around a scheduled straddle strategy : at defined clock times, it places a symmetrical pair of pending orders above and below the market, designed to catch the burst of volatility that often follows a scheduled event or session open. Whichever side gets triggered becomes the live position; the untouched side is automatically cancelled if the market doesn't move far eno
Golden Gator X
Michael Prescott Burney
Golden Gator X for XAUUSD H1 Golden Gator X   is a gold-focused Expert Advisor designed specifically for XAUUSD on the H1 chart. It combines a 100-strategy internal framework with Bollinger Band signal logic and additional confirmation filters to evaluate selective trading opportunities in the gold market. Built for traders who prefer a structured and rule-based approach, Golden Gator X opens positions with predefined hard stop-loss and take-profit levels. It does not rely on indicator-based exi
Auto-levels trading robot: key levels & risk manager Short Description: Automatically plots dynamic weekly support and resistance zones with real-time risk tracking. Full Description: Elevate your chart analysis with a dynamic tool designed to map the market structure effortlessly. This indicator automatically calculates and plots critical support and resistance levels based on weekly price action, updating every new week to align seamlessly with current market dynamics. By projecting precise pe
BulletHour AI
Antony Njuguna Wainaina
BulletHour AI is a straightforward automation of the ICT Silver Bullet strategy. Designed for traders already familiar with this time-based algorithmic model, the bot targets high-probability entries during specific one-hour windows using Smart Money Concepts (SMC) like liquidity sweeps and Fair Value Gaps (FVGs). You are welcome to test, fork, and customize the bot to fit your trading style. Supported Trading Windows (EST): London Open: 03:00 AM – 04:00 AM New York AM Session: 10:00 AM – 11:00
Harmonic Patterns Scanner Pro
Marco Antonio Alzate Morales
Harmonic Pattern Scanner Automatically detects all 6 harmonic patterns across any symbol and timeframe — with real-time alerts on screen and mobile. Overview Harmonic Pattern Scanner   is a professional-grade indicator for MetaTrader 5 that identifies the six most reliable harmonic chart patterns in real time. Once a valid XABCD structure is confirmed, the indicator draws all five swing points, highlights the   Potential Reversal Zone (PRZ)   in yellow, and fires an instant alert — on screen an
WallStreet Pulse — Precision Trend Following EA for US30 with ADX Confirmation and Swap-Free Protection PRODUCT OVERVIEW WallStreet Pulse is a premium automated trading solution engineered primarily for the US30 index (Dow Jones) on the MetaTrader 5 platform. The Expert Advisor is also adaptable and can operate on other symbols when US30 is not available. This Expert Advisor implements a sophisticated trend-following methodology that combines dual moving average crossovers with ADX t
Gold Flow pro EA
Mussa Oumer Mussa
GOLD FLOW PRO EA V1.00 Professional XAUUSD Trend, Pullback & Momentum Trading System GOLD FLOW PRO EA is a specialized Expert Advisor designed for Gold / XAUUSD trading on MetaTrader 5. The system combines multi-timeframe trend analysis, pullback detection, momentum confirmation and breakout logic to identify structured trading opportunities. CORE TRADING FLOW H1 Trend → M15 Pullback → M5 Momentum → Breakout → Entry The EA first evaluates the higher-timeframe market direction, looks for a
Universal Gold Strategy MT5 is an automated trading EA designed specifically for Gold (XAUUSD) on the Daily (D1) timeframe. Built on disciplined risk management, every trade operates with a fixed tight 30-pip Stop Loss and 150 pips take profits. Unlike dangerous grid or martingale systems, this EA focuses on single directional breakout trades with a hard capital protection ceiling. Key Features: - Strict 30-Pip Stop Loss on every position - No Martingale, No Grid, No Averaging - Single trade e
Last Swing Volume Profile
Charles Mwangi Ndungu
SWING VOLUME PROFILE Swing-Based Volume Profile + Fibonacci + RSI -------------------------------------------------- Auto-detected swings. Volume profile. Fibonacci. RSI. All-in-one. -------------------------------------------------- WHAT THIS INDICATOR DOES Swing Volume Profile (SVP) automatically detects structural swings and displays a volume profile for the most recent completed swing — with Fibonacci retracement and RSI overlay. No manual range selection needed. The indicator finds
Elastic Hysteresis is a trading cockpit for MetaTrader 5. Its entry engine happens to use a grid. That is the smallest part of it. Everything the engine knows is on the chart, in real time: the volatility gauge and its arming thresholds, the exact level of the next entry, the four confluence sources it reads, what your guards have left, what has already been secured, and - when it declines to open - the name of the gate that is closed. Nothing is buried in a settings window. Nothing has to be
Salamander MT5
Michael Prescott Burney
Salamander MT5 for EURUSD H1 Salamander MT5   is a EURUSD-focused Expert Advisor designed for the H1 chart. It brings together a 200-strategy framework built to operate between the structured discipline of Prop Farmers X and the deeper trade-development approach of Prodigal Trader. Salamander MT5 is designed for traders who want automated entries with clearly defined protection. Every position uses hard stop-loss and take-profit exits only. Once a trade is opened, the EA does not depend on indic
NAGI Range Trader MT5 is a short-term range trading Expert Advisor designed for USDJPY on MetaTrader 5. The EA continuously monitors short-term price structure using M1 data. It detects relatively calm back-and-forth market conditions called "NAGI" and enters after confirming a small price reversal. NAGI is not designed to continuously follow large directional trends. Its purpose is to target small price movements that occur within short-term ranging market conditions. [Main Features] - De
TrendCandleEA
Zakaria-tarik Mehadji
TrendCandleEA.readme Modular trend-following Expert Advisor for MetaTrader 5 — layered confirmation filters with persistent trailing stop management TrendCandleEA is a highly configurable Expert Advisor built around a candlestick-based directional signal reinforced by a modular stack of independent confirmation filters. Each filter can be enabled or disabled individually — the core strategy remains intact regardless of which combination is active. The EA is designed to be adapted to different ma
Multi-Confluence Reversal Alert | RSI + Heikin Ashi + Divergence + Key Levels | SL/TP Lines | No Repaint Overview Confluence Reversal Alert is a professional-grade reversal detection indicator for MetaTrader 4. It combines five powerful trading concepts into a single, clean alert system — giving you high-probability reversal signals with automatically drawn Entry, Stop Loss, and Take Profit levels directly on your chart. Designed for traders who use VSA (Volume Spread Analysis) , price action ,
Prodigal Trader
Michael Prescott Burney
Prodigal Trader EA for EURUSD H1 Prodigal Trader EA   is a EURUSD-focused Expert Advisor designed for the H1 chart. It combines a broad portfolio of 100 internally coordinated trading strategies to identify high-quality market opportunities while using deep, predefined take-profit and stop-loss levels. Built for traders who prefer structured automation over indicator-driven exits, Prodigal Trader EA manages every position with fixed protective logic from the moment an order is opened. It does no
Trend Momentum Signals
Theophilus Cox Iii
# MQL5 Submission - Trend Momentum Signals (Indicator) Ready-to-paste text for the MQL5 Market. It's an INDICATOR (Product type = Indicators). Honest, no performance claims - it shows signals; the buyer decides. --- **Product name:** Trend Momentum Signals **Product type:** Indicators **Account type:** Any **Short description (top line buyers read first):** Trend-aligned momentum and breakout signal arrows for any symbol and timeframe. Two trend-filtered entry patterns, RSI/ATR confirmatio
NINJA MT5 DOCTOR PRO 概览 NINJA MT5 Doctor Pro 是一款只读型 MT5 实用工具,包含免费版 Doctor 的全部详细检查,并增加持续环境监控。它以 Expert Advisor 格式运行,但不是交易 EA,也不是指标。用户可在同一面板中执行一次性的 FULL CHECK 和定时监控。面板及输入参数名称均为英文。 完整诊断 FULL CHECK 执行15项环境检查:连接;终端、账户及 Doctor 自身权限;已打开图表及可读取的已挂载 EA 名称;交易模式和公开交易时段;报价新鲜度;点差;所选周期的同步状态和K线数量;交易量规则;参考保证金;执行、成交和订单模式;止损距离和冻结距离;以及经纪商公开的品种属性。默认选择6个周期,可选择最多21个标准周期。完整快照与持续监控状态分开保存。 持续监控 Pro 会定期检查终端和账户状态、Algo Trading、配置上限内的已打开图表、品种/周期组合、可读取的 EA 名称、报价新鲜度及点差。只有在确认状态发生变化时才记录 WARNING、BLOCKED 和 RECOVERY,因此相同警告不会反复追加。SC
Bullion Trend Follower - trend following on gold and silver. No grid, no martingale, no averaging down, hard SL on every trade. Symbol: XAUUSD and XAGUSD Timeframe: H4 (Balanced, the standard mode) Risk per trade: 0.5% of equity, set as a percentage, capped at 2.0% in code Impressive backtests rarely survive a live account. This page is the other way round: the weak numbers are here on purpose. One rule on XAUUSD and XAGUSD: breakouts of a 30-bar Donchian channel, managed by an ATR trailing
Gold Daily Trend — XAUUSD D1 long-only dual-EMA follower with ATR stop and trailing. No martingale. No grid. No averaging. One position at a time. What it does Trades Gold (XAUUSD) on the daily chart only (the EA reads D1 even if you attach it to another timeframe). It stays long while the fast EMA is above the slow EMA, close is above the slow EMA, and ADX confirms trend strength. Positions are protected by an ATR stop and a 3.0 ATR trail. There are no short trades. Entry logic • Daily EMA 12
Gold H4/H1 Pullback — XAUUSD multi-timeframe trend-pullback EA. No martingale. No grid. No averaging. One position at a time. What it does Trades Gold (XAUUSD) . Direction comes from H4 EMA 8/21. Entries are taken on H1 when price pulls back to the fast EMA in the H4 trend and closes back in the trend direction. Every trade has an ATR stop. Maximum hold is 8 H1 bars. The EA reads H1 and H4 internally, so you can attach it to any chart period. Entry logic • H4 EMA 8/21 defines the higher-timefr
# MQL5 Submission - ready-to-paste text Copy these into the MQL5 Market / Signals forms. Keep it honest - MQL5 reviews every product and buyers distrust hype. --- ## RISK GUARDIAN (MQL5 Market - Utility) **Product name:** Prop Firm Risk Guardian - Auto Daily Loss & Max Drawdown Protection **Short description (the top line buyers read first):** Risk Guardian automatically enforces your daily-loss and maximum-drawdown limits. The instant a limit is hit, it closes your positions and blocks fu
Meridian Capital EA
M Vincent Jayakumar
Meridian Capital EA Built for the Long Game Meridian Capital EA is a fully automated trading system designed for traders who prefer a systematic, long-term approach rather than short-term profit chasing. The system uses a proprietary internal decision process with its core strategy parameters fixed internally. This keeps the trading model consistent and minimizes the possibility of accidental configuration changes. Key Features * Fully Automated — designed to operate without manual interve
Donchian Single Shot – Breakout EA Donchian Single Shot is an automated Expert Advisor (Trading Robot) for MetaTrader 5 (MT5) specifically designed to capture trend breakout opportunities with high precision. By combining the classic Donchian Channel indicator with additional filters such as a Moving Average Trend Filter and an ADX / Volume Strength Filter , this EA is engineered to minimize fake breakouts and only take high-probability entries. This EA also features an interactive, modern UI Da
本EA是一款采用逻辑止损机制的马丁格尔加仓EA。 【主要特点:止损机制】 与许多加仓型EA不同,本系统采用基于交易逻辑的止损机制。在2006年至2025年的20年长期回测中,共触发了5次止损,同时整体回测结果呈上升趋势。 【20年回测(2006–2025 / TDS 99.9%)】 • 止损触发次数:5次 • 恢复因子(Recovery Factor):16+ • 最大回撤:19.94% • 总交易次数:26,878 【交易与设置参数】 • 平台:仅支持MT5 • 交易品种:仅支持AUDCAD • 时间周期:仅支持M1 • 设置项目:仅需设置Magic Number和手数(默认参数已预先优化) • 手数:固定手数(不采用复利) • 建议最低账户余额:每0.01手 $5,000 • 建议杠杆:1:500或更高 • 建议交易环境:低点差STP账户 / 零佣金账户 • 运行条件:24/7全天候持续运行。强烈建议使用VPS(虚拟专用服务器)。 有关EA的更多详细规格以及真实账户交易表现,请查看我的MQL5个人资料中提供的信息。 * 风险提示 * 过去的表现并不能保证未来的结果。外汇
Prop Rule Sentinel
Christian Omar Vargas Morales
大多数交易者考核失败,并不是因为策略突然失效,而是因为从来没有人把规则手册换算成美元。你知道自己有「每日 5%」,却不知道今天它等于 $412,也不知道你手上那三笔持仓一旦触及止损,就已经花掉了其中的 $260。 Prop Rule Sentinel 把这个数字放到你的图表上,并且一直留在那里。 面板显示什么 1. 每日亏损额度 —— 今天还剩多少美元,从真实的重置时点开始计算,而不是从你手动输入的某个数字。 2. 最大回撤额度 —— 还剩多少美元。可选静态底线、按日终余额追踪,或按日内净值高点追踪。选择你的资金方实际使用的那一种。 3. 若所有止损全部触发 —— 在你的持仓全部走到最坏情况之后,还剩下多少。任何没有设止损的仓位都会被单独标记,因为它根本没有「最坏情况」可言。 4. 一致性 —— 今天你还能再赚多少,才不会让这一天在总利润中占比过高;以及你现有的最佳单日,还需要多少总利润才能保持合规。两种分母都支持:对总净利润计算,以及仅对盈利日之和计算。 5. 今日 / 目标 / 最少交易天数 —— 当日盈亏、距离目标的差额,以及交易天数计数器,避免你因交易天数不足而未通过考
KUMO BREAKOUT PRO MT5 — Institutional Gold Breakout Engine INTRODUCTORY LAUNCH OFFER: Full Lifetime Access is $499. (Rent options available from $69/month). Direct Developer Support on Telegram: @moacirdeverlopers ( https://t.me/moacirdeverlopers ) ============================================================ WHAT IS KUMO BREAKOUT PRO MT5? ============================================================ Kumo Breakout Pro MT5 is an institutional-grade automated trading system specifically
Breakout VIP Gold
Walas Pinto Pereira
breakout VIP Gold is a scalping Expert Advisor developed to trade Gold (XAUUSD), analyzing multiple timeframes to identify price zone breakouts. The EA automatically switches the chart to the H1 period when attached. Strategy The robot uses a scalping approach that observes price behavior across different timeframes at the same time, looking for breakout points with a higher probability of continuation. Entries are placed with a defined stop loss, and exits are managed automatically by the EA.
RC ChartTrade
Ricardo Wdverlan Do Nascimento Coelho
# RC ChartTrade RC ChartTrade is a compact visual trading panel for MetaTrader 5. It allows traders to place and manage market and pending orders directly from the chart through a clear and practical interface. The panel combines order entry, Stop Loss and Take Profit settings, position monitoring, and chart-based trade management in one workspace. ## Main Features - Buy and sell market orders. - Buy Limit, Buy Stop, Sell Limit, and Sell Stop pending orders. - Configurable trading volume. -
EA SMC MASTER v18 Smart Money Concepts Automated Trading System EA SMC Master v18 is an automated trading Expert Advisor for MetaTrader 5, designed around Smart Money Concepts (SMC) and Order Block-based market analysis. The EA automatically analyzes price structure, identifies potential Order Block zones, evaluates confirmed setups, and executes trades according to the selected entry, take-profit, stop-loss, and risk-management settings. The main concept is simple: 1 Order Block = 1 Opportunity
Ginley Dynamic
Yasir Mohammed Sachit Sachit
McGinley Dynamic Fusion — مؤشر تحليل واتجاه ذكي الوصف المختصر (Short Description) مؤشر بصري متقدم يعتمد على خطي McGinley Dynamic (سريع/بطيء) مع شموع حرارية، إشارات دخول، ومستويات وقف خسارة وأهداف ربح تلقائية لكل إشارة — بدون تنفيذ صفقات. الوصف الكامل (Full Description) McGinley Dynamic Fusion هو مؤشر متكامل مصمم لمساعدتك على قراءة الاتجاه واللحظات المناسبة للدخول بوضوح تام على الشارت، اعتمادًا على خط McGinley Dynamic الشهير بدقته العالية في تتبع السعر مقارنة بالمتوسطات التقليدية. أبرز المميزات خ
Orphira Gold
Mohammad Reza Rezaei
Orphira Gold is an automated trading system developed specifically for gold trading in MetaTrader 5. It combines adaptive trade management, equity-based position sizing and several layers of portfolio protection in one straightforward Expert Advisor. The system continuously evaluates market conditions and opens trades only when its internal requirements are met. When a position moves against the expected direction, Orphira Gold may use carefully spaced recovery positions. Every additional order
Alberto Countdown Dashboard
Martin Alberto Nunez Da Silveira Van Caester
Alberto Countdown Dashboard is a professional multi-timeframe candle timer dashboard for MetaTrader 5. Monitor the current candle and up to six configurable timeframes from one chart without changing your workspace. Multi-timeframe dashboard - Up to 6 independent MTF countdown rows - Default periods: M5, M15, H1, H4, D1 and W1 - Exact remaining time and progress percentage for every row - Large current-candle countdown and progress meter - Broker server clock and active/paused market status - Pr
Massive Gold SuperTrend Queen M15 - Real Trading Mistakes Edition Real Trading Mistakes solved by Real Queen. Most traders lose on Gold because they enter against the trend, late entries, and fake breakouts. This Queen fixes those 3 mistakes. WHAT IS IT? Powerful SuperTrend based Queen indicator designed for XAUUSD Gold M15. Works on all pairs but optimized for Gold. Shows real trend with massive accuracy. No repaint after bar close. WHY "Real Trading Mistakes" Edition? Created from YouTube
Quantum view  is an all-in-one interactive dashboard custom-built for MultiCharts  that brings live trading execution, account performance tracking, key price levels, and market metrics directly onto your chart. What's in Quantum view : One-Click Chart Execution: Send Buy and Sell market orders directly from your chart with custom position sizing. Real-Time Performance & Risk: Monitor intraday realized/unrealized P&L, position risk metrics, trade duration, and current account equity live. Automa
Simple Gold Level Signal Indicator Simple Gold Level Signal Indicator 专为交易 XAUUSD(黄金) 的交易者设计,帮助用户直接在图表上查看重要的市场价格水平和清晰的方向信号。 该指标不会使用大量不必要的指标让图表变得复杂,而是专注于更高时间周期的重要价格区域,并将这些关键水平直接显示在交易图表上。 主要功能 显示 H1 和 H4 支撑与阻力水平 自动选择最重要的价格水平 在较低时间周期图表上显示高时间周期的重要水平 分别显示 支撑位和阻力位 可使用前一天以及更早日期的价格水平 可设置每天显示的支撑和阻力数量 内置 Fibonacci(斐波那契)水平 Fibonacci 数值可以自由设置 Fibonacci 投射方向根据市场方向自动调整 可设置 美国市场开盘(US Open)时间 每天可设置两个独立的信号时间 支持早间以及下午/晚间信号 信号在设定时间出现后保持固定,不会随后移动 清晰显示 LONG TO R 和 SHORT TO R 信号 信号方向根据图表上可见的阻力水平确定 显示历史价格水平和历史信号,方便回顾和
Artemis Gold ORB Edge EA for MT5 Artemis Gold ORB Edge EA 是一款专为 MetaTrader 5 开发的智能 XAUUSD Opening Range Breakout(开盘区间突破)交易系统。 它并不是简单依赖固定的突破规则,而是综合评估每个开盘区间的质量、突破力度、整体交易时段环境,以及区间形成后的价格行为。其目标是过滤较弱的交易机会,更智能地适应黄金市场不断变化的行情,并以更灵活的方式管理强势走势。 推荐设置 交易品种: XAUUSD / GOLD 时间周期: M5 推荐交易模式: OCO Straddle 推荐交易时段: London + New York Recovery: 默认关闭 Advanced Chart Features: 默认关闭 系统包含三个预设 SET 文件: London + New York OCO 、 London OCO 和 New York OCO ,用户无需手动重新配置策略,即可轻松切换不同交易时段。 Intelligent Gold ORB Engine Gold ORB Edge 使用自适
加密货币外汇指标“RSI 横盘检测器”是一款高效的交易辅助工具!无重绘。 我诚邀您使用这款适用于 MT5 的出色指标来升级您的交易策略。 - 该指标会在图表上显示价格横盘区域。它具有“横盘灵敏度”参数,用于检测横盘区域。 - “RSI 横盘检测器”可用于确认价格行为入场点,也可与其他指标结合使用。 - 您可以将其用于趋势跟踪系统,以检测横盘区域并避免在这些区域交易。 - 您可以将其用于反转超短线交易,以在横盘边界处进行反转交易。 - “RSI 横盘检测器”有很多替代标准 RSI 震荡指标的机会。 - RSI 本身是最流行的交易震荡指标之一。它在背离检测方面非常有用。 - 它非常适合在强超买区域(高于 70)进行卖出交易,在强超卖区域(低于 30)进行买入交易。 - 具备PC和移动设备端的平价交易预警功能。 Click here to see high quality Trading Robots and Indicators! 本产品为原创产品,仅在MQL5网站提供。
Distance Trader MT5 一款基于价格间距的灵活自动交易专家顾问(EA) Distance Trader MT5 是一款适用于 MetaTrader 5 的智能交易系统(Expert Advisor,EA),用于自动执行基于价格间距(Distance-Based Trading)的交易策略。 该 EA 可用于多种交易品种,并允许交易者完全自定义交易方向、仓位大小、入场间距、止盈(Take Profit)、止损(Stop Loss)以及最大持仓数量。 凭借其灵活的设计,Distance Trader MT5 既适用于仅持有单个仓位的保守型交易方式,也适用于需要多次入场的高级交易策略。 测试表现 Distance Trader MT5 已通过 MetaTrader 5 策略测试器进行了测试。产品截图展示的是在特定市场条件和参数设置下得到的一组示例测试结果。 测试结果中的主要指标: Profit Factor(盈利因子):4.20 Sharpe Ratio(夏普比率):2.37 Recovery Factor(恢复因子):2.92 总交易次数:2,898 盈利交易比例:96.

MetaTrader市场是独有的自动交易和技术指标商店。

阅读MQL5.community用户备忘更多地了解我们提供给交易者的独特的服务:复制交易信号,自由职业者开发的自定义应用程序,通过支付系统完成的自动付款和MQL5云网络。