Aurum Regime Momentum EA

# Aurum Regime Momentum EA

## Adaptive regime-based trading for MetaTrader 5

Aurum Regime Momentum EA is an automated trading system designed for Gold and other broker symbols with the same market structure. It combines higher-timeframe regime classification with momentum confirmation, ATR-based risk control, and systematic position management.

The EA reads multiple timeframes automatically from one host chart:

- Entry timeframe: H1 by default
- Confirmation timeframe: H4 by default
- Regime timeframe: D1 by default

You only need to attach the EA once to the host chart. The confirmation and regime data are read internally.

## Main features

- Adaptive bullish, bearish, and range-regime routing
- Long, short, and range trading sleeves
- EMA slope and separation analysis
- ADX confirmation and ATR volatility measurement
- Bollinger Bands, EMA, RSI, and ATR signal components
- Balance-based position sizing
- Separate long, short, and range risk settings
- Maximum portfolio-risk protection
- Maximum open-position limit
- Session filter
- Break-even and ATR trailing management
- Optional month-end and calendar controls
- Optional chart dashboard with connection, trading, position, and account information
- Optional automatic Bollinger Bands and EMA chart indicators

The EA does not guarantee profits. Always test the product in the Strategy Tester and on a suitable demo account before considering live deployment.

## Recommended setup

- Attach to an M1 chart as the host chart. The EA reads the H1 entry data, H4 confirmation data, and D1 regime data internally by default.
- Use a Hedging account when multiple independent positions are required.
- Make sure Algo Trading is enabled.
- Use a broker symbol that provides sufficient Gold history and acceptable spread conditions.
- Start with conservative risk settings and validate the parameters for your broker.

## Input parameters

### Portfolio

- `InpMagicNumber` — Unique magic number used to identify EA positions. Default: `61001066`.
- `InpEntryTimeframe` — Entry signal timeframe. Default: `H1`.
- `InpRegimeTimeframe` — Higher-timeframe regime analysis. Default: `D1`.
- `InpConfirmTimeframe` — Confirmation timeframe. Default: `H4`.
- `InpCandidateSelectionMode` — Candidate selection mode: fixed sleeve choice or best available candidate.
- `InpBullCandidate` — Candidate used in a bullish regime.
- `InpBearCandidate` — Candidate used in a bearish regime.
- `InpRangeCandidate` — Candidate used in a range regime.
- `InpMaxOpenPositions` — Maximum number of positions managed by the EA. Default: `6`.
- `InpMaxSpreadPoints` — Maximum spread allowed in points. `0` disables the limit.
- `InpDeviationPoints` — Maximum execution deviation in points. Default: `30`.

### Decision replay

- `InpLLMMode` — Optional decision mode: `OFF`, `EXPORT`, `EXPORT_EXECUTED`, or `REPLAY`.
- `InpLLMRunId` — Identifier used for exported or replayed decisions.

### Calendar policy

- `InpUseCalendarFilter` — Enables calendar-month filtering.
- `InpLongMonthMask` — Months allowed for long trades.
- `InpShortMonthMask` — Months allowed for short trades.
- `InpRangeMonthMask` — Months allowed for range trades.
- `InpFlatAtMonthEnd` — Closes eligible positions at month end.
- `InpBlockLastCalendarDay` — Blocks entries on the last calendar day.
- `InpMonthEndExitHour` — Month-end exit hour.
- `InpMonthEndExitMinute` — Month-end exit minute.

### Balance compounding and risk

- `InpLongRiskPercent` — Risk percentage for long trades. Default: `2.00`.
- `InpShortRiskPercent` — Risk percentage for short trades. Default: `2.00`.
- `InpRangeRiskPercent` — Risk percentage for range trades. Default: `1.50`.
- `InpQualityRiskBoost` — Additional risk adjustment for signal quality.
- `InpMaxLot` — Maximum lot size. `0` uses broker and risk-based sizing.
- `InpRoundUpMinimumLot` — Rounds volume up to the broker minimum lot when enabled.
- `InpMaxPortfolioRiskPercent` — Maximum total risk for EA positions. Default: `10.00`.

### Regime engine

- `InpMacroFastEMAPeriod` — Fast macro EMA period. Default: `50`.
- `InpMacroSlowEMAPeriod` — Slow macro EMA period. Default: `200`.
- `InpMacroSlopeBars` — Bars used for macro slope measurement.
- `InpConfirmFastEMAPeriod` — Fast confirmation EMA period. Default: `20`.
- `InpConfirmSlowEMAPeriod` — Slow confirmation EMA period. Default: `100`.
- `InpConfirmSlopeBars` — Bars used for confirmation slope measurement.
- `InpConfirmADXPeriod` — ADX confirmation period. Default: `14`.
- `InpRegimeATRPeriod` — ATR period used by the regime engine. Default: `14`.
- `InpMinimumSeparationBps` — Minimum EMA separation threshold.
- `InpMinimumSlopeBps` — Minimum slope threshold.
- `InpMinimumConfirmADX` — Minimum confirmation ADX value. Default: `14.0`.
- `InpRegimeConfirmationBars` — Number of bars required to confirm a regime.

### H1 signal engine and exits

- `InpATRPeriod` — ATR period for entry and exit calculations. Default: `14`.
- `InpMinRiskReward` — Minimum accepted risk/reward ratio. Default: `1.51`.
- `InpMaxRiskReward` — Maximum risk/reward ratio. Default: `3.20`.
- `InpUseSession` — Enables the trading session filter.
- `InpSessionStartHour` / `InpSessionStartMinute` — Session start. Default: `06:00`.
- `InpSessionEndHour` / `InpSessionEndMinute` — Session end. Default: `22:00`.
- `InpBreakEvenRR` — Profit multiple at which break-even management starts. Default: `1.00`.
- `InpTrailStartRR` — Profit multiple at which trailing management starts. Default: `1.80`.
- `InpTrailDistanceATR` — ATR multiplier for trailing distance. Default: `0.70`.
- `InpTPFollowATR` — ATR multiplier for dynamic take-profit following. Default: `1.25`.
- `InpCloseProfitableOnAdverseRegime` — Closes profitable positions when the regime turns adverse.

### Chart interface

- `InpShowStatusPanel` — Shows the text dashboard on the chart.
- `InpShowChartIndicators` — Adds Bollinger Bands and EMA indicators to the chart.

## Important

Performance depends on symbol specifications, spread, execution quality, account mode, leverage, and risk settings. Historical tests are not a guarantee of future results. Use proper risk management and monitor the EA after installation.



# AurumRegimeMomentum_10Y.set — Configuration Notes


## How to use


- Attach `AurumRegimeMomentumEA` to an **M1 host chart**.

- The EA reads the entry timeframe, confirmation timeframe, and regime timeframe internally.

- This preset uses **H1 for entries**, **H4 for confirmation**, and **D1 for regime analysis**.

- Do not change `InpEntryTimeframe`, `InpConfirmTimeframe`, or `InpRegimeTimeframe` unless you intentionally want to test another configuration.


## Portfolio and execution


- `InpMagicNumber=61001066` — Unique identifier for Aurum positions.

- `InpMaxOpenPositions=6` — Maximum positions managed by the EA.

- `InpMaxSpreadPoints=0` — No hard spread limit in this preset.

- `InpDeviationPoints=30` — Maximum execution deviation in points.

- `InpCandidateSelectionMode=0` — Uses the fixed sleeve candidates below.

- `InpBullCandidate=2` — Candidate used in bullish regime.

- `InpBearCandidate=3` — Candidate used in bearish regime.

- `InpRangeCandidate=2` — Candidate used in range regime.


## Calendar policy


- `InpUseCalendarFilter=true` — Enables month-based trading filters.

- The long, short, and range month masks are already configured in the `.set` file.

- `InpFlatAtMonthEnd=true` — Enables month-end position handling.

- `InpBlockLastCalendarDay=true` — Blocks new entries on the last calendar day.

- Month-end handling runs at `22:00` server time.


## Risk and compounding


- `InpLongRiskPercent=3.00` — Risk allocation for long trades.

- `InpShortRiskPercent=3.00` — Risk allocation for short trades.

- `InpRangeRiskPercent=2.00` — Risk allocation for range trades.

- `InpQualityRiskBoost=0.35` — Quality-based risk adjustment.

- `InpMaxLot=0.00` — Uses risk-based sizing without a fixed lot ceiling.

- `InpRoundUpMinimumLot=true` — Rounds to the broker minimum lot when required.

- `InpMaxPortfolioRiskPercent=16.00` — Portfolio risk ceiling for this research preset.


## Regime engine


- Macro EMA: fast `50`, slow `200`.

- Confirmation EMA: fast `20`, slow `100`.

- Macro slope bars: `5`.

- Confirmation slope bars: `3`.

- ADX period: `14`.

- ATR period for regime analysis: `14`.

- Minimum EMA separation: `8.0` bps.

- Minimum slope: `1.0` bps.

- Minimum confirmation ADX: `14.0`.

- Required regime confirmation: `2` bars.


## Signal and exit engine


- Signal ATR period: `14`.

- Accepted risk/reward range: `2.00` to `3.20`.

- Session filter: `06:00` to `22:00` server time.

- Break-even starts at `1.00R`.

- Trailing starts at `1.80R`.

- Trailing distance: `0.70 ATR`.

- Take-profit following distance: `1.25 ATR`.

- Profitable positions are closed when the regime becomes adverse.


## Optional replay and chart interface


- `InpLLMMode=OFF` — Normal deterministic mode; no replay file is required.

- `InpLLMRunId` identifies optional export/replay data.

- `InpShowStatusPanel=true` — Shows the text dashboard directly on the chart.

- `InpShowChartIndicators=true` — Adds Bollinger Bands and EMA indicators to the chart.


## Important


This file is a research/test preset. Risk values are not recommendations. Validate symbol suffixes, contract size, spread, minimum lot, leverage, and broker execution before using a different account.


推荐产品
DCA_Machine Basic Edition Overview DCA_Machine Basic is an advanced grid-based Expert Advisor (EA) developed through extensive research, optimization, and historical testing across multiple Forex broker servers and market conditions. The trading model has been carefully refined to focus only on the most stable and reliable currency pairs that have demonstrated strong consistency in both backtesting and live trading environments. The objective is to provide a balanced approach between profitabil
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
Trend Falcon PRO
Channaphat Yamuangmorn
Trend Falcon PRO: Complete System Overview Trend Falcon PRO is an advanced, fully automated Expert Advisor (EA) designed to execute high-probability trades by combining Multi-Timeframe (MTF) trend analysis with precise Price Action triggers. It is built for traders who want a smart, adaptive system with institutional-grade risk management. Here is a detailed breakdown of how the EA works: 1. Smart Trend Filtering (Multi-Timeframe Analysis) The EA does not guess the market direction; it follows t
Martin Boy
Jie Lin Wang
# 马丁男孩,双向马丁格尔网格交易策略说明文档 所有参数是基于GBPJPY货币对,其他货币对参数需要另外回测验证,其他历史最高价和历史最低价是必须要输入的,否则会产生单边交易甚至不交易。 ##这款专家顾问(EA)实现了一个纯数学马丁格尔交易模型,旨在实现长期稳定性和盈利能力: 25年回测稳定性:该策略设计能够在几十年的历史回测中存活而不会爆仓。 市场独立性:不依赖趋势或震荡行情;无需任何技术指标或市场状态过滤器。 有限风险控制:使用数学定义的风险管理框架来限制潜在损失,同时允许受控的风险暴露。 自适应风险收益比例:风险可以动态调整,随着风险容忍度增加,潜在收益也会按比例增长。 全自动化:EA自动管理仓位大小、风险调整和交易执行,确保严格遵循策略规则。 核心优势: 完全基于数学和系统化方法,消除人为判断错误。 可在任何市场环境下运行。 风险收益比例灵活,可适应不同账户规模和风险偏好。 设计用于实现稳健的长期表现。 ## 一、策略概述 本策略是一个**双向马丁格尔网格交易系统**(Dual-Directional Martingale Grid Tradin
Elite Pro Dual Engine Gold Elite Pro Dual Engine Gold is an automated Expert Advisor developed for trading XAUUSD on the MetaTrader 5 platform. The Expert Advisor combines a primary trading engine with an optional secondary Micro Plus engine. Both engines can be controlled independently through the integrated dashboard, allowing the user to select the operating mode according to their trading preferences and account conditions. Strategy Overview The Main Engine analyses higher-timeframe price
GapRider EA - 动态买入侧缺口交易专家顾问 概述 GapRider EA 是一款为 MetaTrader 5 设计的复杂且适应性强的专家顾问(EA),专注于买入侧缺口交易。该 EA 能够识别市场中的重大缺口并放置战略性买入订单,利用基于市场波动性的动态调整来优化交易的进场和出场。凭借强大的功能集合,GapRider 为交易者提供了一个强大的工具,用于在大幅市场波动后的价格回撤中获利,适合新手和经验丰富的交易者。 主要功能 动态调整技术 :根据平均K线范围自动调整止损、追踪止损和进场条件,确保适应不断变化的市场环境。 缺口检测机制 :识别超过用户定义阈值(默认:平均K线范围的3倍)的大幅价格波动(缺口),以精准定位高概率交易设置。 价格恢复策略 :可选地等待价格跌破缺口低点并恢复后再进入交易,提高捕捉反转的概率。 订单调整系统 :在指定的回顾周期内监控并调整挂单至更低的低点,优化进场点。 追踪止损管理 :根据市场波动性动态调整止损,以锁定利润,同时为价格波动留出空间。 图表可视化标记 :在图表上显示清晰的视觉提示(箭头和线条),用于缺口信号、挂单和虚拟订单水平,提升交易透明度
Goldpapi
Gun Gun Gunawan
GoldPapi Trend Trailing Stop Daily is a premium Expert Advisor engineered specifically for XAUUSD (Gold) trading with a robust trend-following architecture, adaptive risk-management mechanisms, and an exceptionally precise Daily-based Trailing Stop system . Designed with institutional-grade logic, dynamic stop-level protection, and intelligent margin-checking, this EA ensures maximum compatibility and stability across all major brokers. This EA is crafted for traders who seek consistent long-ter
Maximas e Minimas
Lucas Ricardo Almeida Muniz
LUCRAM EA 2.01 — Configurable Trading Robot for MetaTrader 5 LUCRAM EA is an automated trading robot developed for MetaTrader 5. It allows traders to create different trading configurations by combining high-and-low strategies, moving averages, technical indicators, market filters, and customizable exit rules. The robot can open buy positions, sell positions, or trade in both directions. It is suitable for testing Day Trading and Swing Trading strategies across different financial instruments an
Dream Trend EA
Sahib Ul Ahsan
Gold Trend EA – Automated Trend & Market Structure Trading for MT5 Gold Trend EA is an automated Expert Advisor developed for trading XAUUSD and other financial instruments using a combination of technical indicators, market structure analysis, and configurable risk management tools. The EA combines multiple confirmation methods to analyze trend direction, momentum, volatility, and price structure before executing trades. It is designed for traders who prefer structured automated trading with f
Inspiration EA MT5
Md Atikur Rahman
Inspiration EA is an innovative, fully automated Expert Advisor (EA) designed for forex traders seeking consistency, accuracy, and sustainable monthly profits. Developed through a long period of market data analysis, and backtesting, the EA has coded with sophisticated algorithms, multi-timeframe analysis, and a complex trading strategy that incorporates a combination of market patterns, support and resistance analysis, technical indicators, and an advanced recovery system. Regardless of market
Vol Pat EA
Damian Blaha
I present to you Volume Pattern EA—a fully automated trading algorithm for MetaTrader 5, developed at the intersection of Smart Money Concepts (SMC), fractal analysis, and Volume Spread Analysis (VSA). This professional tool fundamentally lacks martingale, grids, or averaging: each trade has strict and dynamically calculated Stop Loss and Take Profit. Position volume is calculated as a strictly specified percentage of the balance, which, combined with built-in risk management, makes this EA ide
GhostSinobi
Muhammad Sadli
GHOST SINOBI – Ninja Scalper XAUUSD GHOST SINOBI is a fully automated Expert Advisor (EA) designed for XAUUSD (Gold) using a trend-following strategy with smart filters . Like a ninja, this EA operates fast, precise, and disciplined , delivering consistent profits with strong risk protection. Key Features Optimized for XAUUSD H1 timeframe Ultra-high win rate: 97%+ based on real tick backtests Works with small deposits (starting from $100) and prop firm accounts Full protection: Ad
Expert Mind Core: Statistical Probability Engine The Expert Mind Core algorithm is based on a high-order mathematical model designed to analyze structural market imbalances. Unlike standard indicators, this system utilizes a multidimensional approach to price action, evaluating the rate of change in volatility (Gamma-analysis) and its deviation from the equilibrium point. The core logic functions by identifying exhaustion zones where the probability of a corrective movement significantly outweig
Macd Inteligent Gold
Ignacio Agustin Mene Franco
MACD Intelligent Gold – Professional Expert Advisor MACD Intelligent Gold is a high-precision automated trading system specifically designed to trade XAUUSD (Gold) on the M15 timeframe. Combining high-quality Price Action with the MACD indicator as a momentum filter, this EA aims to capture strong, trending gold movements with an excellent risk-reward ratio. Main Strategy Price Action Patterns: 3 White Soldiers (bullish) 3 Black Crows (bearish) Spinning Tops (reversal) Momentum MACD Filter: M
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%。参数选择基于样本内外两个阶段的一致表现,而非仅回测结果。
BabaYaga Nasdaq MT5
Sakhid Ngabduloh
Introducing   BabaYaga  : Nasdaq Conqueror  — a state-of-the-art trading advisor designed to transform your trading experience through strategic precision, adaptability, and advanced market analysis. Built with proprietary trading algorithms and deep market insights,   BabaYaga  : Nasdaq Conqueror   delivers exceptional performance across diverse trading environments, helping you stay ahead of market trends. Features of BabaYaga  : Nasdaq Conqueror Low Drawdown One of the standout features of B
GOLD h2 moon
The Trinh Nguyen
Introduction to GOLD h2 moon – Automated EA Based on Ichimoku Strategy Introduction GOLD h2 moon  is an Expert Advisor (EA) programmed in MQL5 , designed to execute automated trading based on the Ichimoku Kinko Hyo strategy. This EA is optimized for multiple currency pairs and timeframes but works best on XAU/USD (Gold)  in the  H2 timeframe . Technical Requirements: Trading Pair: XAUUSD (Gold) only Main Timeframe: H2 - this is what you must run on - XAUUSD H2 Recommended Starting Balance: $1,0
SolarTrade Suite 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchPad Market
Eurusd Bradley Scalper
Youssef Fadl Allah
Bradley EA – Professional Automated Trading System Bradley EA is a fully automated Expert Advisor developed for MetaTrader 5. It is designed to identify high-probability trading opportunities using a disciplined and rule-based trading approach. The system continuously analyzes market conditions and executes trades automatically without emotional intervention, helping traders maintain consistency and precision. Built with reliability and performance in mind, Bradley EA combines advanced market
XAU Gold Expert is a Trading Robot designed specifically for trading gold. Fully automated and not need to worry about. More than 200% profit in 6 months (Tested by Real Acc) Symbol  XAUUSD(Gold) Timeframe Any Deposit : Lots Recommended ratio £500 : 0.2  (or equivalent in another currency) Account Type Better with the lower spread Leverage 1:500 Default setting (can be changed by yourself in inputs) Lots size 0.2 For a better result, it is recommended to run this EA in a VPS, you can just simply
Atlas Gold Grid
Natthan Puengklan
### Atlas Gold Grid — Steady Cashflow Grid EA for XAUUSD **Atlas Gold Grid** is a fully automated grid-based Expert Advisor designed specifically for XAUUSD (Gold). It focuses on generating consistent cashflow with a low-risk approach, suitable for traders who prefer steady account growth over aggressive high-risk strategies. --- #### Key Features - **Automated Grid Trading** — Opens and manages grid orders automatically based on market conditions. No manual intervention required. - **Buil
Metablck_EA  is an automated trading tool for MetaTrader 5 (MQL5) that pairs an indicator-based entry strategy with a dynamic grid position management system . Primary Entry Signal: Uses a single Relative Strength Index (RSI) indicator on a customizable timeframe (default: M15) to trigger initial trades . It opens a Buy order when RSI drops below the oversold level (30) or a Sell order when RSI rises above the overbought level (70) . Martingale Grid Scaling: If the market moves against the initi
Titan Sentinel
Abdul Qadir Memon
5 (1)
Titan Sentinel Expert Advisor Titan Sentinel 是一款用于 Forex 交易的完全自动化 MetaTrader 5 Expert Advisor。最新的 3.x 版本使用货币强弱分析来寻找强货币对弱货币的交易机会,然后在开仓前应用趋势确认、基于风险的手数计算、Stop Loss、Take Profit、交易时段控制,以及可选的 recovery 风格风险管理。 重要提示:Titan Sentinel 独立于图表时间周期。您可以将它加载到任何图表上,它会使用 EA 输入参数中选择的时间周期进行交易。默认交易时间周期为 M5。 主要功能 适用于受支持 Forex 货币对的货币强弱扫描器。 强货币对弱货币的货币对选择。 可配置的货币对启用/禁用列表。 交易时间周期独立于图表时间周期。 更高时间周期确认过滤器。 自动基于风险的手数计算。 Stop Loss 和 Take Profit 计算。 基于 RR 倍数的 Take Profit。 保本保护。 可选的日终前平仓功能。 可选的每日亏损交易限制。 可选的 Martingale 模式。 用于协调风险的
ZyloFx Aurum MT5
Rosa Lina Martinez Jimenez
ZyloFx Aurum 是一款专为 MetaTrader 5 上的 XAUUSD 黄金交易开发的 专业全自动交易系统 。该智能交易系统结合了多种内部交易策略、自动市场分析、挂单管理、市场过滤器以及结构化风险管理,用于在黄金市场中识别高概率的 交易机会 。 系统内置 9 种交易策略 ,每种策略具有不同的交易特征和风险级别。用户可以通过预设的 Trade Frequency 模式运行 EA,也可以使用 Manual Strategy Selection 手动启用或禁用每一种策略。 ZyloFx Aurum 能够根据市场环境自动调整交易活动,同时保持受控的订单执行和自动持仓管理。高级 市场过滤器 会在允许新订单之前持续分析当前交易条件,帮助系统在不同市场环境下保持有纪律且稳定的执行方式。 每一笔交易都会 根据预先编程的策略条件自动执行 。EA 专门针对 XAUUSD / Gold 进行优化,并包含自动订单管理、手数控制、点差保护、NFP 保护、Trailing Stop 管理以及可配置的账户保护参数。 ZyloFx Aurum 还集成了 Balance Step Lot System ,可
JPY CHRONOS EVENT MATRIX  EMA Crossover + RSI Trend Engine (H1 JPY Specialist) JPY Chronos Event Matrix  is an institutional-grade Expert Advisor built for JPY currency pairs (USDJPY, EURJPY, GBPJPY). Named after Chronos, the God of Time, this EA captures powerful trend moves using a precision-tuned EMA Crossover system with RSI momentum confirmation and ATR-based dynamic risk management. === THE CHRONOS TREND ENGINE (Real Optimized Parameters) === The core engine uses a fast/slow EMA crosso
Gold S1 EA
Phuah Heng
Please kindly read and understand before purchase Disclaimer This product does not guarantee profits or prevent losses. Past performance does not guarantee of future results, and unavoidable of any losses. Trading XAUUSD and other financial instruments involves substantial risk, and you should only trade with funds you can afford to lose. The stop loss protection system is designed to limit trading risk but cannot guarantee that an account will never experience significant loss under any market
Astra Ea
Muhammad Huraira
5 (1)
Astra EA 是一款模块化交易引擎,为主要外汇货币对和黄金(XAUUSD)提供卓越的性能。 它将多种独立的入场策略与严格的出场与风险控制系统相结合。 所有模块均基于价格行为逻辑,完全自动运行。 ⸻ 核心策略 • 网格 / 重叠引擎 (Grid / Overlap) —— 自适应网格间距、受控加仓以及重叠保护,避免过度暴露。 • 支撑与阻力逻辑 (Support & Resistance) —— 机构级别区域识别,结合波动率与价格反应过滤,可选K线形态确认。 • 突破模块 (Breakout Module) —— 识别结构性区间与动能突破,捕捉波动性爆发行情。 ⸻ 过滤与信号调节 • 均线趋势过滤 (MA Trend Filter) —— 可配置周期与时间框架,识别趋势方向。 • RSI 动量过滤 (RSI Filter) —— 通过超买/超卖区间控制入场节奏。 • 价格行为与K线形态 (Price Action & Candle Patterns) —— 吞没形态、针形线、反转信号等确认高质量入场。 • 时间 / 交易时段控制 (Time / Session Co
Gold Wolf EA
Andrei Strashko
Gold Wolf EA — Automated Gold Trading Expert Advisor for MT4 / MT5 Gold Wolf EA is an automated trading Expert Advisor for MetaTrader 4 and MetaTrader 5, developed for trading XAUUSD based on trend-following logic, market condition filtering, and controlled risk management. The EA is not designed for aggressive high-frequency trading. Its main objective is to identify suitable market conditions, avoid unnecessary entries, and trade only when the internal strategy conditions are met. Gold Wolf EA
Machine Prop Xau
Ignacio Agustin Mene Franco
Machine Prop Xau — Professional EA for XAUUSD Overview Machine Prop Xau is an algorithmic trading Expert Advisor specifically designed for trading the XAUUSD (Gold/Dollar) pair. It is built on a confluence system with three trend/momentum filters and two price action entry triggers, and includes integrated institutional risk management. The system was developed with both independent traders looking to conservatively grow a small account and prop firms (investment firms) in mind, requiring stri
EA headway high risk
Ridho Khairian Noor
EA CRASH 200 | VOL 20 High-Risk Expert Advisor for Aggressive Traders EA CRASH 200 | VOL 20 is an automated trading system designed for traders who are looking for high-growth opportunities and are comfortable with high levels of risk. The EA is specifically developed for trading Crash 200 and Volatility 20 instruments, with a strategy focused on capturing market movements through fully automated execution. This product is not designed for conservative traders. It is intended for experienced
该产品的买家也购买
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
BenefitEA Mt5
Vsevolod Merzlov
Benefit EA Uses only hedging accounts.     Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the oper
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA 基于挂单策略 (PPS) 和非常先进的秘密交易算法。 Bonnitta EA 的策略是秘密自定义指标、趋势线、支撑和阻力位(价格行动)和上述最重要的秘密交易算法的组合。 不要在没有超过 3 个月的任何真实货币测试的情况下购买 EA,我花了超过 100 周(超过 2 年)在真实货币上测试 BONNITTA EA 并在下面的链接中查看结果。 BONNITTA EA 由爱和力量组成。 仅适用于少数买家,这是盗版算法的价格和实施的原因。 Bonnitta EA 在 22 年的时间内使用质量为 99.9% 的真实报价成功通过了压力测试,滑点和佣金接近真实市场条件。 Expert Advisor包含统计采集和滑点控制的算法,具有完整的统计控制; 此信息用于保护您免受经纪人的欺骗。 Bonnitta EA 在下订单之前控制经纪人执行的质量,它还成功地通过了历史数据和不同数据馈送的蒙特卡罗模拟方面的严格标准。 结果 策略测试器的 Expert Advisor 结果:初始存款为 1000 美元的 Bonnitta EA 在 2020 年 1 月 1 日至 2021 年
Shadow Legends MT5
Zarui Ogannisian
Shadow Legends MT5 EA.-it's a fully automated expert Advisor designed to trade EURUSD. It is based on machine learning analysis and genetic algorithms.  The Expert Advisor contains a self-adaptive market algorithm that uses price action patterns. The expert Advisor showed stable results for EURUSD in the period 2000-2021.  No dangerous money management techniques, no Martingale, no netting, scalping or hedging.  Suitable for any brokerage conditions.Test only on real accounts.Recommended broker
Sevolter
Yuriy Bykov
一个多货币专家顾问,它结合了许多同时工作的简单策略。在波动性增加的市场时刻,每种策略都基于简单的交易算法。在过去五年中,每项策略都得到了优化。 EA 使用“人群的正确性”的统计原则:它平均来自不同策略的信号,并在首选方向上开仓。 这一原则,连同相关交易工具的同步工作,可以大大提高对不利市场阶段的抵抗力和增长期分布的均匀性。 选项 预期最大回撤 (%)       -- 预期的近似最大回撤。据此,自动选择开仓参数,使回撤不超过设定值。该参数基于过去 5 年的测试数据,在进一步工作期间可能发生的实际回撤可能与声明的回撤略有不同,无论是向上还是向下 交易定期存款     -- 设置用于交易的固定金额的资金。开仓的大小将根据指定的资金数额计算。要使用所有设施,请将此参数设置为 0。 推荐设置 预期最大回撤 (%) = 10 .. 30 交易定期存款 = 0
Break Of Structure Pro Is price action king? 1. Price is the ultimate king in the forex market, stock market or any other market. Using price action is the reason we can see more profit over loss. Technical analysis is the art of using data points to your advantage and taking informed decisions while entering, trailing and exiting a position on any timeframe. Break Of Structure Pro can be used to trend trade, scalp, hedge or swing trade. Price action is a trading technique that allows a trade
LeBro 2
Levon Manukyan
The expert was created to work in the Swiss bank Swissquote. Automatically calculate the volume of incoming transactions. The Expert Advisor is designed to generate passive annual income. To open a trading account in a Swiss bank, follow the link.   https://trade.swissquote.ch/signup/public/form/full/fx/com/individual?lang=ru&partnerid=e9acb6ad-eb6b-44d5-92d1-4c7a48adaff1#full/fx/com/individual/step1   Notes It is recommended to register using the link for the advisor to work correctly     Link
Market Trader StBol MT5
Bohdan Suvorov
5 (1)
PROP FIRM READY!  The Expert Advisor works on double stochastic, bollinger bands and trawl. The Expert Advisor trades simultaneously on 21 standard symbols. The Expert Advisor is for five-digit accounts. Leverage   1:500 Timeframe for trading   H1 Period : 2022.05-2024 IMPORTANT! After purchasing, please send me a private message to receive installation and setup instructions. You will receive for free  another of my expert advisors and installation instructions for MT5 for free, your choice:
MT Monster
MASSINISSA AINOUZ
This EA has been backtested with real ticks since January 2012 untill March 2025, with no delay in execution, and then with a delay of 1000ms, the backtest showed a drawdown of 30% with a 10k USD backtest account. The EA default parameters are optimised to work best on EURUSD pair, but can work on other currencies and metals like XAUUSD. Before using this EA and in order to not lose all your money make sure you have at least 5000USD in your account. Do not use another EA with this one on the sam
This EA is a fully automated system for scalping gold / xauusd. integrated "hedge" mode to recover losses. 5 year backtestet. realistic gains.  its configured to trade on the 1 mmin chart. watch the attached video to see it trade in action. recommend atleast 3000 capital for 0.01 starting lot. there is nothing like this on the market. just small and steady gains. no big risk if you need the good settings , DM me. ill help you out.
NovaScalp Pro
Jasser Bin Munir Bin Ayyad Bandakhil
NovaScalp Pro Features Core Strategy EMA Price Cross   - Enters trades when price crosses 9-period EMA Ultra-Fast Execution   - Optimized for M1-M5 timeframes Tick-Level Processing   - Reacts to every price movement Risk Management Auto Lot Sizing   (optional) - Calculates position size based on account risk % Spread Filter   - Only trades when spread is tight Hard Stop Loss   - Protects against adverse moves Trailing Stop   - Locks in profits as trade moves favorably Advanced Features New Ba
MarketTrader EA MT5
Bohdan Suvorov
5 (1)
房地产公司已准备就绪! EA 不使用网格算法、鞅算法等。 该智能交易系统基于双随机指标H1/H4和追踪止损运行,同时交易30个标准交易品种。 账户类型:ECN、Raw 或 Razor,点差极低。 经纪商:IC Markets、Pepperstone,以及提供Raw和Razor账户以实现最低点差的交易平台 重要提示: 为了获得最佳效果,使用低点差账户非常重要! 杠杆比——至少1:100,建议1:500 - 低至中等风险、低风险和极低风险级别至少需要 1 分 30 秒 账户类型:对冲账户 交易时间周期为 H1 优化周期:2024-2025年 EA 不使用网格算法、鞅算法等。 最低存款额:   10,000美元 重要提示!购买后,请私信我以获取安装和设置说明。您还将免费获得我开发的另一款MT5智能交易系统及其安装说明,您可以从以下三款中选择:Market Trader AI Pro、Market Trader StBol MT5 或 BtcUsd Trader AI。 目前的7700美元价格仅适用于接下来的3份。之后,价格将永久上涨至11500美元。我限制用户数量是为了确保该策略
MagicTrader PRO  — The Upgraded Gold Trading Powerhouse, Built for precision. Powered by performance. MagicTrader PRO   is the latest evolution of our proven XAUUSD trading robot, designed exclusively for traders who demand accuracy, efficiency, and consistent results. Tested from May 1 to June 9, 2025 on XAUUSD (Gold) H1 with a $500 starting balance and a lot size of 0.1, the upgraded EA delivered $2,832.04 in net profit with just 6 trades — 5 hitting take profit, and only 1 reaching stop lo
Phage – GOLD (XAUUSD, M1) 专用剥头皮智能交易系统 精准控制 · 灵活操作 · 自动风险管理 —— 适用于黄金 M1 图表的专业工具 产品简介 Phage 是一款专为 黄金(XAUUSD)1分钟图表 设计的智能交易系统(EA)。当市场结构满足特定条件时,它将自动进行风险控制、交易量调整及移动止损处理,实现快速进出场。 ️ 使用方式 何时启动 :当你观察到市场出现 红色云层下方的多头信号 时,将 EA 附加到黄金(XAUUSD)1分钟图表上。 何时停止 :当市场在 绿色云层上方出现空头信号 时,手动停止或移除 EA。 ️ 请注意:该 EA 是 半自动操作 ,您需要手动判断何时启动和停止。 ️ 内建风险控制功能 自动检测和调整交易手数,确保符合交易商最小/最大/步进要求 使用 OrderCalcMargin() 精确计算所需保证金,避免交易失败 成功交易后自动激活追踪止损,并根据价格动态调整以锁定利润 性能与透明性 提供 XAUUSD M1 回测报告(如需请联系) 不使用马丁、网格或危险策略 系统轻量、执行快速,完全由交易员决定何时介入市场
TrendCockpit EA
Michael Kolawole Shodimu
TrendCockpit EA – Smart Autonomous Trading TrendCockpit EA is an advanced yet user-friendly Expert Advisor designed to automate trend-following strategies with precise risk management. It’s perfect for traders of all levels who want to trade efficiently without constant monitoring. TrendCockpit is a tactical-grade Expert Advisor built for traders who treat execution as a discipline. With cockpit-style controls, dynamic risk logic, and multi-symbol heatmap intelligence, it transforms your chart i
Quant Apex EA
Shane Michael Horn
Quant Apex EA Disclaimer & Terms This bot is designed and optimized for prop firm challenges and evaluation accounts. Overview Quant Apex EA is a fully automated breakout trading system built for precision and consistency during high-probability market sessions. It identifies recent price ranges, places pending orders above and below key breakout levels, and manages open positions dynamically using multi-take-profit logic, trailing stops, and break-even mechanisms. The EA integrates volume and
房地产公司已准备就绪! EA 不使用网格算法、鞅算法等。 该智能交易系统基于LSTM神经网络运行,可同时交易29种标准交易品种。 账户类型:ECN、Raw 或 Razor,点差极低。 经纪商:IC Markets、Pepperstone,以及提供Raw和Razor账户以实现最低点差的交易平台 重要提示: 为了获得最佳效果,使用低点差账户非常重要! 杠杆比——至少1:100,建议1:500 - 低至中等风险、低风险和极低风险级别至少需要 1 分 30 秒 账户类型:对冲账户 交易时间周期为 H1 优化周期:2024-2025年 EA 不使用网格算法、鞅算法等。 最低存款额:       10000美元 重要提示!购买后,请私信我以获取安装和设置说明。您还将免费获得我开发的另一款MT5智能交易系统及其安装说明,您可以从以下三款中选择:MarketTrader EA MT5、Market Trader StBol MT5 或 BtcUsd Trader AI。 规格: 每笔交易均设有 250 点止损。 退出策略采用追踪止损,并使用 H1 图表进行分析。 订单被拆分成 6 个较
ONR CORRELATION MASTER PRO | 统计套利引擎 像对冲基金一样交易,停止赌博。 ONR Correlation Master Pro 是一款基于 统计套利 (Pairs Trading) 原理的专业 EA。它不预测市场方向,而是利用资产之间的 相关性 (Correlation) 来获取稳定的现金流。 策略原理: 市场中性 (Market Neutral) 相关性监控: 实时监控两个高度相关的品种 (如 EURUSD 和 GBPUSD)。 价格缺口 (Gap): 当价格因波动而背离时,EA 识别机会。 对冲入场: EA 同时 买入 弱势品种并 卖出 强势品种。 获利平仓: 当价格回归均值 (Mean Reversion) 时,锁定净利润。 ️ 核心功能 ️ 100% 自动对冲: 无论市场暴涨还是暴跌,您的账户都受到保护。 狙击手逻辑: 无马丁格尔 (No Martingale)。无网格 (No Grid)。 拒绝过度交易。 专业面板 (V1.4): 暗黑模式界面,实时显示 RSI 缺口和每日利润。 推荐设置 (周期 M15
AcurateTrendPromax
Abraham Apotierioluwa Apesinola
# **AcurateTrendProMax 3.22**   ### *The Ultimate Multi-Timeframe Trend Trading EA* --- ## ** PROFESSIONAL TREND TRADING, PERFECTED** Experience the future of automated trading with **AcurateTrendProMax** – the sophisticated EA that combines multi-timeframe trend analysis with institutional-grade risk management. Whether you're trading forex, crypto, metals, or indices, this powerful system adapts to any market condition. --- ## ** CORE FEATURES** ### ** Multi-Timeframe Trend Analysi
Smart Hybrid Grid Trading System MT5
Muhammad Abdulrahman Omar Naima Allah Al-rais
Smart Hybrid Grid Trading System 是一款基于周期和K线的混合网格交易专家顾问,专注于纪律性、固定锚点和有序的订单执行。 系统 仅使用前一根K线的数据 来构建交易网格,并以 每个tick最多一个挂单 的方式顺序下单。 在整个交易周期内,网格参数被完全锁定,不会随着价格波动而重新计算或重建。 本产品提供 两个独立版本 : MetaTrader 4 (MT4) MetaTrader 5 (MT5) 每个版本分别发布在对应的平台分类中,交易逻辑在两个版本中保持一致。 核心概念 基于K线的逻辑,仅使用前一根K线 混合挂单网格结构 周期锁定机制 顺序执行(每tick一个挂单) 仅在初始化时进行一次恢复 主要功能 支持限价单和止损挂单 可选资金管理 固定 / 算术 / 几何手数模式 最大手数硬性限制 达到目标利润后关闭整个周期 交易时间过滤 经纪商安全保护 完整状态与诊断输出 MT4 版本 MT4 使用对冲(Hedging)模式,适合多订单网格结构。 MT5 版本 MT5 支持 Hedging 与 Netting。 ️ Netting 提示: Netting 账户
BtcUsd Trader AI
Bohdan Suvorov
PROP FIRM READY!  IMPORTANT! After purchasing, please send me a private message to receive installation and setup instructions. You will receive for free another of my expert advisors and installation instructions for MT5 for free, your choice: Market Trader AI Pro, MarketTrader EA MT5, Market Trader StBol MT5 The current price of $7,700 applies to the next 3 copies only. After that, the price will permanently rise to $11,500. I am limiting the number of users to preserve the strategy's effi
LAKSHMI ILLUSION XAUUSD – Advanced Gold Trend Trading System The Ultimate M1 Sniper Scalper (All Brokers Compatible) Have you ever seen an Expert Advisor transform a very small account into significant growth within a short period of time? At first glance, it may seem unrealistic. In reality, such outcomes are often the result of structured strategy, disciplined execution, and precise trend alignment. Lakshmi Illusion XAUUSD is a high-performance, multi-timeframe trading system developed exclusi
Einstein Gold Relativity - XAUUSD 智能交易系统 受到阿尔伯特·爱因斯坦思想启发,Einstein Gold Relativity 是一款专为 XAUUSD 打造的专业级智能交易系统。 它面向希望在真实市场环境中进行严谨、精准、理性交易的黄金交易者。 该系统旨在识别关键市场阶段,在合适时机精准响应,并在整个交易周期中保持严格的风险控制。它的优势不在于频繁交易,而在于等待高质量机会后果断执行。 主要优势 专为 XAUUSD 设计 适用于 H1、H4、D1 周期 专业级风险控制结构 动态仓位管理 具备保证金意识的智能手数控制 优雅的实时交易面板 为严肃实盘执行而打造的稳定架构 重要提示 请不要只依赖策略测试器来评估本 EA。 Einstein Gold Relativity 是为真实市场条件而设计的,实时点差、实时 tick 流、执行环境以及经纪商特性都会产生明显影响。测试器结果可能无法体现系统的真实特征,因此最终判断应基于真实市场中的前向观察。 “想象力比知识更重要。” “在困难的中心,蕴藏着机遇。” — 阿尔伯特·爱因斯坦
Botax Premium
Eka Wahyu Pujiharto St
BOTAX PREMIUM - 22 年生存趋势版 BOTAX PREMIUM 是一款机构级智能交易系统 (EA),专为 XAUUSD(黄金)设计。这款 EA 的绝对优势在于其强大的韧性,经过长达 22 年(2004-2026 年)的严格回测验证。它证明,严谨且数学上合理的策略能够经受住各种重大全球经济危机的考验。 为什么选择 BOTAX PREMIUM? 22 年传奇:成功应对了黄金市场最极端的阶段,从 2008 年金融危机、2020 年新冠疫情到 2026 年的高波动性。 防追加保证金逻辑:不使用危险的马丁格尔策略。该机器人以固定手数(例如 0.01)运行,并严格遵守风险管理原则。 精准趋势过滤器:采用 300 周期移动平均线,确保每个分层仓位始终处于市场趋势的正确方向。 智能恢复系统:具备独特的自动计算累计亏损并智能恢复的能力,使账户重回正增长趋势。 专属功能 专业渐变仪表盘:采用蓝黑渐变的高级界面,将关键统计数据透明地直接显示在图表上。 可视化分析:即使在可视化回测模式下,仪表盘仍然保持激活状态,方便您实时观察机器人如何恢复亏损。 低回撤优化:旨在生成稳定
Breaker block TBM
Muhammad Fathir Al Farizi
This Expert Advisor is designed specifically for trading XAUUSD (Gold) with an adaptive strategy that automatically adjusts to different market conditions, including trending, ranging, and volatile environments. The EA combines multiple technical approaches to identify high-probability trade opportunities while maintaining controlled risk management. It is suitable for traders who want a more automated approach without needing constant chart monitoring. Key Features: Fully automated trading s
Heroscalp
Rock Abi Chebl
Advanced Trend Master V4 Advanced fully automated trend-following Expert Advisor for MetaTrader 5. Features Smart trend detection Martingale system with adjustable multiplier Auto lot and fixed lot modes Stop Loss and Take Profit Break Even system Trailing Stop Spread filter One trade management Optimized for fast execution Fully automated trading Recommended XAUUSD Timeframes M1 M5 M15 Important Use proper risk management. VPS recommended for stable execution. Test on demo account before live t
TC42 Fibo Bot EA
Burcuhan Bayulken
TC42 Fibo Bot EA TC42 Fibo Bot EA 是一套先进的算法交易系统,将 Fibonacci 回撤与扩展逻辑、波浪结构、市场自适应、风险控制、交易时段过滤以及自动化交易管理结合在一起。 该 Expert Advisor 超越了传统“一个信号,一个订单”的交易方式。它首先分析市场形成的推动浪,然后根据所选 Fibonacci 水平评估交易机会。入场、止损、止盈、风险以及开仓后的交易管理流程,均通过系统化规则执行。 TC42 Fibo Bot EA 专为使用 Fibonacci 策略、希望更有结构地跟踪波浪长度和回撤水平,并希望自动化其风险控制流程中重要部分的交易者而开发。 完成购买后,请通过私信联系我,以获取 User Guide 和设置说明。 核心策略逻辑 机器人会测量市场中的推动浪,并检查这些波浪是否符合已定义的最小和最大 tick 范围。当检测到有效波浪时,系统会计算 Fibonacci 水平,并根据所选交易模式创建入场计划。 系统可以使用手动选择的 Fibonacci 水平运行;同时也可以使用 Auto 和 Algo 模式,根据市场行为提供更动态的交易
*Beware of SCAMS! SCIPIO GOLD BOT is distributed exclusively via MQL5.com* + BACKTEST: We recommend running it on GOLD with these settings: Timeframe: M15 or M30 / SL = 160 / TRAIL = 240 / the rest = 0 or OFF. This is not a mass-market bot but a professional-grade tool; distribution is strictly limited to 100 copies, and the price is subject to increase without notice. SCIPIO VELOX is an advanced quantitative trading bot developed for 100% automated operation on MT4 and MT5 platforms. No manual
筛选:
无评论
回复评论