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 Обзор стратегии: SmartRisk MA Pro — это оптимизированная, риск-ориентированная автоматическая торговая стратегия (советник), разработанная для платформы MetaTrader 5. Она предназначена для идентификации торговых возможностей на основе динамики ценовых отклонений от скользящих средних и обладает комплексной системой управления капиталом. Советник работает по логике "нового бара", что обеспечивает стабильность и предсказуемость исполнения торговых сигналов. Принципы работы и торг
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 – 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 - Динамический экспертный советник для торговли гэпами на стороне покупки Обзор GapRider EA — это сложный и адаптивный экспертный советник (EA), разработанный для MetaTrader 5, специализирующийся на торговле гэпами на стороне покупки. Этот EA выявляет значительные рыночные гэпы и размещает стратегические ордера на покупку, используя динамическую настройку размеров на основе волатильности рынка для оптимизации входов и выходов из сделок. Благодаря надежному набору функций, GapRider пр
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
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 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
Представляю вам  Volume Pattern EA — полностью автоматизированный торговый алгоритм для MetaTrader 5, разработанный на стыке Smart Money Concepts (SMC), фрактального анализа и Volume Spread Analysis (VSA). Это профессиональный инструмент, в котором принципиально отсутствуют мартингейл, сетки или усреднения: каждая сделка имеет жесткие и динамически рассчитываемые Stop Loss и Take Profit. Объем позиции высчитывается строго в заданных процентах от баланса, что в сочетании с встроенным риск-менеджм
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: Статистический вероятностный движок Алгоритм Expert Mind Core построен на математической модели высшего порядка, предназначенной для анализа структурных рыночных дисбалансов. В отличие от стандартных индикаторов, система использует многомерный подход к Price Action, оценивая скорость изменения волатильности и её отклонение от точки равновесия. Логика ядра функционирует путем выявления «зон истощения» , где вероятность коррекционного движения значительно превышает продолжение те
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, доступная как индикатор и как советник. Она оценивает 7 таймфреймов (M1-D1) по 4 скользящим средним и 6 осцилляторам, фильтрует результат через адаптивную к волатильности H4 трендовую среднюю (VAMA), затем требует подтверждения направления одновременно от M15 и H1 — без частичного подтверждения. Советник предлагает два режима: Faithful (фиксированный лот 0.02, соотношение риск:прибыль 1:1, точная копия о
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
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 Market Expert - предназначенный для открытия торговых сделок! Это торговый робот, который использует особые инновационные и передовые алгоритмы для рассчета своих значений, Ваш Помошник в Мире Финансовых Рынков. Испольуйте наш набор индикаторов из серии SolarTrade Suite чтобы лучше выбрать момент для запуска этого робота. Проверьте другие наши продукты из серии SolarTrade Suite внизу описания. Хотите уверенно ориентироваться в мире инвестиций и фи
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 — 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 — это полностью автоматизированный MetaTrader 5 Expert Advisor для торговли на Forex. Последняя версия 3.x использует анализ силы валют для поиска возможностей сильная-валюта-против-слабой-валюты, затем применяет подтверждение тренда, расчет лота на основе риска, Stop Loss, Take Profit, контроль торговых сессий и опциональное управление риском в стиле восстановления перед открытием сделки. Важно: Titan Sentinel не зависит от таймфрейма графика. Вы мо
ZyloFx Aurum MT5
Rosa Lina Martinez Jimenez
ZyloFx Aurum — это профессиональная автоматизированная торговая система , разработанная специально для торговли XAUUSD на платформе MetaTrader 5. Советник объединяет несколько внутренних торговых стратегий, автоматический анализ рынка, управление отложенными ордерами, рыночные фильтры и структурированное управление рисками для поиска высоковероятных торговых возможностей на рынке золота. Система включает 9 встроенных торговых стратегий с различными торговыми характеристиками и уровнями риска. По
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 — это модульный торговый движок, созданный для надёжной работы на основных валютных парах и XAUUSD. Он объединяет несколько независимых стратегий входа с продуманными алгоритмами выхода и управления рисками. Все компоненты основаны на анализе цены и полностью автоматизированы. ⸻ Основные стратегии • Сетка / Перекрытие (Grid / Overlap) – Адаптивный шаг, контролируемое увеличение лота и защита от избыточной экспозиции. • Поддержка и сопротивление (Support & Resistance) – Институциона
Gold Wolf EA — автоматический советник для торговли золотом на MT4 / MT5 Gold Wolf EA — это торговый Expert Advisor для MetaTrader 4 и MetaTrader 5, разработанный для автоматической торговли XAUUSD на основе трендовой логики, фильтрации рыночных условий и строгого контроля риска. Советник ориентирован не на агрессивную частоту сделок, а на поиск более качественных торговых ситуаций. Его задача — входить в рынок только тогда, когда текущая структура цены соответствует заданным условиям стратегии,
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 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
С этим продуктом покупают
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
Benefit EA Используется только на счетах с хеджированием. Benefit EA - безиндикаторный гибкий сеточный советник со специальными точками входа, обеспечивающие статистическое преимущество,выявленное с помощью математического моделирования рыночных паттернов. В советнике не используется стоп-лосс, все сделки закрываются по тейк-профиту или трейлинг-стопу. Есть возможность планирования увеличений лота. Функция «Фильтр времени» - устанавливается в соответствии с внутренним временем терминала, соглас
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Советник Bonnitta EA  основан на стратегии отложенной позиции ( PPS ) и очень продвинутом алгоритме скрытной торговли. Стратегия Bonnitta EA представляет собой комбинацию секретного пользовательского индикатора, линий тренда, уровней поддержки и сопротивления ( Price Action ) и наиболее важного алгоритма скрытной торговли, упомянутого выше. НЕ ПОКУПАЙТЕ EA БЕЗ КАКИХ-ЛИБО ПРОВЕРОК НА РЕАЛЬНЫЕ ДЕНЬГИ БОЛЕЕ 3 МЕСЯЦЕВ, МНЕ ЗАНИМАЛОСЬ БОЛЕЕ 100 НЕДЕЛЬ (БОЛЕЕ 2 ЛЕТ), ЧТОБЫ ПРОВЕРИТЬ BONNITTA EA НА РЕ
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!
Мультивалютный экспертный советник, объединяющий в себе множество простых стратегий, работающих одновременно. В основе каждой стратегии лежит простой алгоритм торговли в моменты рынка с повышенной волатильностью. Каждая стратегия была оптимизирована на промежутке последних пяти лет. Советник использует статистический принцип "правоты толпы": усредняет сигналы от разных стратегий и открывает рыночные позиции в предпочтительном направлении.  Такой принцип вместе с одновременной работой на коррелир
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
Эксперт создан для работы в швейцарском банке Swissquote . Автоматически рассчитывают объемы входящих сделок. Э ксперт рассчитан для получения пассивново годового дохода. Для открытия торгового счета в швейцарском банке   переходите по   ссылке.  https://trade.swissquote.ch/signup/public/form/full/fx/com/individual?lang=ru&partnerid=e9acb6ad-eb6b-44d5-92d1-4c7a48adaff1#full/fx/com/individual/step1   Примечания Рекомендуется зарегистрироваться по ссылке для корректной работы советника   Ссылка в
ГОТОВО К РАБОТЕ С РЕКЛАМОМ! Советник работает на основе двойного стохастического осциллятора, полос Боллинджера и тралового индикатора. Советник одновременно торгует по 21 стандартному символу. Советник предназначен для счетов с пятизначными суммами. Использовать       1:500 Временной интервал для торговли       H1 Период   : 2022.05-2024 ВАЖНО! После покупки, пожалуйста, отправьте мне личное сообщение, чтобы получить инструкции по установке и настройке. Вы бесплатно получите еще один из моих
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
ГОТОВО К РАБОТЕ С РЕКЛАМОМ! Советник не использует сетку, мартингейл и т.д. Советник работает на основе двойного стохастического осциллятора H1/H4 и скользящего стоп-лосса. Советник одновременно торгует по 30 стандартным символам. Тип счета: ECN, Raw или Razor с очень низкими спредами. Брокеры: IC Markets, Pepperstone, Raw и Razor предлагают самые низкие спреды. ВАЖНО:   Для достижения наилучших результатов крайне важно использовать счета с низким спредом! Коэффициент плеча - не менее 1:100,
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 — это эксперт-советник, разработанный специально для скальпинга GOLD (XAUUSD) на одноминутном графике (M1) . Он автоматически управляет объемом, проверкой маржи и трейлинг-стопом, открывая и закрывая сделки на основе определённых рыночных условий. ️ Как использовать Когда запускать : активируйте советник на графике M
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 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
ГОТОВО К РАБОТЕ С РЕКЛАМОМ! Советник не использует сетку, мартингейл и т.д. Советник работает на основе нейронной сети LSTM. Советник одновременно торгует 29 стандартными символами. Тип счета: ECN, Raw или Razor с очень низкими спредами. Брокеры: IC Markets, Pepperstone, Raw и Razor предлагают самые низкие спреды. ВАЖНО:   Для достижения наилучших результатов крайне важно использовать счета с низким спредом! Коэффициент плеча - не менее 1:100, рекомендуется 1:500. - как минимум 1:30 для низко
ONR CORRELATION MASTER PRO | СТАТИСТИЧЕСКИЙ АРБИТРАЖ ХВАТИТ ИГРАТЬ В КАЗИНО. ТОРГУЙТЕ КАК ХЕДЖ-ФОНД. Устали гадать направление рынка? ONR Correlation Master Pro — это профессиональная система Парного Трейдинга (Pairs Trading) . Мы не угадываем направление цены, мы торгуем математическую корреляцию между активами. СТРАТЕГИЯ: РЫНОЧНО-НЕЙТРАЛЬНАЯ (MARKET NEUTRAL) Анализ: Робот отслеживает пару активов (например, EURUSD и GBPUSD). Расхождение (Gap): Когда цены расходятся (эффект резинки), р
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 — это дисциплинированный эксперт-советник с гибридной сеткой, работающий на основе свечей и циклов, разработанный с акцентом на строгий контроль, фиксированные якорные цены и последовательное размещение ордеров. Система строит торговую сетку исключительно на данных предыдущей свечи , размещает ордера последовательно (не более одного отложенного ордера за тик) и фиксирует параметры сетки на весь цикл , без динамического пересчёта или повторной привязки во время д
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. Он предназначен для трейдеров, которым нужен точный, дисциплинированный и продуманный подход к торговле золотом в реальных рыночных условиях. Система распознаёт исключительные рыночные фазы, действует точно и сохраняет строгий контроль риска на каждом этапе торгового цикла. Её сила не в хаотичной торговле, а в терпел
Botax Premium
Eka Wahyu Pujiharto St
BOTAX PREMIUM — Трендовая стратегия выживания на протяжении 22 лет BOTAX PREMIUM — это советник институционального уровня, разработанный специально для XAUUSD (золото). Абсолютное преимущество этого советника заключается в его устойчивости, доказанной тщательным тестированием на протяжении 22 лет (2004–2026). Этот советник доказывает, что дисциплинированная и математически обоснованная стратегия может пережить различные крупные глобальные экономические кризисы. Почему стоит выбрать BOTAX PREM
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
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 TC42 Fibo Bot EA — это продвинутая алгоритмическая торговая система, которая объединяет логику коррекций и расширений Fibonacci со структурой волн, адаптацией к рынку, контролем риска, фильтрацией торговых сессий и автоматическим управлением сделками. Этот Expert Advisor выходит за рамки классического подхода «один сигнал — один ордер». Сначала он анализирует импульсные волны, сформированные рынком, затем оценивает торговые возможности на основе выбранных уровней Fibonacci. Вход
*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
Фильтр:
Нет отзывов
Ответ на отзыв