Z4 Trend And Time EA

This EA is a time-based algorithmic trading framework designed to demonstrate execution mechanics. Instead of constantly scanning the market, it is programmed to wake up and evaluate market conditions at the hour and minute candle you specify.

HOW IT OPERATES: 

When your trigger time arrives, the algorithm performs a multi-layered analysis before making a simulated or trading decision. It looks for an alignment of your customized settings:

  • Trend Confirmation: Evaluates the current price action against up to three customizable Moving Averages (EMAs).

  • Momentum & Volatility Filters: Checks MACD, ADX, and ATR to observe if the market is too flat or dangerously chaotic.

  • Execution Safety: Aims to verify if the live spread is within your allowed maximum limit before attempting to send any request to the server.

If the technical filters and safety parameters align at that specific minute, the EA attempts to execute the trade using a calculated lot size that targets your specified risk percentage.

KEY FEATURES:

  • Exact Candle Execution: Designed to trigger at your predefined time window, allowing you to observe specific time-based strategies.

  • Advanced Trade Management: Systematically manages unrealized profits using a Risk/Reward (R-Multiple) Step Trailing Stop algorithm.

  • Strict Server Protection: Built-in request cooldowns and retry limits designed to help prevent server spam and demonstrate compliance with strict broker rules.

  • Daily Forced Close: An optional mechanism that attempts to automatically close all active trades at a specific hour.

LEGAL WARNING AND DISCLAIMER:

This EA, its manual, and all default settings are for educational and software execution purposes only. They do not constitute financial, investment, or trading advice.
To the maximum extent permitted by applicable law, the developer completely disclaims any liability for direct, indirect, incidental, or consequential damages resulting from the use of this software.
Proprietary trading firms frequently change their rules regarding HFT, tick scalping, and EA usage. It is the user's sole responsibility to ensure that the EA's configuration complies with their specific firm's current terms of service. The developer makes no guarantee that using this EA will result in passing a challenge or retaining a funded account.
The security, delay, and spam protection settings included in this EA (Expert Advisor) are developed to help you comply with the strict rules of brokers and proprietary trading firms. However, in algorithmic trading and financial markets, there is no such thing as a 100% guarantee. The developer cannot and will not be held responsible for any rule violations (such as HFT violations, spam bans, etc.), account closures, or any financial losses resulting from server-side delays (lag), temporary disconnections, changes in broker rules, or misconfiguration of the bot. By using this EA, you acknowledge and agree that all responsibilities and risks are entirely your own.
Past performance is not indicative of future results. Please test on a demo account first.
This software is provided 'as is' and 'as available' without any warranty of any kind. The developer does not guarantee that the EA is entirely error-free, bug-free, or will flawlessly execute every intended function under all terminal or server conditions.

While the EA includes default settings for demonstration purposes, every broker's environment has different spreads, slippage, and server delays. Therefore, to fully understand the software's mechanics, it is highly recommended to perform your own backtests and forward tests strictly on a Demo account to observe how the algorithm reacts to these variables.
CRITICAL REQUIREMENT: This EA is specifically designed for  HEDGING accounts only.

BROKER EXECUTION & DELAY SETTINGS

These settings are designed to help protect your account from being flagged for server spam or high-frequency trading limits enforced by strict brokers.

  • Max Valid Signal Duration (Sec): Works directly with your "Daily Timed Signal". If your exact entry time is 15:00:00, this setting limits the execution window. If set to 20, the EA will only attempt to open a trade between 15:00:00 and 15:00:20. If the broker server lags or spreads spike and don't normalize within these exact 20 seconds, the EA completely ignores the signal to avoid entering a trade too late.
  • Blacklist Max Retry Limit: The permanent hard-stop safety feature. If the EA attempts to modify a trailing stop or force-close an order and the broker rejects it this many times in total (e.g., 18 times), the EA permanently blacklists that specific ticket number and will never attempt to touch it again.

CRITICAL WARNING: Do not set this too low (e.g., 1 or 2). If you set it to 1, a single temporary network glitch while moving the Trailing Stop or executing the Daily Forced Close will cause the EA to permanently blacklist the trade, meaning your trailing stop will freeze forever and your trade won't close at the scheduled time! Recommended: 15-20.

  • Server Request Cooldown (Sec): The Baseline Delay (Step 1). This acts as your primary defense mechanism against server spam. It is the standard wait time targeted to pass between any modifications made to the same order. For example, if the Trailing Stop moves your SL, the bot is programmed to wait for this amount of time (e.g., 5 seconds) before sending a new modification request for that specific order. This setting is designed to minimize the risk of spamming the broker on every single price tick.                                                       
Note: The EA intelligently tracks modification and closure cooldowns separately. This is designed to help prevent a recent trailing stop adjustment from blocking an urgent daily forced close command.
    • Blacklist Error Threshold: The Escalation/Trigger Stage (Step 2). It works directly in connection with the "Cooldown" and "Block Duration". If the bot sends a request (aiming to comply with the 5-second cooldown rule above) but the broker rejects it consecutively (e.g., 3 times in a row), the EA assumes that the server is struggling, lagging, or actively rejecting the action. It then prepares to put that specific order into a much longer "sleep" mode.
    • Blacklist Block Duration (Sec): The Penalty Box (Step 3). Linked directly to the "Error Threshold" above. Even if your normal wait time is only 5 seconds, once the bot hits those 3 consecutive errors, this setting overrides the normal cooldown and aims to force the bot into a "sleep mode" for a much longer period (e.g., 30 seconds). Its purpose is to help temporarily stop interacting with that order, giving the broker's server enough time to recover from whatever is causing the errors.

    Example of how they work together: The bot tries to move the Trailing Stop and fails. It waits 5 seconds (Cooldown/Step 1). It tries again and fails again. It waits for another 5 seconds. It tries a 3rd time and fails. The bot has reached the Error Threshold (3)! Now, instead of waiting 5 seconds, it is programmed to wait for 30 seconds (Block Duration/Step 3) before making a 4th attempt.

    • Min Duration Between Requests (Ms): Global delay. The overall speed limit for the EA across all orders (1000 Ms = 1 Second). It helps to reduce the risk of the EA sending more requests per second than the broker allows (which could potentially be perceived as an HFT violation). 
    Note: This global delay is designed to apply to every type of server interaction (opening, modifying, or closing a trade). After any action, the EA attempts to pause (sleep) for this specified duration before initiating a new request.
    • Min Cooldown Between Ticks (Ms): By skipping extremely fast, insignificant micro-fluctuations in price, this setting aims to reduce the CPU load on your computer or VPS.
    • Magic Number: The unique identification number that allows the EA to recognize its own trades. If you are using another EA on the same account, the numbers must be different.
    • Custom Comment: The custom text/label attached to every order opened by the EA.
    • CRITICAL MEMORY NOTICE (Terminal Restarts & EA Reloads): Please be aware that the EA's internal "Blacklist" and "Cooldown" tracking systems are stored in the terminal's active memory (RAM). If you remove the EA from the chart and re-attach it, change the chart's timeframe, or if the MetaTrader 5 terminal is closed, crashes, or restarts (e.g., a VPS reboot), these safety memories will be completely reset. Upon restarting, the EA will treat all previously blacklisted or cooling-down orders as entirely new.


    DAILY TIMED SIGNAL SETTINGS

    • Signal Control Hour (0-23) & Minute (0-59): The exact broker server time the EA will wake up and look for a trade setup. The EA is programmed to strike strictly at this exact minute.

    CRITICAL WARNING FOR TIMEFRAMES: For the EA to work, a new candle MUST open on your chart at your exact specified time. The EA only executes when that specific time's candle arrives. If the chart's timeframe does not generate a candle at that exact hour and minute, the EA will fail and will not open a trade.

    Example 1 (Hour Mismatch): If you set the EA to trigger at 13:00, you CANNOT run it on an H4 (4-Hour) chart. H4 candles open at fixed intervals: 00:00, 04:00, 08:00, 12:00, 16:00. Because there is no candle that opens at 13:00, the EA will not find the trigger moment and will skip the trade.

    Example 2 (Minute Mismatch): If you set the time to 15:15, you CANNOT run it on an M30 or H1 chart. H1 candles only open at 15:00 and 16:00. M30 candles only open at 15:00 and 15:30. Since there is no candle that opens exactly at 15:15 on those charts, the EA will fail.

    The Solution: Always use a chart timeframe that exactly matches your trigger time. If your specified time ends in :15, :30, or :45, you must run the EA on M1, M5, or M15 charts to ensure a candle opens exactly at that moment.

    STOP LOSS SETTINGS

    • Stop Loss Mode: Choose the mathematical logic for your SL:
    • SL_FRACTAL: Places SL based on previous structural swing highs/lows.
    • SL_FIXED_POINTS: Uses an exact point distance from your entry.
    • SL_ATR: Calculates dynamic SL based on live market volatility.
    • Min SL Distance (Points): The minimum Stop Loss distance allowed (10 Points = 1 Pip). If the Fractal or ATR mode calculates an SL that is dangerously tight (inside the spread), the EA expands it to this exact value to help protect you from instant spread stop-outs.
    • Fractal Left/Right Bars: (Only for Fractal SL). Defines how many candles to the left and right must be lower/higher to validate a swing peak or valley.
    • ATR Timeframe / Multiplier / Period: Configures the dynamic ATR SL calculation. (e.g., ATR value × 1.5 Multiplier).
    • Use Stop Area Filter: A technical safety mechanism. Checks the final calculated SL distance before placing the trade.
    • Min / Max Stop Limit Points: Works together with the Area Filter. If the calculated SL is smaller than your Min limit, or larger than your Max limit (meaning the market is too chaotic), the EA flags it as an invalid setup and will NOT trade.
    • Use Min SL On Area Fail: Linked to the Min/Max Limits above. If the rule above fails (e.g., SL is out of your allowed range), setting this to True overrides the cancellation. Instead of skipping the trade, it forces the EA to open the trade using your Min SL Distance value.

    ECONOMIC CALENDAR NEWS FILTER (Auto-Detection)

    This advanced module is designed to help protect your account from extreme volatility and slippage spikes caused by major macroeconomic releases.

    • Enable News Filter: Once activated, the EA intelligently scans the built-in MT5 Economic Calendar. It supports 8 Major Currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD). The EA will automatically block new entries if your active chart contains at least one of these supported currencies (e.g., if attached to EURGBP, it monitors both; if attached to EURTRY, it monitors EUR news only).

    • Always Block USD News: A crucial safety mechanism. High-impact USD news (like NFP or FOMC) often creates massive volatility across the entire forex market, not just USD pairs. If enabled, the EA will pause trading during major USD events, even if you are trading a cross-pair like EURJPY or AUDCAD.

    • Mins Before / After News: Defines your strict "No-Trade Window." The EA is programmed to stop looking for new entries this many minutes before the event and aims to wait this many minutes after the release before resuming normal operations.

    • Min News Importance: Allows you to filter out market noise and focus strictly on high-tier data (e.g., choosing to block only "High / 3-Star" events).

    • CRITICAL NEWS DISCLAIMER: This filter is specifically designed to block new entry signals only; it does not force-close your active open positions. Time calculations operate strictly on Broker Server Time (Market Watch), not your local computer clock. Furthermore, the EA relies entirely on the built-in economic calendar data feed provided directly by the MetaTrader 5 platform. The developer has no control over this feed and completely disclaims any liability for financial losses, prop-firm violations, or slipped trades resulting from platform synchronization failures, missing data, or delayed event times.
      STEP / MILESTONE TRAILING STOP (RR)
      • This system does NOT trail by standard points. It mathematically trails based on Risk/Reward (R) multiples. (1.0R = Your initial Stop Loss point risk).
      • Enable Step Trailing: Turns the system on or off.
      • 1. Activation Level (RR): The floating profit milestone required to wake up the trailing engine (e.g., 1.0 means trailing starts when profit equals your initial SL risk).
      • 2. Initial Lock Point (RR): Where to move the SL upon the first activation.
      • 3. Step Frequency (RR): How much further the profit must travel to trigger the next SL movement.
      • 4. SL Shift Amount (RR): How far to move the Stop Loss at every step.

      Example of how they work together: If Activation is 1.0, Lock Point is 0.0, Frequency is 1.0, and Shift is 0.5. When price hits 1.0R profit, SL moves to Breakeven (0.0). Then, when price hits 2.0R, SL moves to +0.5R. When price hits 3.0R, SL moves to +1.0R, systematically adjusting the Stop Loss to help protect unrealized profits.

      TAKE PROFIT (TP) SETTINGS

      • Risk/Reward Ratio (For TP): The EA calculates your exact Stop Loss distance and multiplies it by this value to place your Take Profit. (e.g., A ratio of 3.0 means if your SL is 20 pips, your TP will be exactly 60 pips).
      RISK AND LOT SETTINGS
      • Risk Percentage (%): Calculates the exact lot size dynamically based on your account balance and Stop Loss distance. If the SL is hit, the EA aims to limit your loss to approximately this percentage (excluding market slippage or gaps).
      • Allow Min Lot: If the mathematically calculated lot size is smaller than the broker's minimum (e.g., <0.01), setting this to True forces a 0.01 lot entry. Setting it to False cancels the trade safely.
      • Custom Max Lot: A hard ceiling limit. If the risk calculation outputs 20 lots but you set this to 5.0, the EA will forcefully reduce the entry to exactly 5 lots.
      • Max Spread (Points): If the live broker spread exceeds this limit at the exact moment of execution, the trade is cancelled. (e.g., 300 points = 30 pips).
      • Manual Commission (One Way): Enter your broker's one-way commission per 1 Lot (e.g., 3.0 for $3). The EA mathematically includes this cost directly into the Stop Loss risk calculation, aiming to keep your true loss as close as mathematically possible to your Risk Percentage, even after commission deductions!
      STRATEGIC RISK PROTECTION
      • Allow Hedging: If False, the EA strictly blocks opposing signals (e.g., it will ignore a new Buy signal if a Sell trade is currently active).
      • Maximum Open Positions: A hard limit on concurrent open trades. Once reached, new signals are ignored.
      EMA SETTINGS (Trend Alignment & Configurations)
      • The EA uses up to 3 EMAs (Fast, Slow, EMA3) and the current Price to determine the trend. You can enable or disable the Slow EMA and EMA3 independently. The EA will mathematically check the alignment of only the activated indicators.
      • Include Price in Alignment: Determines whether the current price MUST be part of the strict trend order.
      • Fast EMA / Slow EMA / EMA3 (Period & Offset): Defines your moving average periods.
      • ALL ALIGNMENT POSSIBILITIES FOR A BUY (LONG) TRADE:
      • (Note: For a SELL trade, the exact opposite < applies).
      • All EMAs ON + Price Included (True):
      • Condition: Price > Fast EMA > Slow EMA > EMA3.
      • Slow EMA is OFF + EMA3 is ON + Price Included (True):
      • Condition: Price > Fast EMA > EMA3 (The EA completely ignores the Slow EMA).
      • Only Fast EMA is ON + Price Included (True):
      • Condition: Price > Fast EMA (The EA ignores the 2nd and 3rd EMAs).
      • All EMAs ON + Price EXCLUDED (False):
      • Condition: Fast EMA > Slow EMA > EMA3 (Price position does not matter). Even if the current price pulls back and drops below the Fast EMA, the EA will still open a Buy trade because the overall EMA trend is still pointing UP.
      • Only Fast EMA is ON + Price EXCLUDED (False): CRITICAL WARNING: If you disable the Slow EMA, the 3rd EMA, AND exclude the Price, the EA has no mathematical reference point left to compare the Fast EMA against to determine a trend direction. In this specific "blind" state, the algorithm will default to triggering only BUY (Long) signals. Always ensure at least one comparison element (either the Price or a 2nd EMA) remains active!
      • Fast EMA / Slow EMA / EMA3 (Period & Shift/Offset): Defines your moving average periods. The 'Shift/Offset' function allows you to push the EMA line forward or backward in time, allowing for customized trend alignment calculations.
      MACD TREND FILTER
      • Enable MACD Filter: Acts as a momentum gatekeeper. For a Buy, the MACD Main line MUST be strictly above the MACD Signal line. If not, the trade is cancelled.
      • MACD Fast / Slow / Signal: Standard configuration settings for the indicator.
      ATR VOLATILITY FILTER
      • Use ATR Filter (Min/Max Levels): If the market is too dead (below Min ATR) or violently chaotic (above Max ATR), the EA will ignore the signal.
      • CRITICAL WARNING FOR SYMBOLS: ATR values differ radically across symbols. EURUSD ATR might be 0.00150, while XAUUSD (Gold) might be 3.5. Always measure your specific chart's live ATR before setting these bounds!
      ADX TREND STRENGTH FILTER (1 & 2)
      • Dual ADX System (MTF): Allows you to check trend strength on two different timeframes simultaneously.
      • Min / Max ADX Level: ADX measures trend strength (usually 0 to 100). If the momentum is too weak (below Min, e.g., < 22) or dangerously overextended (above Max, e.g., > 60), the EA cancels the entry.
      DAY FILTER SETTINGS
      • Use Day Filter: If False, the EA trades every day the market is open.
      • Trade Monday to Sunday: Individual toggles for each day of the week. Allows you to block trading on specific days (like Sundays for crypto or Fridays to avoid weekend gaps).
      DAILY FORCED CLOSE TIME
      • Enable Forced Time Close: Attempts to automatically close all active trades at the exact specified time below. Highly recommended for avoiding overnight swap fees or weekend gaps.
      CRITICAL WARNING FOR SERVER TIME: This function uses BROKER SERVER TIME, not your local computer time! Ensure you calculate your desired closing time based on your broker's "Market Watch" clock.
      • Apply ONLY on Fridays: If True, trades can be held overnight during the week but are forced to close on Friday evenings before the market closes.
      • Close Hour (0-23) & Minute (0-59): The exact server hour and minute to execute the forced close.
      VISUAL & DIAGNOSTIC SETTINGS
      • Show Indicators: Draws the active EMA lines and indicator sub-windows (MACD, ADX, ATR) onto your chart for visual confirmation and backtesting.
      • Enable Debug Logs: An advanced diagnostic tool. Prints human-readable explanations in the MT5 'Experts' tab. If a trade is skipped, the log tells you exactly why (e.g., "CANCELLED: Spread is too high", "MACD not aligned", or "ATR is out of bounds").
      Recommended products
      ASHURA MULTI-CORE MECH  8-Core Breakout Matrix & Institutional Safety Ashura Multi-Core Mech  is an institutional-grade, non-Martingale, non-Grid Expert Advisor. Themed after the multi-armed warrior deity Ashura in a high-tech Mecha form, this EA represents a true Portfolio-in-a-Box.  Instead of relying on a single fragile strategy, Ashura runs an "8-Core Breakout Matrix" on a SINGLE chart. It simultaneously monitors the H1, H4, H8, and D1 timeframes, waiting for institutional price-action br
      TrendPilot MT5 – H1/M15 Alignment Scalping Engine TrendPilot MT5 is a trend-following scalping Expert Advisor built around one simple principle: Trade only when the higher timeframe trend and lower timeframe momentum agree. The EA continuously analyzes the H1 market direction and waits for confirmation from the M15 timeframe before entering the market. If both timeframes are aligned, TrendPilot executes trades in the direction of the trend. If alignment is lost, the EA stays flat and patiently
      Synthesis X Neural EA
      Thanaporn Sungthong
      Forget Everything You Know About Trading Robots. Introducing Synthesis X Neural EA , the world's first Hybrid Intelligence Trading System . We have moved beyond the limitations of simple, indicator-based EAs to create a sophisticated, two-part artificial intelligence designed for one purpose: to generate stable, consistent portfolio growth with unparalleled risk management. Synthesis X is not merely an algorithm; it is a complete trading architecture. It combines the immense analytical power of
      This EA is a highly structured price-action algorithmic trading framework designed to demonstrate automated fractal execution mechanics. Instead of relying purely on lagging indicators, it is programmed to systematically map and react to structural market swings (Support and Resistance levels). HOW IT OPERATES: The algorithm continuously maps the market structure and evaluates conditions through a multi-layered analysis before making a simulated or trading decision. It looks for a strict align
      SpeedScalper AI MT5
      Ankitbhai Radadiya
      1 (1)
      SpeedScalper AI MT5 is a next-generation scalping robot developed by a highly experienced team in trading and coding. It is designed for scalping on one of the most popular crypto pair BTCUSD . Unlock the power of automated trading with this advanced SpeedScalper AI MT5 specifically designed for the BTCUSD pair. Whether you're trading on the 1-minute or 4-hour chart, this bot adapts to any timeframe, making it a versatile tool for traders of all styles. This strategy has undergone extensive test
      Elevate your trading with advanced Moving Average crossover strategies. Building on the success of the AI Momentum Scalper, the MA Momentum Scalper delivers a refined approach to market entry using the power of Moving Average crossovers to identify high-probability trading opportunities. $499 (6 copy remaining at this price, final price will be $999)  Why Moving Average Crossovers Work The MA Momentum Scalper capitalizes on one of trading's most reliable technical patterns - Moving Average cro
      XAUUSD Liquid AI – M1 Momentum Scalping Expert Advisor ORIGINAL PRICE $1500 TAKE THE OPPORTUNITY NOW WHILE OFFER LASTS XAUUSD Liquid AI is an automated trading system that analyses short-term price momentum using micro-trend analysis, volatility filters and adaptive trade management. The Expert Advisor combines momentum analysis, exponential moving averages, candle structure, tick volume and Average True Range (ATR) calculations to determine trade entries according to its configured rules. The
      XAU Endurance Portfolio M5
      Fernando Medina Villanueva
      XAU Endurance Portfolio M5 Strategy Overview XAU Endurance Portfolio M5 is a professional multi-strategy Expert Advisor portfolio designed exclusively for trading Gold (XAUUSD) on the M5 timeframe. This portfolio combines six carefully selected strategies with uncorrelated loss patterns, creating a robust trading system built to endure the toughest market conditions and generate sustainable long-term growth. Development & Robustness Testing This portfolio has been developed using over 20 ye
      Aurus Robot MT5
      Dmitriq Evgenoeviz Ko
      Aurus Robot MT5 — Intelligent Adaptive Trading Algorithm Aurus Robot MT5 is a professional trading system that combines classic technical analysis with modern statistical data processing methods. The Expert Advisor is designed for traders who value precise entry and strict risk management. Key Features: Adaptive algorithm: The robot analyzes volatility and market structure in real time, adjusting order and take-profit distances to the current phase (trend or flat). Multi-factor analysis: The sy
      NanoTrade Pro
      Vadim Podoprigora
      NanoTrade Pro NanoTrade Pro   is a state-of-the-art automated trading advisor designed to optimize your trading strategy in the fast-paced financial markets. Leveraging advanced algorithms and real-time data analysis, NanoTrade Pro automates the scalping process, enabling traders to capitalize on small price movements with remarkable precision and efficiency. Basically, the advisor does not use any risk systems with increasing volume or increasing the number of open orders. Before buying, be s
      Conquest MT5
      Kelvin Kioko Kaambi
      Conquest is my flagship MT5 Expert Advisor and some of my best work to date. Built exclusively for XAUUSD , it delivers a disciplined, systematic approach to gold trading while prioritizing capital preservation above everything else. Key Features Fully automated trading for XAUUSD Dual trading engines: EA Mode 1 and EA Mode 2 Multiple risk management modes Built-in high-impact news filter (NFP, CPI & FOMC) Optimized for both live trading and MT5 Strategy Tester EA Modes (New in v2.840) The v2.84
      Crypto Hades Adaptive-Swing  Dynamic Fibonacci Matrix & MTF Trend Alignment Crypto Hades Adaptive-Swing  is an elite institutional-grade Expert Advisor designed specifically for extreme cryptocurrency volatility (BTCUSD, ETHUSD). Named after Hades, the Greek god of the underworld, this EA waits patiently for deep pullbacks and strikes at the most advantageous "underworld" price levels using a dynamic mathematical matrix. Unlike standard trend followers that buy at the top, Hades uses a Multi-
      Gold Impulse Lab
      Dmitriq Evgenoeviz Ko
      Gold Impulse Lab is a professional trading advisor for XAUUSD, built on institutional market logic. It uses impulse structures, price action patterns, and a scoring engine instead of binary signals. Gold Impulse Lab is not a scalper or an indicator robot. The advisor analyzes the gold market through a combination of: impulse movement from the anchor price confirmed price action patterns signal strength assessment systems (scoring) filtering by market mode (trend / range) Each trade is opened onl
      Regression analysis Candles EA used regress equation degree 5 and equation line from two lower points and two high points draw two straight lines. It make four trends to compare for determine buy/sell orders. we put pending order buy limit/buy stop or sell limit/sell stop when has order. we has limit order least than 99 orders. we close all orders has ten cases it chooses to variable market we has C.V. parameter and we have many functions used in system. we divide our system to four modules. The
      EA Gold Shopee
      Patiwat Phinitsuwan
      Overview EAshopee   is a multi -str ategy breakout Expert Advisor for MT5, designed to trade around   Peak/Trough (swing) levels .   The EA identifies key market structure   zones , places pending orders with offset   distance , and manages open positions   using   built-in protection tools such as   Trailing Stop ,   Bre akeven , and   Partial Close on Reversal .   It also includes   risk controls   (Maximum   Drawdown and Daily Loss Limit ) plus   a   trading schedule filter   to control when
      Aurum Neural Pro
      Minh Loc Nguyen
      REALISTIC BACKTESTS MATTER. ROBUST VALIDATION MATTERS MORE. Aurum Neural Pro is a specialized XAUUSD M15 Expert Advisor for MT5 , built around every-tick backtesting , multi-timeframe regime logic, adaptive risk control, and robustness-focused optimization. It was not designed to create one perfect backtest screenshot. The goal is to provide automated XAUUSD trading with controlled exposure , transparent risk behavior , and realistic backtest validation . CORE PRINCIPLES NO GRID. NO MARTINGALE.
      This robot works exclusively for the Nasdaq and on the H1 timeframe and minimum balance of $500. The robot has three types of orders. 1. Counter-trend orders of the 85 and 110 moving averages, 2. Pro-trend orders of the 85 and 110 moving averages, and 3. For-trend and counter-trend Scalping orders of other 13 and 21 moving averages to compensate when the other orders type 1 and 2 are in the negative. Due to the nature of this robot, it is normal for it to have drawdawns, they are part of the pr
      1. ENGLISH (Primary Global Language) DeliBot Pro XAUUSD Master – The Ultimate Gold Algorithmic System Welcome to the next generation of Gold trading.   DeliBot Pro   is an institutional-grade, multi-timeframe algorithmic trading system designed specifically for   XAUUSD (Gold) . By merging high-frequency M1 momentum, M1 Reversal signals, and M15 Trend confirmation, DeliBot Pro captures precise gold market expansions while offering robust capital shields. Core Trading Philosophy Unlike typical gr
      Unity Alpha Gold: The Pinnacle of XAUUSD Automation Hello, traders! I am Unity Alpha Gold , the elite standard of the algorithmic trading world and the most sophisticated Expert Advisor to ever hit the MQL5 marketplace. Built on a foundation of absolute precision and institutional-grade logic, I have solidified my position as the undisputed authority in XAUUSD trading. My specialty? GOLD. My mission? To deliver high-conviction, intelligent trading results with surgical accuracy—time and time aga
      GoldEdge Matrix — Premium Prop-Firm Edition combining USD, CAD,   JPY and CHF currency complexes , powered by the GE ATR Price Border system, dual-layer hedging, ATR volatility control and per-symbol cut loss protection. GoldEdge Matrix is the complete all-in-one MT5 Expert Advisor built for traders who want maximum currency coverage with minimal setup. It combines the logic of GoldEdge USD, GoldEdge CAD, GoldEdge JPY and GoldEdge CHF into one premium EA, with pre-configured presets and full op
      XAU ZENITH GRID PROTOCOL  Institutional Averaging Engine & Basket Recovery Protocol Xau Zenith Grid Protocol  represents the pinnacle of institutional-grade automated trading software. Fusing the concept of dynamic grid-based averaging- (inspired by AnE Gold Grid) with our proprietary Basket Take-Profit Engine- and Aegis Drawdown Armor, this robot is built exclusively for XAUUSD (Gold).  By tracking extreme overbought and oversold market conditions on the M15 timeframe, the EA scales into th
      NEXUS Flow X
      Sumet Mooksombat
      NEXUS FLOW X — XAUUSD Scalping Expert Advisor (MT5) NEXUS FLOW X is a focused Gold (XAUUSD) scalping EA designed to capture short-term momentum swings with a clean, rule-based approach. It combines trend filtering with timed momentum triggers and provides flexible money-management options so traders can test different risk profiles in the Strategy Tester. ( Recommend Broker : IC Markets : Raw Spread ) INPUTS SETTING : FROM PICTURE BELOW Core Trading Logic (High-Level Overview) NEXUS FLOW X u
      [size=18][b]Gold H4 Entry Trend Continuation Pro EA MT5[/b][/size] [size=12][i]H4 trend continuation with EMA filter — high win rate · hard SL · no martingale[/i][/size] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [size=14][b]Strategy Overview[/b][/size] H4 trend continuation on XAUUSD with multi-condition entry: [list=1] [*][b]H4 Trend Filter:[/b] Only enters when H4 structure confirms bullish or bearish bias [*][b]EMA Confirmation:
      Cleetah EA MT5 is a fully automated trend-following trading system developed specifically for XAUUSD (Gold) on the M15 timeframe. It is a complete trading loop – automatically identifying potential trends, calculating position sizes, entering trades, exiting trades, and providing excellent risk control. As each trending move ends, the equity curve rises steadily to a new level. Of course, the size of the step depends on the magnitude of the trend. Requirements & Recommendations Trading instrum
      IKAN MFX In the volatile world of financial markets, finding the best trading opportunities and minimizing risks is always a significant challenge for every investor. That’s why we developed IKAN (Intelligent Knowledge Automated Navigator) , an advanced automated trading system. IKAN is not just a tool but a perfect combination of artificial intelligence and years of trading experience. With the ability to analyze millions of data points per second, IKAN can identify market trends, predict price
      Double Edged Katana is a session-driven momentum EA built to cut through volatility with disciplined, rule-based execution. It deploys a two-sided entry approach to capture directional bursts, enforces strict daily limits ( max 2 trades/day ), and includes time-based cleanup to keep exposure controlled. Designed for traders who want a dynamic, automated approach without overtrading. Recommended setup Timeframe: M1 Symbols: USDJPY (recommended), also works on other liquid majors/minors Account: E
      Oneway TrendPulse EA - Complete Description Overview The Oneway TrendPulse EA is an automated trading robot (Expert Advisor) for MetaTrader 5 that implements a BUY-only trend-following strategy . It combines two popular technical indicators—Exponential Moving Averages (EMA) and the Relative Strength Index (RSI)—to identify and capitalize on upward trending markets. Core Strategy Logic Entry Conditions (ALL must be true): Fast EMA > Slow EMA → Confirms bullish trend RSI > Threshold → Confirms mom
      Start with the loss, not the profit. First decide how deep a drawdown you are willing to sit through — 5-10%, 20-30%, or more — and then let the system go after returns inside that limit. That is the order Veteran Army Nasdaq works in. And because no one knows when the index will make its next real move — or in which direction — it stands ready on both sides of one market, with many independent systems instead of one confident bet. At a glance Market: US Tech 100 index, long and short, on the H1
      QuantumBorn
      Morris Mukono Waithaka
      QuantumBorn: Quantum Geometric Phase Classifier Advanced Probabilistic Trading System with Native ONNX Integration Transform your gold trading with a quantum-inspired probabilistic classifier that adapts to market regimes in real-time. QuantumBorn is a production-grade Expert Advisor built on cutting-edge quantum geometric phase theory, delivering institutional-level algorithmic trading capabilities directly within MetaTrader 5. Optimized specifically for XAUUSD (Gold), this system models market
      Product Name FalseBreak Cycle Pro Short Description A rule-based MT5 Expert Advisor for CFD trading, combining false breakout logic, Supertrend/Donchian market structure, ATR-based risk levels, and cycle-based money management. Full Description FalseBreak Cycle Pro is an Expert Advisor for MetaTrader 5 designed for traders who prefer structured, rule-based execution on CFD instruments such as Gold, indices, and other compatible symbols. The EA uses a false breakout approach supported by trend
      Buyers of this product also purchase
      Quantum Commander
      Bogdan Ion Puscasu
      4.6 (10)
      The Quantum ecosystem is entering a new battlefield—and a new Commander is taking control. Developed exclusively for the US30 index, Quantum Commander is the fully automated Expert Advisor built for one of the world’s most dynamic markets. In a world saturated with GOLD EAs, Quantum Commander stands apart. After several GOLD-focused releases, we are advancing into new territory with US30—a new instrument, a different strategy, and a powerful opportunity to bring true diversification to the Qua
      Quantum Titan MT5
      Bogdan Ion Puscasu
      4.87 (30)
      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
      Quantum Queen X MT5
      Bogdan Ion Puscasu
      5 (49)
      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
      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
      Aikon MT5
      William Brandon Autry
      5 (1)
      Aikon changes the way you operate an Expert Advisor. CURRENT PRICE — 7 OF 10 REMAINING The 24-hour launch period has ended. 7 of the 10 purchases at the current Market price remain. After those 10 purchases, the price will increase again toward the final price of $4,997 . Start quickly. Talk to the system naturally. Choose how trades take risk. Control how much capital is allowed to work. Use AI across the operation without paying for unnecessary calls. QUICK START — New to AI? No problem. Aikon
      Scalping Robot Pro MT5
      MQL TOOLS SL
      4.37 (158)
      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)
      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
      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
      Aura Gold Pro Edition
      Stanislav Tomilov
      5 (2)
      Built to dominate the gold market. Official Information Seller profile Official channel User Guide LIMITED PRICE — $799 Aura Gold Pro Edition is available for $799 until the end of September . Starting October 1 , the price will increase to $999 — secure your copy before the price goes up. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.mql5.com/en/signals/2380859 Description Aura Gold PRO Edition is
      Byrdi
      William Brandon Autry
      5 (19)
      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
      Quantum Bitcoin EA
      Bogdan Ion Puscasu
      4.78 (130)
      Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
      AXIO Gold EA
      Shengzu Zhong
      4.6 (10)
      AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
      The Gold Phantom
      Profalgo Limited
      4.7 (44)
      PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
      Gold House MT5
      Chen Jia Qi
      4.51 (61)
      Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Important: After purchasing, please remember to send us a private message to receive the recommended parameters, instructions, precautions,
      ArtQuant Gold
      Miguel Angel Vico Alba
      4.23 (26)
      ArtQuant Gold — Multi-Module Expert Advisor for XAUUSD ArtQuant Gold is an automated trading system developed exclusively for Gold trading on MetaTrader 5. The EA combines multiple independent trading modules with centralized portfolio management, exposure limits, execution filters, virtual trade management and account-protection tools. It is designed for traders who want a dedicated XAUUSD system without having to configure individual indicators or internal strategy parameters. ArtQuant Gold su
      XIRO Robot MT5
      MQL TOOLS SL
      5 (35)
      XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
      Chiroptera
      Rob Josephus Maria Janssen
      4.5 (50)
      Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
      Goldwave Ultra EA
      Shengzu Zhong
      5 (1)
      Real Trading Account — LIVE SIGNAL | IC MARKETS: https://www.mql5.com/en/signals/2339082 GoldWave Ultra uses the same core trading logic and execution framework as the verified live signal shown above on MQL5. When running the EA with the recommended optimized settings on a reputable ECN/RAW-spread broker ( e.g., TMGM ), its live trading behavior is designed to closely follow the trade structure, risk management, and execution characteristics demonstrated by the live signal. Please note that ind
      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
      Quantum Emperor MT5
      Bogdan Ion Puscasu
      4.85 (505)
      Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
      XT Bitcoin Robot MT5
      MQL TOOLS SL
      4.6 (5)
      XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
      Golden Blitz MT5
      Lo Thi Mai Loan
      4.43 (14)
      A Safe and Effective Gold Trading Solution   Follow the channel for the latest update Only   1  copies left at current price! Final price: $1999.99 LIVE ACCOUNT RESULT  - 18 MONTHS Hello! I am Golden Blitz, the second EA in the Diamond Forex Group family, specifically designed for trading gold (XAU/USD). With exceptional features and a safety-first approach, I promise to deliver a sustainable and effective gold trading experience for traders.   What Makes EA Golden Blitz Different? - Dynami
      Nexorion Initium Novum EA
      Valentina Zhuchkova
      3.45 (29)
      NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/en/signals/2378408 Technical System Specification
      DAX Robot MT5
      MQL TOOLS SL
      5 (3)
      DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
      Big Forex Players MT5
      MQL TOOLS SL
      4.76 (141)
      We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
      Razor MT5
      Anton Kondratev
      5 (3)
      Razor EA is a Fully Automated and Open System with Drawdown Protection and Fixed SL.   Only 5 Copies of 10 Left  for 745$   Next Price 1990 $   Signals Guide Commission Refund Updates My Blog Not Simple  Grid, Not Martingale, Not AI , Not Neural Network. Default Settings for One chart  AUDCAD M15 (Supports 1OHLC mode for weak PCs)   This is a Multi-Currency strategy for three currency pairs AUDCAD, AUDNZD, NZDCAD that works on ONE chart. The Algorithm easily passes verification based on Real Qu
      Alpha Trades
      Andriy Sydoruk
      Alpha Trades Author: Andrii Sydoruk Version: 1.0 Release date: 31.10.2025 Description Alpha Trades is a trading expert designed to operate under various market conditions. The system uses an adaptive analytical approach that allows it to adjust to the current market structure. The algorithm is built as a multi-level strategy combining regression analysis, dynamic volatility filters, order series management, and money management. Key Features Adaptive analytics — determines the trading direction
      Goldbot One MT5
      Profalgo Limited
      5 (15)
      LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ NEW: Buy Goldbot One and choose 1 EA for free!! (for 2 trade accounts) JOIN PUBLIC GROUP:   Click here Ultimate Combo Deal   ->   click here LIVE SIGNAL Introducing   Goldbot One , a highly sophisticated trading robot engineered for the gold market. With its focus on breakout trading, Goldbot One leverages both support and resistance levels to identify prime trading opportunities. This expert advisor is crafted for trade
      Bitcoin Scalping MT5
      Lo Thi Mai Loan
      5 (4)
      [ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 [ IMPORTANT ]  UPDATED (1 YEAR 6 MONTHS PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_60000067 Follow the channel for the latest update .  JOIN GROUP:   Click here Other EAs You May Like AI AURUM PIVOT  | AI VEGA BOT  | Golden Blitz  I
      More from author
      This EA is a highly structured algorithmic trend-following framework designed to demonstrate automated momentum and trend breakout execution mechanics. Instead of blindly predicting tops and bottoms, it is programmed to systematically map the prevailing trend and react to momentum shifts. HOW IT OPERATES: The algorithm evaluates market conditions through a multi-layered analysis at the close of each candle before making a simulated or trading decision. It looks for a strict alignment of your cu
      This EA is a highly structured price-action algorithmic trading framework designed to demonstrate automated fractal execution mechanics. Instead of relying purely on lagging indicators, it is programmed to systematically map and react to structural market swings (Support and Resistance levels). HOW IT OPERATES: The algorithm continuously maps the market structure and evaluates conditions through a multi-layered analysis before making a simulated or trading decision. It looks for a strict align
      Z9 Advanced Bollinger Scalper Key Features Time & Day Control:   Customizable trading hours, specific active days, and a Friday Forced Close feature to avoid weekend gaps. Requirements & Recommendations Account Type:   HEDGING accounts only (Netting is not supported). Optimization:   Please perform your own backtests to find the best BB and StdDev parameters for your specific symbols. LEGAL WARNING AND DISCLAIMER: This EA, its manual, and all default settings are for educational and software ex
      Filter:
      No reviews
      Reply to review