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 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 – 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は、MetaTrader 5向けに設計された洗練された適応型エキスパートアドバイザー(EA)で、買いサイドのギャップトレーディングに特化しています。このEAは、市場の大きなギャップを特定し、戦略的な買い注文を配置し、市場のボラティリティに基づくダイナミックなサイジングを活用して、トレードのエントリーとエグジットを最適化します。堅牢な機能セットを備えたGapRiderは、大きな市場変動後の価格リトレースメントを活用する強力なツールをトレーダーに提供し、初心者から経験豊富なトレーダーまで適しています。 主な機能 ダイナミックサイジングテクノロジー : 平均ローソク足レンジに基づいてストップロス、トレイリングストップ、エントリー条件を自動的に調整し、変化する市場環境への適応性を確保します。 ギャップ検出メカニズム : ユーザーが定義した閾値(デフォルト:平均ローソク足レンジの3倍)を超える大きな価格変動(ギャップ)を特定し、高確率のトレードセットアップをピンポイント
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
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
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には2つのモードがあります:Faithful(固定0.02ロット、リスクリワード比1:1、元のスクリプトを正確に再現)またはFlexible(口座資金の割合からロットを算出、ストップロス/テイクプロフィットを個別に設定可能、デフォルトは1:2.5)。チャート上のライブパネルには実際の損益、勝率、現在のシグナル方向が表示され、ワンクリックで新規取引を即座に一時停止できるボタンも備えています。 SPX500で検証済み(2024.04〜2026.07、バックテスト+フォワード):取引数88回、純利益+12,836ドル、平均プロフィットフ
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 シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: 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 — 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 é um Expert Advisor do MetaTrader 5 totalmente automatizado para trading em Forex. A versão mais recente 3.x usa análise de força das moedas para encontrar oportunidades de moeda forte contra moeda fraca, depois aplica confirmação de tendência, cálculo de lote baseado em risco, Stop Loss, Take Profit, controle de sessões e gerenciamento de risco opcional no estilo recovery antes de abrir uma operação. Importante: Titan Sentinel é independente do time
ZyloFx Aurum MT5
Rosa Lina Martinez Jimenez
ZyloFx Aurum は、MetaTrader 5 上で XAUUSD を取引するために特別に開発された プロフェッショナルな自動売買システム です。このエキスパートアドバイザー(EA)は、複数の内部取引戦略、自動市場分析、保留注文管理、市場フィルター、体系的なリスク管理を組み合わせ、ゴールド市場における 高確率の取引機会 を特定します。 このシステムには、異なる取引特性とリスクプロファイルを持つ 9つの内蔵取引戦略 が搭載されています。ユーザーは、あらかじめ設定された Trade Frequency モードを使用するか、Manual Strategy Selection を使用して各戦略を個別に有効または無効にすることができます。 ZyloFx Aurum は、市場環境に応じて取引活動を調整しながら、管理された執行と自動ポジション管理を維持するよう設計されています。高度な 市場フィルター が新しい注文を許可する前に取引環境を継続的に分析し、さまざまな市場状況において規律ある執行を支援します。 すべての取引は、 プログラムされた戦略条件に従って自動的に実行されます 。EA は XA
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 — 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 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 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 を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
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!
同時に機能する多くのシンプルな戦略を組み合わせた多通貨エキスパート アドバイザー。各戦略は、ボラティリティの高い市場の瞬間における単純な取引アルゴリズムに基づいています。各戦略は、過去 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
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
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 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ティックにつき最大1つの保留注文 を順序立てて配置します。 サイクル中はグリッドの再計算や再配置は行われません。 本製品は 2つの独立したバージョン で提供されます: MetaTrader 4 (MT4) MetaTrader 5 (MT5) 各バージョンはそれぞれのプラットフォームセクションに公開され、取引ロジックは同一です。 コアコンセプト 前のローソク足に基づくロジック ハイブリッドグリッド構造 サイクル固定ロジック 段階的な注文実行 初期化時のみの復旧処理 主な機能 Limit / Stop注文対応 オプションの資金管理 固定 / 算術 / 幾何ロットモード 最大ロット制限 利益目標達成時に全決済 取引時間フィルター ブローカー制限保護 詳細なステータス表示 MT4バージョン M
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 は実際の市場条件を前提に設計されており、
Botax Premium
Eka Wahyu Pujiharto St
BOTAX PREMIUM - 22年間のサバイバル・トレンドエディション BOTAX PREMIUMは、XAUUSD(金)専用に設計された機関投資家向けエキスパートアドバイザー(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
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 は、従来の「1つのシグナル、1つの注文」というアプローチを超えています。まず市場によって形成されたインパルス波を分析し、その後、選択された 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 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 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
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
フィルタ:
レビューなし
レビューに返信