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
Martin Boy – Dual-Directional Martingale Grid Trading Strategy Documentation All parameters are based on the GBPJPY currency pair. Parameters for other currency pairs must be backtested separately. Historical maximum and minimum prices must be entered; otherwise, the strategy may result in one-sided trades or fail to trade. This Expert Advisor (EA) implements a pure mathematical Martingale trading model designed for long-term stability and profitability: 25-Year Backtest Stability: The stra
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 - Dynamic Buy-Side Gap Trading Expert Advisor Overview GapRider EA is a sophisticated, adaptive Expert Advisor (EA) designed for MetaTrader 5, specializing in buy-side gap trading. This EA identifies significant market gaps and places strategic buy orders, leveraging dynamic sizing based on market volatility to optimize trade entries and exits. With a robust set of features, GapRider offers traders a powerful tool to capitalize on price retracements following large market movements
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.02 랏, 1:1 손익비, 원본 스크립트를 정확히 재현) 또는 Flexible(계좌 자산의 비율로 랏 크기 계산, 손절/익절 독립 설정 가능, 기본값 1:2.5). 차트 위 실시간 패널은 실제 손익, 승률, 현재 신호 방향을 표시하며, 클릭 한 번으로 신규 거래를 즉시 일시 중지할 수 있는 버튼을 제공합니다. SPX500에서 검증됨(2024.04-2026.07, 백테스트 + 포워드): 거래 88회, 순이익 +
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 Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석 방법을 사
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
ZyloFx Aurum MT5
Rosa Lina Martinez Jimenez
ZyloFx Aurum ist ein professionelles automatisiertes Handelssystem , das speziell für den Handel mit XAUUSD auf MetaTrader 5 entwickelt wurde. Der Expert Advisor kombiniert mehrere interne Handelsstrategien, automatische Marktanalyse, Verwaltung von Pending Orders, Marktfilter und ein strukturiertes Risikomanagement, um Handelsmöglichkeiten mit hoher Wahrscheinlichkeit auf dem Goldmarkt zu identifizieren. Das System umfasst 9 integrierte Handelsstrategien mit unterschiedlichen Handelsmerkmalen u
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
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 – Precision. Power. Perfection. Astra EA is a modular trading engine built for robust performance across major FX pairs and XAUUSD. It merges multiple independent entry frameworks with disciplined exit and risk controls. All components are price-driven and fully automated. Core Strategies:  • Grid / Overlap Engine – Adaptive step sizing, controlled lot progression, and overlap protection to avoid excessive exposure across correlated levels.  • Support & Resistance Logic – Institutio
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를 구입하지 마십시오. 실제 돈으로 BONNITTA EA를 테스트하고 아래 링크에서 결과를 확인하는 데 100주 이상(2년 이상)이 걸렸습니다. BONNITTA EA는 사랑과 권한 부여로 만들어졌습니다. 불법 복제 알고리즘의 가격 및 구현의 이유는 소수의 구매자에게만 해당됩니다. Bonnitta EA는 테스트를 거쳤으며 22년 동안 99,9% 품질의 실제 진드기를 사용하여 실제 시장 조건에 가까운 슬리피지 및 수수료로 스트레스 테스트를 성공적으로 통과했습니다. Expert Advisor에는 완전한 통계 제어를 통해 통계 수집 및 미끄러짐 제어 알고리즘이 포함되어 있습니다.
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
Strategy: 1.This EA is a trend trade, used for USDCHF H1 charts. 2.This EA is  using indicators such as the Bolling band and moving average. 3. The initial amount of this EA is only $1000.This EA has a profit of over $3000. 4.The EA has detailed test data from January 2018 to June 2021, which is stable and profitable. 5.If you just want to put a small amount of money to get double reward, this EA trader is your best choice!
Sevolter
Yuriy Bykov
동시에 작동하는 많은 간단한 전략을 결합한 다중 통화 전문가 고문. 각 전략은 변동성이 증가하는 시장 순간에 간단한 거래 알고리즘을 기반으로 합니다. 각 전략은 지난 5년 동안 최적화되었습니다. Expert Advisor는 "군중의 정당성"이라는 통계적 원칙을 사용합니다. 다른 전략의 신호를 평균화하고 선호하는 방향으로 시장 포지션을 엽니다. 이 원칙은 상호 관련된 거래 상품에 대한 동시 작업과 함께 불리한 시장 단계에 대한 저항과 성장 기간 분포의 균일성을 크게 증가시키는 것을 가능하게 합니다. 옵션 예상 최대 드로우다운(%)       -- 예상되는 대략적인 최대 감소. 이에 따라 드로다운이 설정 값을 초과하지 않도록 열린 위치의 매개변수가 자동으로 선택됩니다. 이 매개변수는 지난 5년 동안의 테스트 데이터를 기반으로 하며 추가 작업 중에 발생할 수 있는 실제 감소는 선언된 것과 약간 다를 수 있습니다. 거래를 위한 정기예금       -- 거래에 사용할 고정 금액을 설정합니다
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
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
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 – Discretionary Scalper for GOLD (XAUUSD, M1) Precision, flexibility, and automated risk control – perfect for M1 gold scalping. Quick Overview Phage is an Expert Advisor tailored for scalping GOLD (XAUUSD) on the 1-minute chart . It enters and exits rapidly based on specific price behavior, managing volume, margin checks, and trailing stops automatically. ️ How to Use When to start : attach the EA to the M1 chart when a bullish setup occurs below a red cloud. When to stop : remove
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
ONR CORRELATION MASTER PRO | STATISTICAL ARBITRAGE ENGINE STOP GAMBLING. TRADE LIKE A HEDGE FUND. Tired of guessing market direction? Sick of the trend reversing the moment you enter a trade? Stop guessing. Major banks and fund managers don't guess; they use MATH. Now, you have that power too. ONR Correlation Master Pro is not an ordinary indicator bot. It is a professional Statistical Arbitrage (Pairs Trading) system designed to exploit price inefficiencies. It focuses on the relationship
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 은 사이클 및 캔들 기반의 하이브리드 그리드 자동매매 시스템으로, 고정 앵커 가격과 엄격한 제어, 순차적인 주문 실행을 중심으로 설계되었습니다. 이 시스템은 이전 캔들의 데이터만을 사용하여 그리드를 생성하며, 틱당 최대 1개의 보류 주문만 순차적으로 전송합니다. 사이클이 시작되면 가격 움직임에 따라 그리드를 재계산하거나 재배치하지 않습니다. 본 제품은 두 개의 독립된 버전 으로 제공됩니다: MetaTrader 4 (MT4) MetaTrader 5 (MT5) 각 버전은 해당 플랫폼 섹션에 개별적으로 게시되며, 거래 로직은 동일합니다. 핵심 개념 이전 캔들 기반 로직 하이브리드 보류 주문 그리드 구조 사이클 고정 구조 순차적 주문 실행 초기화 시 1회만 복구 실행 주요 기능 Limit 및 Stop 주문 지원 선택적 자금 관리 고정 / 산술 / 기하 로트 모드 최대 로트 제한 목표 수익 도달 시 전체 종료 거래 시간 필터 브로커
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 전문가용 EA 알버트 아인슈타인의 통찰에서 영감을 받은 Einstein Gold Relativity는 XAUUSD 전용으로 설계된 전문 Expert Advisor입니다. 실제 시장 환경에서 정교하고 규율 있으며 지적인 골드 트레이딩을 원하는 트레이더를 위해 만들어졌습니다. 이 시스템은 특별한 시장 구간을 인식하고, 적절한 순간에 정밀하게 반응하며, 전체 거래 사이클 동안 구조적인 리스크 관리를 유지하도록 설계되었습니다. 무분별한 과잉매매가 아니라, 질 좋은 조건을 기다렸다가 목적 있게 실행하는 것이 강점입니다. 주요 장점 XAUUSD 전용 설계 H1, H4, D1 차트에 적합 전문적인 리스크 관리 구조 동적 포지션 관리 마진을 고려한 스마트 로트 제어 세련된 실시간 대시보드 진지한 실거래 실행을 위한 안정적 설계 중요 안내 이 EA를 평가할 때 Strategy Tester 결과만 믿지 마십시오. Einstein Gold R
Botax Premium
Eka Wahyu Pujiharto St
BOTAX PREMIUM - 22년 생존 추세 에디션 BOTAX PREMIUM은 XAUUSD(금)에 특화된 기관급 Expert Advisor(EA)입니다. 이 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 레벨에 따라 거래 기회를 평가합니다. 진입, stop loss, take profit, 리스크 및 포지션 진입 후 거래 관리 과정은 체계적인 규칙에 따라 실행됩니다. TC42 Fibo Bot EA는 Fibonacci 기반 전략을 사용하는 트레이더, 파동 길이와 되돌림 레벨을 보다 체계적으로 추적하고 싶은 사용자, 그리고 리스크 관리 과정의 중요한 부분을 자동화하고자 하는 사용자를 위해 특별히 개발되었습니다. 구매를 완료한 후, User Guide와 설정 안내를 받기 위해 개인 메시지로 연락
*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
Lekki Indices Slayer
Benito Okello Wayara
Lekki Indices Slayer is an automated grid-based expert advisor designed for trading indices and BTC (and other volatile instruments) on MetaTrader 5. It opens an initial position based on candle-close direction and then manages that position with a self-adjusting grid: adding volume against the market when price moves against the trade and taking profit once accumulated gains across the grid reach a defined target. How it works: On each new evaluation cycle, the EA checks whether the current tim
Pips In Dream by Ssc
Sagar Shankar Chavan
PIPS IN DREAM by SSC Professional Market Structure and OTE Trading Expert Advisor for MetaTrader 5 PIPS IN DREAM by SSC is an advanced MetaTrader 5 Expert Advisor designed for traders who use market structure, BOS, CHOCH and Optimal Trade Entry concepts. The Expert Advisor combines two independent entry modules: BOS/CHOCH Market Structure Module SMC Optimal Trade Entry Module Each module can analyze the market independently and execute trades when its selected conditions are satisfied. The EA i
Institutional Advanced Bot is a MetaTrader 5 Expert Advisor built for structured trend and breakout trading with practical risk controls. The strategy combines EMA trend direction with recent range breakout confirmation . New entries are evaluated on the selected signal timeframe, and the EA can be configured to trade only once per new bar. Stop loss and take profit levels are based on ATR volatility, while position size is calculated from account equity and the configured risk percentage. Th
Market Protected
Gheorghe Perepelita
Smart VoluAI Entry EA MT5 – Advanced Gold Trading System Smart VoluAI Entry EA MT5 is an automated trading system designed specifically for the XAUUSD (Gold) market. The strategy combines volume divergence analysis with price action confirmation to identify potential market reversals and high-probability trading opportunities. INPUT RECOMANDED;   input double Lot=0.01; input int SL=5000; input int TP1=5000; input int TP2=10000; input int TP3=20000; input int Lookback=21; input bool AllowNewTrade
필터:
리뷰 없음
리뷰 답변