FJ Universe ADX Regime

Overview

FJUNIVERSE ADX REGIME EA is a fully automated Expert Advisor for MetaTrader 5 that uses the Average Directional Index (ADX) and Directional Movement indicators (+DI / -DI) as its core signal engine. The EA detects the current market regime, whether trending, ranging, or transitional, and adapts its trading logic accordingly. Every trade entry requires a confirmed +DI / -DI crossover between bar[1] and bar[0], combined with configurable ADX strength and momentum filters that must all pass simultaneously. This approach eliminates false entries caused by choppy, directionless price action and ensures trades are only placed when the market shows genuine directional conviction.

The EA includes seven trading strategy modes featuring the book-accurate DYNAMIC regime switching engine, a Dollar Cost Averaging system, an Auto Lot Recovery calculator, a live on-chart monitoring panel, and real-time Discord and Telegram notifications covering every trade event. This version introduces the DYNAMIC strategy mode based on J. Welles Wilder's ADX regime framework, two SMART entry modes for intelligent position averaging, a choice between ON_TICK and ON_CANDLE_CLOSE execution timing, a top-right monitoring table showing live entry requirement pass or fail status, and a complete Discord and Telegram notification system with queued delivery, duplicate detection, and automatic capture of broker-side take-profit and stop-loss closures.

Signal Engine - ADX and DI Cross Conditions

Every trade entry is gated by the FJU ADX Filter. The following conditions are available and can each be enabled or disabled independently:

  • ADX trending filter: enter only when ADX value is above the configured trend level (default 25), confirming a strong directional market
  • ADX rising filter: enter only when the current ADX bar is higher than the previous bar, confirming momentum is accelerating rather than fading
  • +DI cross above -DI: the primary LONG trigger, fires when the positive directional indicator crosses above the negative directional indicator between bar[1] and bar[0]
  • -DI cross above +DI: the primary SHORT trigger, fires when the negative directional indicator crosses above the positive directional indicator between bar[1] and bar[0]
  • Trade direction filter: restrict entries to LONG_ONLY, SHORT_ONLY, or NO_FILTER (both directions allowed)

The ADX indicator period, trend level threshold, and range level threshold are all configurable. All signals are confirmed on bar close to avoid false intra-bar crossovers.

ADX Regime Framework

The EA implements the ADX regime classification system developed by J. Welles Wilder. The ADX value divides the market into three zones:

  • ADX above 25 (Trending): the market is moving with conviction in one direction. Trend-following strategies work here. Breakout trading works here. Mean reversion fails.
  • ADX below 20 (Ranging): the market is bouncing between support and resistance. Momentum means nothing. Mean reversion works here. Trend following fails.
  • ADX between 20 and 25 (Gray Zone): transition territory. The market is waking up or falling asleep. The EA handles this zone by reducing lot size via the gray zone lot percentage setting, keeping your take-profit and stop-loss exactly as configured.

The DYNAMIC strategy mode implements this framework automatically, switching between trend-following and mean-reversion logic based on the live ADX value every tick.

Trading Strategies

Strategy Description
CLASSIC Opens one trade per DI crossover signal. Long when +DI crosses above -DI. Short when -DI crosses above +DI. Only one position open at a time per direction.
TREND_FOLLOW Same DI crossover logic as CLASSIC but additionally requires ADX to be rising (current bar higher than previous). Only opens trades when trend momentum is accelerating. Most selective mode.
REVERSAL Counter-trend mean reversion mode. Opens a long when -DI crosses above +DI (fade the shorts). Opens a short when +DI crosses above -DI (fade the longs). Designed for ranging markets.
BOTH_SIDES No directional filter. Accepts any DI crossover signal in either direction. Can hold long and short positions simultaneously on the same symbol.
DYNAMIC Automatically switches strategy based on the live ADX value. When ADX is above the trend level (default 25), the EA uses TREND_FOLLOW logic requiring rising momentum. When ADX is below the range level (default 20), the EA switches to REVERSAL logic for mean reversion. In the gray zone between 20 and 25, the EA trades cautiously with a reduced lot size via the gray zone lot percentage setting. Take-profit and stop-loss are always applied exactly as configured.
CLASSIC_EXTREME_SMART Opens the first trade using standard CLASSIC DI crossover logic. For subsequent entries (when DCA or multiple trades are enabled), only opens a new position when a valid DI cross signal fires AND the current entry price is better than the average open price of all existing positions in that direction. For longs, the ask must be below the current DCA average. For shorts, the bid must be above the current DCA average. Prevents averaging into worse levels.
CLASSIC_EXTREME_SMART_PLUS Same smart entry logic as CLASSIC_EXTREME_SMART but compares the current price against the most recent individual entry price instead of the DCA average. For longs, the ask must be below the last long entry price. For shorts, the bid must be above the last short entry price. A stricter filter than CLASSIC_EXTREME_SMART that ensures every new position in the basket is at a genuinely better level than the previous one.

Take-Profit and Stop-Loss

Take-profit and stop-loss are calculated as a percentage of the entry price. This universal approach works identically on all instruments regardless of price scale, pip value, or decimal places. No manual recalculation is needed when switching between Forex, Metals, Crypto, or Indices. The exact percentages you configure are applied to every position, consistent with other FJUNIVERSE EAs. Both TP and SL can be independently enabled or disabled. Close on reversal signal is also available as an independent exit method, closing a LONG when a SHORT signal fires and vice versa.

Lot Sizing

Four sizing formats are available:

  • LOT: direct lot size input, the simplest option
  • CURRENCY_AMOUNT: fixed amount in the account currency. The EA calculates the lot size so that a full price move to zero would cost the configured amount
  • PERCENT_OF_BALANCE: lot size is calculated so that a full price move to zero would cost the configured percentage of account balance. In practice this produces a conservative position, so a typical TP or SL hit represents only a fraction of that percentage
  • PERCENT_OF_EQUITY: same calculation as PERCENT_OF_BALANCE but uses live equity instead of balance, so the lot size adjusts dynamically as equity changes

If the calculated lot size falls outside broker limits, the EA logs a warning to Discord with the minimum and maximum recommended cost values so you can adjust the setting. Because the formula is based on full-position-value risk rather than TP distance, the configured amount behaves as a hard ceiling on potential loss.

Dollar Cost Averaging

When DCA is enabled, the EA opens additional positions as the market moves against the initial trade. The average entry price is recalculated across all open positions after each DCA level. TP and SL levels shift dynamically to reflect the new averaged cost, so the entire basket only needs to recover to the average price plus TP percentage rather than return to the original entry. A stop-loss can optionally remain inactive until the first DCA position is opened, giving the initial entry more room before drawdown protection activates.

Auto Lot Recovery

When previous trades have resulted in a net loss, the Auto Lot Recovery system calculates a larger lot size for the next trade to recover the deficit. Two modes are available:

  • From past trades by magic number: reads the actual closed profit and loss of the last N trades belonging to this EA and calculates the exact lot needed to recover the total loss plus an additional percentage buffer
  • From equity and balance drawdown: monitors live equity against balance and sizes the next trade to recover the equity gap

A margin safety check ensures the recovery lot does not exceed 90 percent of available free margin. If it does, the EA scales the lot down automatically or falls back to the base lot size and logs a warning.

Equity Target Auto-Exit

A specific equity value can be configured. When the account reaches that level, the EA closes all open positions immediately. This is useful for running profit targets on challenge accounts, managed accounts, or prop firm evaluations.

Last Cycle Mode

When the last cycle setting is enabled, the EA stops opening new positions but continues managing existing trades through their TP, SL, DCA, and reversal-close logic. This is useful for winding down a strategy before disabling the EA or before a news event where you want to exit existing exposure without adding new risk.

Execution Timing

The EA supports two execution modes controlled by the executeOn parameter. ON_TICK evaluates the strategy on every price change, giving the fastest possible reaction to new crossover signals but consuming more CPU. ON_CANDLE_CLOSE evaluates only when a new bar opens, which is the traditional approach, uses less CPU, and trades on confirmed bar-close signals. ON_CANDLE_CLOSE is preferred for higher timeframes and for users running multiple EAs on the same terminal. ON_TICK is preferred for lower timeframes and scalping or when immediate entries are needed.

On-Chart Monitoring Table

A live monitoring panel is drawn in the top-right corner of the chart showing every entry requirement with a pass or fail color indicator. Updated every tick or every candle close (matching the execution timing setting), the table displays the currently selected strategy, the effective strategy DYNAMIC has resolved to, the ADX trending filter status, the ADX rising filter status, the +DI and -DI cross trigger status, the current ADX value (color-coded green for trending, orange for ranging, yellow for gray zone), the current +DI and -DI values, and the count of open long and short positions. This lets you see at a glance why the EA is or is not entering, without opening the Experts log.

Discord and Telegram Notifications

The EA sends real-time notifications for every trade event: EA startup, EA shutdown, trade entry, trade exit including broker-side TP and SL closures, equity target reached, and error conditions. Messages are queued and sent at 3-second intervals to avoid API flooding, with built-in duplicate detection to prevent the same event being sent twice.

Discord notifications use rich color-coded embeds (green for profit, red for loss, orange for warnings, gray for system events) and can be routed to up to three separate webhook destinations: a monitor channel, a custom log channel, and a results summary channel. Telegram notifications use HTML formatting with proper UTF-8 encoding and send to both a shared FJUNIVERSE channel and an optional user-configured channel. Custom branding links (brand name + URL) can be appended to every notification.

Closed trades are captured by an OnTrade event handler that monitors the trade history database, so broker-side TP and SL hits, manual closes, and EA-initiated closes are all reported identically. You never miss a closure.

Input Parameters

ALGO Conditions

Parameter Default Description
andIsADXTrending true Require ADX to be above the trend level before opening a trade
andIsADXRising false Require ADX to be rising (current bar higher than previous)
andIsDIPlusCross true Require +DI / -DI crossover for LONG signals
andIsDIMinusCross true Require -DI / +DI crossover for SHORT signals
tradingStrategyMode DYNAMIC One of seven strategy modes: CLASSIC, TREND_FOLLOW, REVERSAL, BOTH_SIDES, DYNAMIC, CLASSIC_EXTREME_SMART, CLASSIC_EXTREME_SMART_PLUS
openOnly NO_FILTER Direction filter: NO_FILTER, LONG_ONLY, SHORT_ONLY
executeOn ON_TICK When to evaluate strategy logic: ON_TICK for every price change, ON_CANDLE_CLOSE for bar close only (lower CPU, confirmed signals)

ADX Indicator Settings

Parameter Default Description
adxPeriod 14 ADX indicator lookback period
adxTrendLevel 25.0 ADX value above which the market is classified as trending
adxRangeLevel 20.0 ADX value below which the market is classified as ranging
showIndicatorLogs false Print ADX, +DI, -DI, and signal values to the Experts log every tick
grayZoneLotPercent 50.0 Percentage of normal lot size used in the ADX gray zone (20-25). Only applies in DYNAMIC mode. Set to 0 to block trading in the gray zone entirely. Take-profit and stop-loss are not modified.

Strategy Settings

Parameter Default Description
useTP true Enable automatic take-profit placement
ADXR_TP_PERC 2.0 Take-profit distance as percentage of entry price
useSL true Enable automatic stop-loss placement
ADXR_SL_PERC 1.0 Stop-loss distance as percentage of entry price
closeOnReversal false Close positions when an opposite DI crossover signal fires
maxOpenTrades 1 Maximum simultaneously open positions per direction
costOfSingleOrder 0.01 Base trade size value, interpreted by costFormat
costFormat LOT How trade size is measured: LOT, CURRENCY_AMOUNT, PERCENT_OF_BALANCE, PERCENT_OF_EQUITY

DCA and Recovery Settings

Parameter Default Description
useDCA false Enable Dollar Cost Averaging
activateSLWithDCA false Delay stop-loss activation until the first DCA position is opened
useAutoLotRecoveryByFJU FALSE Lot recovery method: FROM_PAST_TRADES_BY_MAGIC_NUMBER, FROM_EQUITY_BALANCE_DRAWDOWN, or FALSE (disabled)
recoveryRangeForPastTrades 100 Number of past trades included in the lot recovery calculation
additionalPercentageToRecovery 10.0 Extra percentage added on top of the calculated recovery amount for a profit buffer
closeAllTradesOnEquityHigherThen 0.00 Auto-close all trades when equity reaches this value. Set to 0 to disable.
useEquityManagerForAutoLotRecovery false Link recovery lot calculation to the equity manager for continuous drawdown targeting
lastCycleOfADXR false Block new positions. EA manages the existing basket to TP or SL then stops.

EA General Settings

Parameter Default Description
magicNumber 260413 EA identifier. Must be unique per symbol and chart instance.
useFillingPolicy true Auto-detect the broker fill policy (IOC, FOK, or RETURN)
orderComment FJUNIVERSE | ADXR | TRADE Comment attached to every order ticket

Notifications

Parameter Default Description
brandLinkName (empty) Display name for brand link appended to notifications (truncated to 10 characters)
brandLinkURL (empty) URL for brand link appended to notifications
discordNickName ANONYMOUS Nickname shown in Discord messages
discordWebhookLogs (empty) Custom Discord webhook URL for trade entries, exits, and system events. Falls back to the built-in FJUNIVERSE channel if empty.
discordWebhookResults (empty) Custom Discord webhook URL for closed trade results with branding links. Leave empty to use the built-in results channel only.
telegramNickName ANONYMOUS Nickname shown in Telegram messages
telegramBotToken (empty) Telegram Bot API token from BotFather. Leave empty to use the built-in FJUNIVERSE Telegram channel only.
telegramChatID (empty) Telegram chat or channel ID for notifications

Installation

  1. Place FJUNIVERSE_ADX_REGIME in the MQL5 Experts folder
  2. Open MetaEditor and compile both files (press F7)
  3. Restart MetaTrader 5 or refresh the Navigator panel
  4. Drag the EA onto a chart and enable AutoTrading

The EA works on all symbols and all timeframes. For Discord and Telegram notifications, allow the relevant URLs in MetaTrader 5 under Tools, Options, Expert Advisors, Allow WebRequests for listed URLs: https://discord.com and https://api.telegram.org. If notifications are not needed, leave the webhook and token fields empty. The built-in FJUNIVERSE channels will still receive messages unless custom webhooks override them.

Notes

  • All signal conditions are AND-gated. Every condition that is enabled must pass simultaneously before the EA opens a trade. Disabling a condition removes it from the check entirely.
  • The DYNAMIC strategy mode overrides the andIsADXTrending and andIsADXRising inputs because it manages its own ADX-based regime switching internally.
  • CLASSIC_EXTREME_SMART and CLASSIC_EXTREME_SMART_PLUS are designed for use with DCA and maxOpenTrades greater than 1. On the first entry they behave identically to CLASSIC.
  • The magic number must be unique per chart instance when running the EA on multiple symbols or timeframes at the same time.
  • Percentage-based TP and SL work on all instruments: Forex, Metals, Crypto, Indices, Commodities. No pip or point conversion is needed. The configured percentages are applied exactly as set, with no implicit adjustments.
  • The on-chart monitoring table can be hidden by removing the EA from the chart. Chart object cleanup is automatic on EA removal.
  • For further documentation, setup files, and community discussion, see the product comments section.

Risk Disclaimer:

Trading involves significant risks, and past performance is not indicative of future results. FJUNIVERSE ADX REGIME EA uses automated trading strategies which amplify both potential profits and losses. Market volatility, economic changes, and unforeseen events can impact performance. There is no guarantee of profits, and you may lose part or all of your invested capital. DCA and lot recovery strategies can amplify losses in prolonged adverse market conditions. Always conduct your own research, assess your risk tolerance, and consider consulting a financial advisor before using this EA. The performance shown reflects test results, but your results may vary due to differences in account size, broker conditions, or execution timing. FJUNIVERSE is not liable for any losses incurred by users of this EA.

Recommended products
Master Blue Gold
Metab Alghnam
1 (1)
Master Blue Gold EA Overview Master Blue Gold EA is an automated Expert Advisor designed specifically for XAUUSD (Gold) on the M1 timeframe . The EA uses an advanced Stop-Reverse trading mechanism that continuously follows market movement with a dynamic opposite pending stop order. It is designed for traders who prefer a simple and disciplined trading system without martingale or grid strategies. Main Features • Designed for XAUUSD • Optimized for M1 timeframe • Fixed lot size • Dynamic Stop-Re
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
Safe Gold Trend Pro
Patrick Deslauriers
Gold Trend Strength Pro Gold Trend Strength Pro is a MetaTrader 5 Expert Advisor designed specifically for XAUUSD (Gold) trading on the M15 timeframe . The EA combines trend analysis, market strength detection, volatility filters, and dynamic risk management to identify high-probability trading opportunities while avoiding unnecessary market exposure. Main Features Designed exclusively for XAUUSD / Gold Recommended timeframe: M15 Trend-following strategy with market strength analysis Vol
Indicators Trader MT5
Konstantin Nikitin
Automated multicurrency Expert Advisor with an unlimited number of currency pairs. In this case, it is possible to indicate on each individual currency pair how the adviser will work with it. You can add orders manually. The expert does not have a specific strategy. Everyone chooses what features he will use. And on what indicators and on which TF to work with them. Real account, which is fully led by an expert. MACD and Envelopes are used . Индикаторы Two Moving Average Envelopes RSI Force I
Goal
Agus Santoso
MT4 Version : https://www.mql5.com/en/market/product/134601 MT5 Version : https://www.mql5.com/en/market/product/134602 Expert Advisor "Goal" is an automated trading solution based on the One Shot TP/SL strategy, which optimizes profit opportunities with precise entry and strict risk management. Using a combination of Alligator, Awesome Oscillator, and Bollinger Bands indicators, this EA analyzes market trends and momentum to execute orders with high probability. Key Features One Shot Tr
GoldenEagle
Chantal Thys
GoldenEagle – Smart Trend Trading EA GoldenEagle is a powerful and intelligent Expert Advisor designed to trade trending markets with precision and consistency. Built for MetaTrader 5, this EA combines Moving Average crossovers, RSI filters, and volatility detection (ATR) to identify high-probability trading opportunities. Key Features: Trend-Based Logic – Trades only in strong, confirmed market trends RSI Filtering – Avoids overbought/oversold traps ATR Volatility Filter – Detects
US500 Scalper
Sergey Batudayev
The S&P 500 Scalper Advisor is an innovative tool designed for traders who want to successfully trade the S&P 500 Index. The index is one of the most widely used and prestigious indicators of the American stock market, comprising the 500 largest companies in the United States. Peculiarities: Automated trading solutions:   The advisor is based on advanced algorithms and technical analysis to automatically adapt the strategy to changing market conditions. Versatile approach:   The advisor combine
Boom and Crash Plus
Godbless C Nygu
1 (1)
Join Deriv link on profile>>> This is new Robot which created by Moving Average... There is things to Consider before you buy or rent this Robot, I listed down here so that you can read before you purchase this Robot 1; Not perfect 100% because you can make the huge profit but sometimes you can make a little loss i can say Profit 70% and losses 30%. 2; Use setup which provided by developer not otherwise. 3;Use lower timeframe, 1,5 Minute recommended. 4;You can deposit $50  and above. 5;Backte
USD pro
Roberto Mubonane Muiambo
Currency EURUSD Timeframe 1H  PRO EA as a price action–based Expert Advisor that can be tuned to work on any Forex currency pair, timeframe by adjusting its settings. With flexible parameters, you can adapt USD PRO EA to trade any Forex symbol by simply adjusting the settings. With the Time Limit Settings, you have full control over when the EA is active. This allows you to fine‑tune trading sessions to match the most liquid and profitable market hours. The Max Trades Per Day setting allow
GridFlow EA
Fereshteh Sotoudehhagh
GridFlow EA GridFlow EA is a simple and lightweight grid trading Expert Advisor for MetaTrader 5. This Expert Advisor is designed for traders who want to create a price-range grid using pending orders. The user can manually define the trading range by entering the LowerPrice and UpperPrice values. The EA then divides this range into grid levels according to the selected GridCount and places BUY or SELL pending orders depending on the selected OrderSide. If LowerPrice and UpperPrice are both lef
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
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
GoldSpire MT5
Mohamed Gaith Mouzeik
5 (3)
GoldSpire MT5 is a professional Grid and Basket Expert Advisor for MetaTrader 5, developed for trading XAUUSD / Gold. The EA combines controlled grid management, adaptive market filters and integrated protection features to manage trading cycles in a structured and risk-aware way. GoldSpire MT5 is not designed as a simple grid robot that opens positions continuously. The EA analyzes the current market environment and adapts its behavior to different market regimes. In calmer market phases, it ca
First Buyer 1000$ Next Buyer Will Be 2000$ and will be higher EXPERT ADVISOR: SMART CHEAP AND GOOD 2026   Turn $5 into $65,000 - The Ultimate Low-Cost, High-Return Trading Bot! This is a budget-friendly Expert Advisor, but do not let the low price fool you. If an inexpensive application has the power to turn a mere $5 into $65,000, you are incredibly lucky to have your hands on this system. WHY YOU NEED THIS EXPERT ADVISOR TODAY: 1. Massive ROI Potential from Micro Accounts   You do not need hu
Gold of the King
Francisco-fabio Braga Viana
Gold of the King – XAUUSD Expert Advisor Gold of the King is a professional Expert Advisor designed exclusively for XAUUSD (Gold) trading on MetaTrader 5. Built with advanced institutional trading logic, it combines trend analysis, Smart Money Concepts (SMC), multi-timeframe confirmation, and intelligent risk management to deliver high-quality trading opportunities. The EA continuously analyzes market structure, liquidity zones, momentum, and volatility before executing a trade. Instead of chasi
Baron Sovereign Trend — High-Performance Gold Algorithm Baron Sovereign Trend is a specialized trend-following tool for XAUUSD (Gold) on the M30 timeframe. This expert advisor is a public version of the elite Baron Sovereign ecosystem, designed to demonstrate the high quality and reliability of DKEKADYROV trading algorithms. Why this version is a must-have: Proven Logic: Uses the core trend-detection engine from our premium systems. 100% Transparency: Fixed risk management (1.2%) for maximum acc
FREE
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
Aurum Pulse Scalper MT5 PROFESSIONAL XAUUSD SCALPING EXPERT ADVISOR Precision • Discipline • Consistency Built Exclusively for XAUUSD Unlike generic multi-symbol Expert Advisors, Aurum Pulse Scalper MT5 has been designed exclusively for the Gold market. Every component of the trading engine has been optimized specifically for XAUUSD price behavior, volatility characteristics, and liquidity conditions. No unnecessary multi-symbol complexity. One market. One specialization. One professional
Eldorado Scalper
Dmitriq Evgenoeviz Ko
Eldorado Scalper: A Premium Algorithm for Trading XAUUSD Eldorado Scalper is a multidimensional algorithmic system designed for selective gold trading (XAUUSD) on the M5 timeframe. The approach is based on market matrix analysis, which combines price dynamics, momentum, volatility, liquidity, and session structure. Trading Logic Live Signal The system doesn't react to chaotic movements, but filters out market noise. Its goal is not to maximize the number of trades, but to pinpoint structured opp
NEXA Adaptive Gold Engine PRO 1. Overview NEXA Adaptive Gold Engine PRO is an automated trading Expert Advisor designed for the GOLD (XAUUSD) market. It analyzes market structure, trend direction, and volatility conditions to execute trades based on predefined rules. The system combines multiple condition-based logics to adapt to different market situations. 2. How It Works The EA operates using the following process: Market trend and structure analysis Volatility-based entry condition validatio
Oil XTrender MT5 Oil XTrender MT5 is a powerful Expert Advisor (EA) designed specifically for trading crude oil instruments such as XTIUSD or WTICOUSD . The EA applies strict signal confirmation using candlestick behavior combined with RSI, EMA, and ADX indicators , along with an adaptive averaging and dynamic take-profit system optimized for volatile and trending market conditions . Although primarily optimized for crude oil instruments with 2-digit pricing , Oil XTrender MT5 can also be used
ScalperBunny
Marius Ovidiu Sunzuiana
ScalperBunny  EA ( EAReverseScalp methods) Adaptive Precision Trading for All Market Conditions RegimeSwitch VirtualStops is a next‑generation automated trading system engineered for professional‑grade performance and reliability. It harnesses a regime‑switching core — dynamically alternating between trend‑following breakouts and mean‑reversion reversals — guided by ADX market phase detection to ensure the right tactic is applied at the right time. The trend module aligns with EMA bias and Donc
Grid EA Balanced Grid
Gamaralage Acira Maduranga Meegasthenna
Balanced Grid EA – Smart Trend Grid Trading System Balanced Grid EA is an intelligent automated trading system designed for the Forex and CFD markets . The EA combines trend filtering , adaptive grid management , and dynamic basket profit control to manage trades efficiently during both trending and ranging market conditions. Main Settings Smart Trend Detection Uses EMA and ADX/DMI filters to identify market direction. Opens trades only when trend conditions are confirmed. Adaptive Grid Trading
Aurum Intraday EA
Rodrigo Leonardo Favreau Giuliodoro
Aurum Intraday EA – Advanced Gold Trading Algorithm The Aurum Intraday EA is a powerful automated trading system designed specifically for Gold (XAUUSD) traders who want to capture strong intraday movements while maintaining full control over risk and strategy configuration. Built with a robust algorithm and optimized for H1 and H4 timeframes (H4 recommended) , this Expert Advisor is capable of identifying high-probability opportunities in the gold market and executing trades with precision and
This expert trading tool utilizes the SuperTrend indicator with a powerful custom optimization metric to help traders find the best systems with low stagnation and high net profit. Traders enter a position (long or short) when the bar opens above or below the indicator line. You can exit the position when the price "reverse" it's signal or don't exit and let it close based on risks (Take profit, stop loss) or by time exiting at the end of session. Other features include the ability to set Take
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
XGen Scalper MT5 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
AurumX Gold Scalper Pro
Miftada Handoyo Yanuar
AurumX Scalper Pro – Smart XAUUSD Trading EA AurumX Scalper Pro is an Expert Advisor (EA) for MetaTrader 5, specifically designed for trading XAUUSD (Gold) using a scalping approach based on trend and market momentum . This EA helps traders capture fast entry opportunities in the market with a structured trading system, making trading more disciplined, measurable, and emotion-free . ️ Key Features Smart Scalping Logic (Trend + Momentum Filter) Auto Entry & Exit System Built-in Risk Con
FxWorldGodfathermq5
Afjal Hussain Swapan
roduct Overview Smart Grid Hedging EA is an advanced algorithmic trading system that combines   trend filtering ,   grid trading , and   hedging strategies   to create a robust automated trading solution. This Expert Advisor is designed for forex and commodity markets with special optimization for gold (XAUUSD) trading.   Core Features Dual Engine System Engine A : Specialized for buy (long) positions with independent magic number Engine B : Specialized for sell (short) positions with independ
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.78 (18)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Iron Stops
Fajar Dicky Firmansyah
4.59 (44)
100K Live Signal:  https://www.mql5.com/en/signals/2386516 remember this is a 100k darwinex zero account and i didnt deposit 100k its only for showing live results. No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (41)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
MoonDog EA
James Vito Armin Bianchini
4.93 (15)
MOONDOG EA  $299 FOR A LIMITED TIME The major Machine Learning  update is planned in approximately 10 days . After the update, the price will increase . Secure MoonDog EA now at $299 before the new version goes live. MoonDog EA is a multi-strategy breakout Expert Advisor developed specifically for XAUUSD on MetaTrader 5. The system combines five independent breakout strategies designed to identify different breakout and price-expansion conditions. MoonDog does not use martingale, recovery mode,
Smart Gold Hunter
Barbaros Bulent Kortarla
4.07 (58)
Important update Previous set files should not be used with SGH Ultimate. Please use the updated set files prepared for this version. For details about the latest update and the current live-signal set file, please check the dedicated MQL5 blog post. No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale,
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Scalping Robot Pro MT5
MQL TOOLS SL
4.41 (153)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.54 (13)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Ghost Scalper MT5
Thomas Christoph Lipka
5 (6)
Ghost Scalper MT5 Ghost Scalper MT5 is a fully automated Expert Advisor developed for trading XAUUSD / Gold on MetaTrader 5. The EA combines four independent trading strategies: Ghost A, Ghost B, Ghost C and Ghost D. Each strategy has its own trading logic, management and individual risk settings. Every strategy can be enabled or disabled separately. Features Designed for XAUUSD / Gold Four independent trading strategies Automatic BUY and SELL trading Fixed Lot or percentage-based risk Separate
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Cortex IDX
Vladimir Mametov
5 (3)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Quantum Athena X
Bogdan Ion Puscasu
5 (5)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Quantum King EA
Bogdan Ion Puscasu
4.96 (216)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Zerqon EA
Vladimir Lekhovitser
3.47 (32)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide LIMITED PRICE — $400 Aura Gold Pro Edition is available now for only $400 , but from September 1 , the price will increase to $999 . After September 1, the price will be more than double.  Don’t wait until the price goes up — secure your copy now for $400. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.
Zoomini
Gennady Sergienko
1.53 (17)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA The Evolution of Precision Gold Automation Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Zenith AI EA at the earliest stage and follow the evolution of the system through public live monitoring from the beginn
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +300% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
The Gold Space
Ayush V Jain
5 (5)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $1199 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008
Wave Rider EA MT5
Adam Hrncir
4.82 (44)
Scalper speed with sniper entries. Built for Gold. Summer sale - 399 USD only instead of 499 USD until end of August. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signa
SomaGold
Andrii Soma
5 (10)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
Byrdi
William Brandon Autry
5 (20)
BYRDI - The Distributed Trading Network That Coordinates the Portfolio. Most Expert Advisors see one terminal, one account, and one set of positions. BYRDI sees the wider network. BYRDI connects separate MetaTrader 5 terminals into a coordinated trading mesh. Each node can keep its own account, broker, markets, strategy, AI model, capital allocation, and risk settings while sharing the information needed for wider portfolio awareness. The network can coordinate execution, limit duplicated expos
Pulse Pro MT5
Mian Rameez Ali
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Logan MT5
Thierry Ouellet
4.26 (34)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ soon! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—including move
More from author
FJUNIVERSE | MT5 Minimum Lot Price Snapshot Tool A simple and effective way to understand your risk per trade. This script is designed to help beginner traders clearly see the potential risk associated with trading the minimum lot size on each symbol listed in their Market Watch. With one click, the script calculates the estimated value of a position opened at the minimum lot size, using the current market (ask) price and contract size. It then determines how much would be at risk if the price o
FJ Universe DCA Investor
Frantisek Juris
5 (3)
DCA INVESTOR BOT | MetaTrader 5 Trading Robot An automated trading solution designed to simplify and optimize your trading strategy on MetaTrader 5 (MT5). This Expert Advisor (EA) employs a disciplined Dollar-Cost Averaging (DCA) strategy to execute buy positions and manage trades efficiently. It evaluates conditions for opening a buy position and updating the take-profit level after each new candle opens. If no trades are active, a new trade is initiated. For existing trades, the EA calculates
DCA HEDGE BOT | MetaTrader 5 Short Selling Robot Master bearish markets with the DCA Hedge Bot, an automated trading solution designed to optimize your short-selling strategy on MetaTrader 5 (MT5). This Expert Advisor (EA) leverages a disciplined Dollar-Cost Averaging (DCA) strategy to execute sell positions and manage trades efficiently in volatile or rising markets. It evaluates conditions for opening a sell position and updating the take-profit level after each new candle opens. If no trades
HFT TURBO BOT | MetaTrader 5 Trading Robot Supercharge your trading with HFT TURBO BOT, a cutting-edge automated trading solution designed for MetaTrader 5 (MT5). This Expert Advisor (EA) leverages a high-frequency trading (HFT) strategy to execute lightning-fast trades with small take-profit targets and high leverage, maximizing opportunities in volatile markets. Built for traders who crave speed and precision, HFT TURBO BOT opens buy or sell positions at the start of each new candle, with cust
AIX GROK FJU ASSISTANT | MetaTrader 5 AI-Powered Trading Advisor Transform your trading with the AIX GROK FJU ASSISTANT, an advanced MetaTrader 5 (MT5) Expert Advisor (EA) that leverages cutting-edge AI technology from GROK (powered by xAI) to provide real-time technical analysis and trading insights. Designed for both novice and seasoned traders, this EA connects your MT5 charts to GROK AI, delivering data-driven, emotion-free trading signals directly to your Discord or Telegram. By analyzing c
FJUNIVERSE | MT5 Volatility Checker & Minimum Lot Snapshot Tool A powerful one-click scanner that instantly reveals the real risk and volatility of every symbol in your Market Watch — using the current chart timeframe. This script calculates the exact USD value at risk for the broker-defined minimum lot, plus a complete volatility profile based on all loaded candles. Results are saved in a clean CSV file and printed to the MetaTrader Journal with bar count. Features: Calculates MINPRICE: risk of
MetaTrader 5 Expert Advisor integrating Grok AI (xAI) for real-time chart analysis, customizable signals, and automated trading support. The Grok AI Trader - FJU Assistant is an MT5 Expert Advisor (EA) that connects your MetaTrader 5 platform directly to Grok AI from xAI. Using predefined or custom prompts, it analyzes chart data (OHLC, volume, etc.) at candle close and provides technical insights, trading suggestions, and optional automated order execution. Signals and reports can be sent to Di
Overview FJUNIVERSE RSI MACDON EA is a fully automated Expert Advisor for MetaTrader 5 that uses RSI (Relative Strength Index) and MACD (Moving Average Convergence Divergence) as its core signal engine. Before any trade is opened, the EA evaluates up to ten configurable RSI and MACD conditions simultaneously. All conditions must pass at the same time. This approach reduces false entries and improves the quality of every position placed on the account. This EA is extended version of original FJ U
FJUNIVERSE M. PRINTER EA - High-Leverage DCA Recovery Expert Advisor for MT5 (M1 Scalper) FJUNIVERSE M. PRINTER is a fully automated high-leverage, high-frequency DCA recovery Expert Advisor for MetaTrader 5, engineered for strongly trending markets on the M1 (one-minute) timeframe . The EA uses a grid-style scaling engine combined with an equity-driven recovery module to press an active position as the market moves, then flush every open trade the instant the account equity lifts above the pre-
Overview FJU PROP RSI MACD is a fully automated Expert Advisor for MetaTrader 5 designed for prop-firm challenges, funded accounts, and any account where strict risk-management rules must hold at all times. It is the prop-firm-aware evolution of the original FJUNIVERSE RSI MACDON signal engine, wrapped in three protective layers that make the bot trade like a disciplined human, enforce the rule book automatically, and survive a terminal restart without resetting your daily counters. The signal c
FJU DCA DWX ZERO BOT | Darwinex Zero Ready MetaTrader 5 Trading Robot An automated trading solution designed to make your Dollar-Cost Averaging (DCA) strategy work hand in hand with Darwinex Zero on MetaTrader 5 (MT5). This Expert Advisor (EA) is the Darwinex Zero aware evolution of the original FJ Universe DCA Investor . It employs the same disciplined DCA strategy: it evaluates conditions for opening a buy position and updating the take-profit level after each new candle opens. If no trades ar
Overview FJ UNIVERSE Quantum Intelligence EA is a fully automated Expert Advisor for MetaTrader 5 that uses a Markov regime-switching model as its core signal engine. Instead of a classic indicator, the EA classifies the market into one of three regimes, Bull, Bear, or Sideways, by measuring the rolling log-return of price over a configurable lookback window. It then builds a live transition matrix, learning the probability that the current regime is followed by an up move versus a down move, an
WEALE Price List | Wealth Engine Capital Scanner Utility for MetaTrader 5 WEALE Price List is a MetaTrader 5 (MT5) utility script that shows how much capital you need to fill the full Wealth Engine DCA ladder on every symbol in your Market Watch. This utility is the planning companion to the FJ Universe Wealth Engine (WEALE) Expert Advisor. Where the Wealth Engine runs the strategy, the WEALE Price List helps you decide where to run it. The script scans each symbol in your Market Watch, reads th
Filter:
No reviews
Reply to review