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.

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. 0 disables this.
  • 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.
  • 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).
  • 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 absolutely be different.
  • Custom Comment: The custom text/label attached to every order opened by the EA.


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 bot 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 bot 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 bot 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 perfectly 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 absolute 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 brilliant safety net. 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.
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 (e.g., 0.0 moves the SL exactly to Breakeven/Entry Price. 0.5 locks in half of your initial risk as guaranteed profit).
  • 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 (The most conservative setup).
  • 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.
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 mercilessly close all open 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: The ultimate 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
TPS Master Pro is an institutional-grade, multi-strategy algorithmic trading system built for the MetaTrader 5 (MTF) platform. Engineered for high-performance precision, it seamlessly blends advanced trend-following matrix layers, smart money price action filters, and a highly sophisticated risk mitigation engine. Whether deployed as a multi-asset grid system or a scalping engine, TPS Master Pro provides retail traders with the technical edge and data-driven security models typically restricted
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
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
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
NeuroGold Prop Agnetic AI MT5 is a next-generation automated trading system engineered for precision gold/XAUUSD trading on MetaTrader 5. Powered by integrated Agentic AI modules, the EA performs intelligent market analysis and executes trades autonomously with speed and discipline.  Recommended Testing Mode- Use 1 Mint OHLC mode for backtest as this EA is designed for quick scalping on XAUUSD in M1 time_Note_Use Latest Version 2.0_Directly Plug & Play_ Use Set file attached In Comment for V2  M
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
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 b
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
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
Rapid X
Tatiana Savkevych
Rapid strategy for working in the Forex market with a scalping base. The algorithm involves carrying out a trading operation in the shortest possible time. As a rule, this period of time is seconds and is only sometimes limited to several minutes. There is an opinion that scalping is for beginners. But in fact, it is wrong. In order to carry out a trading operation correctly and profitably, a trader needs to learn scalping, otherwise the result may be negative. This is why using a bot is more
SchermanActionPro
AutomaticTrading
Introducing SchermanActionPro: The New Automated Trading Bot from Automatictrading Automatictrading is proud to present SchermanActionPro! Featured Features:  • Configurable Indicators: Adjust the averages and the number of candles according to Ivan's recommendations.  • Operational Flexibility: Choose between purchases and sales.  • Profit Taking: Fixed options, based on ATR or contrary signal.  • Loss Stop: Configurable fixed, according to ATR or by contrary signal.  • Lot Types: Fixed lot se
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.
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
Aurora Trading Bot — A Precision-Engineered Expert Advisor for Gold (XAUUSD) Built for stability. Designed for consistency. Optimized for real trading. Aurora Trading Bot is a professional-grade automated trading system designed exclusively for XAUUSD (Gold) and optimized for the M30 timeframe . It trades both long and short positions, combines fixed Stop Loss/Take Profit with an intelligent trailing system, and focuses on minimizing drawdown while maximizing trend participation. Whether you're
ROBOT TRADING KING SANTOSA XAUUSD Trade Smarter. Trade Faster. Trade with Confidence. Robot Trading King Santosa is a premium Expert Advisor (EA) engineered exclusively for XAUUSD (Gold) trading. Designed for traders who value consistency, automation, and disciplined risk management, this EA executes trades with precision while adapting to changing market conditions. Forget about spending hours in front of the charts. Once installed, the robot works automatically, allowing you to focus on gro
PipsBee Hive Ai
Rajeswari Murugesan Murugesan
PIPSBEE HIVE AI Professional MT5 Gold Level-Based Expert Advisor Smart SL-Filtered Automation for XAUUSD Traders PipsBee Hive Ai is a professional MetaTrader 5 Expert Advisor developed specially for Gold / XAUUSD trading. It is designed for traders and investors who want automated execution, strict Stop Loss protection, and disciplined long-term trade management in real market conditions. Gold is a fast-moving market. It requires patience, precision, risk control, and emotional discipline. Pip
Bull Master EA
VALU VENTURES LTD
Bull Master EA - Multi-Strategy Moving Average Expert Advisor Bull Master EA combines seven distinct moving average strategies with advanced risk management and multi-timeframe analysis. Each strategy operates independently on your chosen timeframe for diversified trading opportunities. Complete Strategy Arsenal MA Alignment Trigger Trades when multiple MAs are perfectly aligned with price confirmation. MA Cross Trigger Classic crossover strategy with precision timing and confirmation. MA Ali
Autobot Genesis EVO
Napat Puangjunkum
Autobot Genesis EVO - The Ultimate AI-Driven Trading System Welcome to the future of automated trading. Autobot Genesis EVO is a state-of-the-art Expert Advisor designed for serious traders who demand precision, protection, and consistent performance. Engineered with our proprietary "Gemma Strategy" and fortified by the "Aegis Shield", this system doesn't just trade—it adapts to the market in real-time.   Key Features & Capabilities  1. ️ Aegis Shield (Ultimate Drawdown Protection) Stop w
Yarukami Mnukakashi   is an automated trading advisor designed for traders in the Forex market. Please note that the stop loss is set at $100 . I installed it for technical reasons. I trade without STOP!!! Use a set of files with a group in a telegram. MT4 version via link. Key Features: Strategy type: 24-hour trading, but I recommend avoiding the American session and setting a daily take of $30-40 per 0.01 lot. Can work in one direction or both at once independently of each other. Trading inst
SuperTrend AI Clustering EA
Michael Prescott Burney
SuperTrend AI Clustering Expert Advisor for MetaTrader 5 SuperTrend AI Clustering is an adaptive trend-following Expert Advisor for MetaTrader 5 designed to adjust itself to changing market conditions. Instead of using one fixed SuperTrend multiplier, the EA evaluates multiple factor values at the same time, measures their recent performance, applies K-Means clustering, and selects the factor group that is currently performing best. This creates a dynamic SuperTrend model that can respond to dif
Black Cat FX
Prama Shellaerinda
BlackCAT FX is a simple and powerful Expert Advisor. This robot has a very powerful keylevel determination algorithm embedded. With this keylevel reference, this robot can work effectively and efficiently. BlackCat FX is specifically designed to run on the EURUSD and GBPUSD pairs as we know that’s are low spread pairs, and can be run on the M5 or M15 timeframe   Instrument Specifications Symbol: EURUSD, GBPUSD Timeframe: M5 Account Requirements Type: Hedging Spreads: Low Spread Min Deposit: $200
Welcome to my page, where I sell "EXPERT ADVISOR and FOREX SIGNAL & INDICATOR" products, developed over months and nights, using carefully selected parameters and supported by "ARTIFICIAL INTELLIGENCE (OPEN AI). If you'd like to purchase truly affordable, algorithmic strategy-tested, trader-friendly expert advisors (EAs) and forex signals (forex signals & indicators) that are suitable for all types of strategies and users (both amateur and professional), and boast a high success rate, you can re
Robo Forex Aura BTC EA
Tiago Junior Moreira Ramos
BTC AURA – Intelligent MT5 Robot BTC AURA is an advanced trading system developed to automate operations on BTCUSD , using a Reverse Martingale strategy with intelligent adjustments. The robot takes advantage of market breakouts and reversals, managing entries and lot sizes strategically, with time filters, day-of-week control, and a visual dashboard. With it, you can participate in Bitcoin’s volatility automatically, without manual intervention, while maintaining full protection with Stop Loss,
GOLD PEAK BREAKOUT EA MT5 — XAUUSD Breakout Trading System for MetaTrader 5 Professional Gold Expert Advisor | Structured Execution | Prop Firm Ready | No Grid | No Martingale LIVE VERIFIED PERFORMANCE Real account. Real trades. No demo manipulation. Track live forward performance directly on MQL5 Signals: https://www.mql5.com/en/signals/2368389 This EA runs the identical logic on live accounts as delivered to buyers. No discrepancy between backtest and live execution. WHY GOLD PEAK BRE
SmartBid
Gabriel Costin Floricel
5 (3)
SmartBid – Neural Network-Based Trading System for Gold (XAU/USD) on M10 Timeframe Price reduced for 24 hours An advanced trading system that leverages a neural network to optimize trade entries and exits based on market conditions. It is designed to provide intelligent trade management, risk-adjusted position sizing, and an integrated recovery strategy to manage overall drawdowns. With customizable risk levels, spread filters, stop loss settings, and trading hours, this EA is suitable for trad
Dracko Mt5 Bot
Edwin Herlan Garcia Gumiel
4.2 (5)
DRAKOBOT - AI GRID SCALPING Advanced trading system that combines grid and scalping strategies, powered by Artificial Intelligence. Specially optimized for FlipX1, FlipX2, and FlipX3.  Main Features: Integrated AI for market analysis Two strategies with real-time analysis Adaptive multilayer grid system Advanced risk and capital management Real-time informative dashboard  Requirements: Suggested initial capital: $200-$500 Broker: Deriv/WelTrade Not compatible with backtesting due to AI implemen
TITAN TREND ARCHITECT — The Ultimate Strategy Builder EA  "Don't just buy an EA. Buy the Blueprint. Build Your Own Edge."  Are you tired of buying black-box Expert Advisors where you have no control over the entry logic? **Titan Trend Architect** changes the game. It is a **No-Code Strategy Builder** that allows you to Mix & Match Entry Triggers, Trend Filters, and Exit Logic directly from the EA parameters. It's like having 24 different EAs packed into one ultimate tool. ---  ️ The Strat
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
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
NeuroForex
Sergio Izquierdo Rodriguez
Tool for trade with deep neural networks which trains itsef with machine learning , up to 1512 weigthed measures by each symbol, as long the market goes on. It trades in various forex symbols and timeframes , it could be configured for the actual graph too, giving false to all symbols and/or timeframes. It could be configured for dinstintc pairs and you can have diferent neural networks and diferent set of pairs in diferent charts. You can decide which symbols, timeframes, and how risky will be
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
4.67 (12)
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.5 (127)
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
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
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
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ or higher price --> 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 - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 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 ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
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
XG Gold Robot MT5
MQL TOOLS SL
4.3 (111)
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 Valkyrie
Bogdan Ion Puscasu
4.46 (159)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Byrdi
William Brandon Autry
5 (19)
BYRDI - The AI Network That Trades as One Most Expert Advisors see one terminal. BYRDI sees the network. A trade opened on one account can change the risk of every other account you own. BYRDI connects separate MetaTrader 5 terminals into one coordinated mesh. Each node can keep its own account, broker, markets, AI model, strategy, and risk settings while remaining aware of the wider system. One node can trade independently. Multiple nodes can coordinate as one network. Shared markets can be di
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
XIRO Robot MT5
MQL TOOLS SL
4.94 (33)
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
HFT Spike EA
OMG FZE LLC
3.67 (3)
[ My Channel ] HFT Spike EA Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO FundedNext etc.) Strategies: Quantum Physics Principles, HFT Spike (High-Frequency Trading), level trading, neural trading, No Martingale, No Grid, single-position trend trading. A fully automated, risk-managed EA designed on XAUUSD tick data. You don't need to select a Time-Frame. Default values match the tested configuration. Designed for Gold. It detects sudden volatility bursts ("sp
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 (139)
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
Golden Tree
Arthur Hatchiguian
4.11 (18)
Golden Tree is an aggressive multi-cycle scalper designed for Gold (XAUUSD) M1 . Each cycle is independent . It uses a sequence of orders and has its own TP and SL . It uses a martingale system. This EA uses strong recurrences of the past to take positions and achieve a high success rate . It is very important to read the blog post before you start. The minimum deposit is $100 for a 1:500 leverage. An autolot system is included . I recommend a 1:500 ECN account with a low spread and a fast VPS
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ 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
Mad Turtle
Gennady Sergienko
4.44 (110)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Wall Street Robot MT5
MQL TOOLS SL
3.89 (18)
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Quantum Baron
Bogdan Ion Puscasu
4.69 (42)
Quantum Baron EA There’s a reason oil is called black gold — and now, with Quantum Baron EA, you can tap into it with unmatched precision and confidence. Engineered to dominate the high-octane world of XTIUSD (Crude Oil) on the M30 chart, Quantum Baron is your ultimate weapon for leveling up and trading with elite precision. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Discounted   price .     The price will inc
Price Action Robot MT5
MQL TOOLS SL
3.86 (7)
Price Action Robot is a professional trading system built entirely on real market behavior without indicators, grid strategies, or martingale systems. It analyzes pure price action , focusing on structure, trend dynamics, and key market movements to identify high probability trading opportunities. The system is designed to read the market the same way experienced traders do, using logic based on real price movement rather than lagging indicators. It reacts dynamically to changing market conditio
BulletProof BTC
Rodrigo Domenico Minafra
BULLETPROOF BTC — Session Breakout EA for BTC/USD A fully automated session-breakout system for Bitcoin. NO martingale. NO grid. NO averaging down. NO hidden recovery tricks. SL and TP on every position, always. 6 risk profiles with one-click configuration. Validated on a full year of out-of-sample data. ------------------------------- WHY THIS EA IS DIFFERENT: VALIDATION, NOT PROMISES ------------------------------- Most EAs show you one beautiful backtest. BulletProof BTC was built the har
ORB Revolution
Haidar Lionel Haj Ali
5 (24)
ORB Revolution — MetaTrader 5 Expert Advisor ORB Revolution is a professional-grade Opening Range Breakout (ORB) Expert Advisor for MetaTrader 5 designed for disciplined, risk-controlled automated trading . Built with institutional standards in mind, this system prioritizes capital protection , repeatable execution , and transparent decision logic — ideal for serious traders and prop-firm challenge participants. ORB Revolution fully supports NETTING and HEDGING accounts and includes internal saf
Apex Drawdown Zero
Tshivhidzo Moss Mbedzi
Apex Drawdown Zero V9 — Gold & Forex Trading Robot (XAUUSD, EURUSD, EURJPY) with Prop Firm Protection | MT5 Apex Drawdown Zero is a fully automated trading robot for MetaTrader 5, built for traders who care about drawdown control first. It trades a proprietary daily session-range model on the H1 timeframe, taking a maximum of one qualified trade per day with a fixed, percent-based risk and a structural stop-loss attached from the moment of entry. No martingale. No grid. No averaging. No recovery
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Syna
William Brandon Autry
5 (27)
Syna - The AI That Stays With the Trade Most trading systems stop thinking after they enter. Syna doesn't. Most Expert Advisors analyze the market, place an order, and wait for either the stop loss or take profit to be reached. Syna was designed differently. It analyzes the opportunity before entry, remembers why the trade was opened, watches news and changing market conditions, manages positions as they develop, and can coordinate intelligence across multiple terminals, accounts, brokers, and
AI Prop Firms MT5
MQL TOOLS SL
4 (16)
AI Prop Firms - Intelligent Automation Built for Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continuously
AiQ
William Brandon Autry
4.87 (38)
Introducing AiQ Gen 2 – Faster. Smarter. More Capable Than Ever. We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail trading. AiQ Gen 2 is the next evolution in that line. AiQ Gen 2 is built for speed at a different level. Pending orders are at the core of its edge, allowing it to position with precision before momentum expands, then let adaptive intelligence take over. Most AI tools answer once and forget everything.
Official Purchase Notice CasperIT AMI Trader is sold exclusively through the MQL5 Market. We do not authorize any Telegram channels, websites, or third-party sellers to distribute or sell this product. Software obtained from unofficial sources is not supported, does not receive updates, and may be modified or unsafe. CasperIT Adaptive Market Intelligence Trader MT5 Overview CasperIT Adaptive Market Intelligence Trader (AMI) is a fully automated Meta Trader 5 Expert Advisor that combines trend, m
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
AI Quantum Scalper
Lo Thi Mai Loan
5 (7)
AI Quantum Scalper — The Evolution of Intelligent Execution Precision. Intelligence. Multi-Asset Mastery. DOWNLOAD SETFILE  | INPUT GUIDE | SETUP GUIDE Only 3 copiers remaining.   Lock in the lowest price before it's gone. Promotion: Discounted Price: The price increases by $50/$100 per day during the promotion period. Milestone Pricing: After the first 100 customers , the price will increase to $999.99 and will gradually rise up to $4999.99 over time. Live Signal: [ CLICK HERE ] Follow the cha
Filter:
No reviews
Reply to review