FJ Universe Quant Intelligence

Overview

FJ UNIVERSE Quantum Intelligence EA is a fully automated Expert Advisor for MetaTrader 5 that uses a Markov regime-switching model as its core signal engine. Instead of a classic indicator, the EA classifies the market into one of three regimes, Bull, Bear, or Sideways, by measuring the rolling log-return of price over a configurable lookback window. It then builds a live transition matrix, learning the probability that the current regime is followed by an up move versus a down move, and condenses this into a single directional signal. A trade is only considered when this probability edge is strong enough to leave a configurable dead-zone, which keeps the EA flat in choppy, directionless markets and ensures positions are opened only when the model shows genuine statistical conviction.

The EA is built on the proven FJUNIVERSE family shell shared by ADX REGIME, RSI MACDON and HFT TURBO. It includes eight trading strategy modes, an optional Dollar Cost Averaging system, an optional Auto Lot Recovery calculator, a strict multi-layer risk block with daily, weekly, consecutive-loss and drawdown kill-switches, an over-leverage Margin Manager, a live on-chart monitoring panel in the top-right corner, and a complete Discord and Telegram notification system with queued delivery, duplicate detection, and automatic capture of broker-side take-profit and stop-loss closures. The model is causal and walk-forward by design, learning only from completed bars so there is no look-ahead bias. It was tested most robustly as a Daily, long-only, trend-persistence system on trending instruments.

Signal Engine - Markov Regime Conditions

Every trade entry is gated by the FJU Quantum engine. The following logic drives the signal:

  • Regime classification: the rolling log-return over the lookback window labels the current bar as Bull (strong up), Bear (strong down), or Sideways (inside the threshold band)
  • Adaptive or fixed thresholds: in adaptive mode the Bull/Bear boundary self-calibrates to each market's own volatility using a rolling quantile of absolute returns; in fixed mode a constant percentage threshold is used instead
  • Causal transition matrix: after every completed bar the EA records the regime transition and updates a Laplace-smoothed 3x3 probability matrix, learning the odds of what comes next
  • Directional signal: the signal equals the probability of the next move being Bull minus the probability of it being Bear; the absolute value is the confidence
  • Entry dead-zone: a LONG is considered only when the signal rises above the positive threshold, a SHORT only when it falls below the negative threshold; inside the band the EA stays flat
  • Exit on regime flip: an open position can be closed the moment its directional edge is lost, cutting losers early
  • Direction filter: short trades can be disabled entirely for long-only operation, the most robust setting on up-biased assets

The lookback window, smoothing factor, minimum learning sample, and entry threshold are all configurable. The model only learns and acts on completed bars to avoid false intra-bar signals.

Markov Regime Framework

The EA divides every market into three regimes using the rolling log-return of price:

  • Bull: the return over the lookback window is strongly positive. The model leans long and the transition matrix learns how often a Bull regime persists.
  • Bear: the return is strongly negative. On up-biased assets the long-only default keeps the EA out of these phases rather than shorting them.
  • Sideways: the return is inside the threshold band. This is treated as a no-edge, cool-off state; the signal usually sits inside the dead-zone and the EA stays flat.

Because the matrix is rebuilt continuously from real, completed bars, the model adapts to each instrument over time rather than relying on a fixed rule. Adaptive thresholds let the same single configuration generalize across stocks, metals and crypto without per-market curve-fitting.

Trading Strategies

Strategy Description
CLASSIC Opens one position in the direction of the Markov signal. Only one position is held at a time per magic number. The recommended default.
TREND While the Markov edge is active, uses the direction of the last completed candle as the entry trigger. Buys when the last candle closed up, sells when it closed down. Momentum confirmation.
REVERSE Counter-trend mode. While the Markov edge is active, enters against the last completed candle: buys after a down candle, sells after an up candle. Designed for mean-reversion behaviour.
CLASSIC_EXTREME Same direction logic as CLASSIC but adds a new position on every confirmed signal even while positions are already open. This is the mode that powers DCA averaging when useDCA is enabled.
TREND_EXTREME Trend-confirmation variant that opens only when no position is currently open, giving a single confirmed momentum entry per cycle.
REVERSE_EXTREME Reverse-confirmation variant that opens only when no position is currently open, giving a single counter-trend entry per cycle.
CLASSIC_EXTREME_SMART Opens the first trade using standard CLASSIC logic. For subsequent entries (with DCA enabled) it only adds a new position when a valid Markov signal fires AND the current price is better than the average open price of all existing positions in that direction. For longs the ask must be below the current average, for shorts the bid must be above it. Prevents averaging into worse levels.
CLASSIC_EXTREME_SMART_PLUS Same smart logic as CLASSIC_EXTREME_SMART but compares the current price against the most favourable existing entry (the lowest long entry or the highest short entry) instead of the average. A stricter filter that ensures every new position in the basket is at a genuinely better level than the best one already held.

Take-Profit and Stop-Loss

Take-profit and stop-loss are calculated as a percentage of the entry price. This universal approach works identically on all instruments regardless of price scale, pip value, or decimal places. No manual recalculation is needed when switching between Forex, Metals, Crypto, or Indices. The exact percentages you configure are applied to every position, consistent with other FJUNIVERSE EAs. The default 6 percent take-profit against a 2 percent stop-loss gives a 3:1 reward-to-risk shape that lets winners run while losers are cut. Close on regime flip is also available as an independent exit method, closing a position the moment its directional edge fades.

Lot Sizing

Four sizing formats are available:

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

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

Dollar Cost Averaging

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

Auto Lot Recovery

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

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

A margin safety check keeps the recovery lot within broker volume limits, and the Margin Manager described below provides a second layer of over-leverage protection. Both DCA and Auto Lot Recovery are disabled by default and should be tested on a demo account before live use.

Strict Risk Block

An always-on, multi-layer risk block protects the account. Each layer can be tuned or switched off independently, and a hard limit will flatten all open positions immediately:

  • Daily loss kill-switch: halts new trades for the rest of the day once the day's loss reaches the configured percentage of equity
  • Weekly loss kill-switch: halts new trades once the week's loss reaches the configured percentage
  • Maximum consecutive losses: pauses entries after a configurable number of losing trades in a row; a Sideways regime clears the streak (set to 0 to disable)
  • Maximum trades per day: caps how many new positions can be opened each day, suited to a calm Daily strategy
  • Maximum drawdown halt: the hard backstop. If equity falls the configured percentage below its peak, the EA flattens everything and stops opening new trades

The current status of every layer, your day and week profit and loss, drawdown, and losing streak are all shown live on the on-chart panel.

Margin Manager

The Margin Manager is an over-leverage damage-control layer that runs on every tick. If used margin crosses the configured threshold percentage of total margin, the EA scans its own open positions and banks any leg that is in profit above a minimum percentage, freeing margin without ever closing a losing position. This protects the account during deep DCA sequences. When it acts, an orange notification is sent to Discord summarizing how much was banked.

Equity Target Auto-Exit

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

Last Cycle Mode

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

Execution Timing

The EA evaluates its strategy once per completed bar, on candle close. This confirmed-signal approach matches the model's Daily, trend-persistence design, avoids false intra-bar signals, and keeps CPU usage low so multiple instances can run comfortably on the same terminal. The Margin Manager and the hard drawdown kill-switch are the exceptions: they are checked on every tick for immediate capital protection.

On-Chart Monitoring Table

A live monitoring panel is drawn in the top-right corner of the chart, updated on every new bar. The table displays the engine status (ACTIVE, WARMUP while the model is still learning, or RISK HALT), the current regime, the directional signal and confidence, the learned probability of the next move being Bull and Bear, the current bias, the number of learned samples against the minimum required, the active mode (fixed or adaptive, long-only or long-short), whether DCA and recovery are enabled, and your live day profit and loss, week profit and loss, drawdown and losing streak. This lets you see at a glance what the model is thinking and how your risk looks, without opening the Experts log.

Discord and Telegram Notifications

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

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

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

Input Parameters

FJU Quant Engine

Parameter Default Description
InpLookback 40 Lookback window in bars used to measure the regime log-return. On Daily charts 40 is roughly two months.
InpAdaptive true Self-calibrating thresholds. When true the Bull/Bear boundary adapts to each market's own volatility; when false the fixed percentages below are used.
InpBullPct 2.0 Fixed-mode Bull threshold as a percentage. A move above this counts as Bull. Ignored while adaptive is on.
InpBearPct 2.0 Fixed-mode Bear threshold as a percentage. A move below the negative of this counts as Bear. Ignored while adaptive is on.
InpAdaptWin 200 Calibration window in bars for adaptive thresholds.
InpAdaptQ 0.70 Adaptive quantile (0-1). 0.70 means a bar counts as Bull or Bear only when its move is in the top 30 percent of recent moves.
InpAlpha 1.0 Laplace smoothing applied to the transition matrix so markets with little history do not produce extreme probabilities.
InpMinSamples 30 Minimum learned transitions required before the EA may trade. Below this the panel shows WARMUP.
InpEntryThresh 0.10 Entry dead-zone. The signal must exceed plus or minus this value to act, keeping the EA flat in chop.
InpAllowShort false Allow short trades. Off means long-only, the most robust setting on up-biased assets.
InpExitOnFlip true Close an open position when the regime edge is lost.

FJU Quant Order Sizing

Parameter Default Description
QUANT_TP_PERC 6.0 Take-profit distance as a percentage of entry price.
QUANT_SL_PERC 2.0 Stop-loss distance as a percentage of entry price.
costOfSingleOrder 1 Base trade size value, interpreted by costFormat.
costFormat PERCENT_OF_BALANCE How trade size is measured: LOT, CURRENCY_AMOUNT, PERCENT_OF_BALANCE, PERCENT_OF_EQUITY.
tradingStrategy CLASSIC One of eight strategy modes: CLASSIC, TREND, REVERSE, CLASSIC_EXTREME, TREND_EXTREME, REVERSE_EXTREME, CLASSIC_EXTREME_SMART, CLASSIC_EXTREME_SMART_PLUS.

FJU Quant Risk Block

Parameter Default Description
useRisk true Master switch for the whole risk block.
maxDailyLossPct 3.0 Daily loss kill-switch as a percentage of equity. Halts new trades and flattens on a hard breach.
maxWeeklyLossPct 6.0 Weekly loss kill-switch as a percentage of equity.
maxConsecLosses 0 Pause entries after this many consecutive losses; a Sideways regime clears the streak. 0 disables this rule.
maxTradesPerDay 1 Maximum new trades opened per day. 0 means unlimited.
maxDDPct 25.0 Hard equity drawdown halt. If equity falls this far below its peak, the EA flattens everything and stops trading.

FJU Margin Manager

Parameter Default Description
useMarginManager true Enable the over-leverage Margin Manager. Recommended on; it only acts when the account is genuinely stressed.
MMThresholdPerc 75 Used-margin percentage that triggers the Margin Manager. 0 disables it.
MMMinProfitPerc 0.1 Only positions at least this percentage in profit are banked when the manager triggers.

Strategy Upgrade - DCA and Recovery

Parameter Default Description
useDCA false Enable Dollar Cost Averaging with a shared basket take-profit from the average price.
activateSLWithDCA false Manage a shared stop-loss for the DCA basket; otherwise the basket runs to its shared take-profit only.
useAutoLotRecoveryByFJU FALSE Lot recovery method: FROM_PAST_TRADES_BY_MAGIC_NUMBER, FROM_EQUITY_BALANCE_DRAWDOWN, or FALSE (disabled).
recoveryRangeForPastTrades 100 Number of past closed trades included in the lot recovery calculation.
additionalPercentageToRecovery 10 Extra percentage added on top of the calculated recovery amount as a profit buffer.
useEquityManagerForAutoLotRecovery true Link recovery to the equity manager so the basket is reset once equity recovers, for the equity-drawdown mode.
closeAllTradesOnEquityHigherThen 0.00 Auto-close all trades and remove the EA when equity reaches this value. 0 disables it.
lastCycleOfQUANT false Block new positions; the EA manages the existing basket to TP, SL or flip-exit then stops.

EA General Settings

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

Notifications

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

Installation

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

The EA works on all symbols and all timeframes, but it was designed for and tested most robustly on the Daily (D1) timeframe of trending instruments such as major US stocks, gold, silver and large-cap crypto, in long-only mode. For Discord and Telegram notifications, allow the relevant URLs in MetaTrader 5 under Tools, Options, Expert Advisors, Allow WebRequests for listed URLs: https://discord.com and https://api.telegram.org. If notifications are not needed, leave the webhook and token fields empty. The built-in FJUNIVERSE channels will still receive messages unless custom webhooks override them.

Notes

  • The model is causal and walk-forward: it learns only from completed bars, so there is no look-ahead bias and the on-chart numbers reflect what was knowable in real time.
  • The EA needs to collect at least InpMinSamples learned transitions before it will trade. Until then the panel shows WARMUP. On a Daily chart with full history this is usually immediate.
  • Long-only with adaptive thresholds is the recommended starting configuration. Short trades and fixed thresholds are available for genuinely two-sided or specialized instruments.
  • CLASSIC_EXTREME, CLASSIC_EXTREME_SMART and CLASSIC_EXTREME_SMART_PLUS are designed for use with DCA. On the first entry CLASSIC_EXTREME_SMART and its PLUS variant behave identically to CLASSIC.
  • DCA and Auto Lot Recovery are powerful but higher-risk and are disabled by default. Test them on a demo account before enabling them live.
  • The magic number must be unique per chart instance when running the EA on multiple symbols or timeframes at the same time.
  • Percentage-based TP and SL work on all instruments: Forex, Metals, Crypto, Indices, Commodities. No pip or point conversion is needed. The configured percentages are applied exactly as set.
  • The on-chart monitoring table is removed automatically when the EA is removed from the chart.
  • For further documentation, setup files, and community discussion, see the product comments section.

Risk Disclaimer:

Trading involves significant risks, and past performance is not indicative of future results. FJ UNIVERSE Quantum Intelligence EA uses automated trading strategies which amplify both potential profits and losses. The Markov model has a real but selective edge; backtests are not promises, and out-of-sample results are more modest than in-sample history. Market volatility, economic changes, and unforeseen events can impact performance. There is no guarantee of profits, and you may lose part or all of your invested capital. DCA and lot recovery strategies can amplify losses in prolonged adverse market conditions. Always conduct your own research, assess your risk tolerance, and consider consulting a financial advisor before using this EA. The performance shown reflects test results, but your results may vary due to differences in account size, broker conditions, or execution timing. FJUNIVERSE is not liable for any losses incurred by users of this EA.

Recommended products
Unified MultiindicatorReader EA
Abraham Apotierioluwa Apesinola
# UNIFIED MULTI-INDICATOR READER EA ## The Ultimate Indicator Aggregator for MetaTrader 5 ### Stop Coding. Start Trading. **Turn Any Indicator into a Profitable Trading System in Seconds.** Are you tired of staring at multiple charts, trying to interpret conflicting signals from your favorite indicators? Do you have a killer trading strategy that requires confirmation from three different tools, but you can't manually execute it fast enough? Introducing the **Unified Multi-Indicator Reader
Price action Ai trader
Marrion Netondo Wabomba
PriceAction Pro EA (v1.8) PriceAction Pro EA is a fully automated MetaTrader 5 Expert Advisor built around high-probability price action patterns , strict risk management , and multi-timeframe trend confirmation . It is designed for traders who value precision, discipline, and capital protection over over-optimization or martingale-style systems. The EA focuses on clean market structure , entering trades only when price action aligns with higher-timeframe direction and predefined risk rules.
NAS100 Strategy EA v1
Sergio Millares Raposo
A professional Expert Advisor (EA) for the Nasdaq 100 and XAU/USD that operates on a 5-minute timeframe, based on moving average crossovers to detect trends and clean entries in Gold and the Nasdaq 100. It is designed to capture fast and solid movements, filtering out false signals and avoiding noise in sideways markets. Ideal for traders seeking automation, consistency, and a clear strategy in a high-volatility asset. The system adapts to the dynamics of XAU/USD and Nasdaq and can be used on bo
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
SymbolRaptor
Marius Ovidiu Sunzuiana
RAPTOR – Neural Network Scalping Engine for M5 RAPTOR is an advanced, AI‑driven Expert Advisor engineered to hunt small, consistent profits across any trading symbol on the M5 timeframe . Built on a next‑generation neural network core, RAPTOR analyzes market micro‑structure with the speed, precision, and adaptability of a true predator—locking onto high‑probability opportunities and executing with surgical timing. Designed for traders who want a smart, self‑adjusting system rather than rigid
Automated trading system. Trend Advisor big_Source MT5 uses 2 EMA indicators and an RSI indicator. Safe, doesn 't use a martingale or a grid of warrants. The expert uses standard stop loss, teak profit and trailer stop. Requirements Optimized for GOLD (XAUUSD). The Expert Advisor trades on M30 timeframes. The minimum deposit is $ 500. Compatible with four- and five-digit accounts. Compatible with all brokers, including American ones, that are subject to the FIFO rule. Input Parameters L
LineTrader 2 MT5
Sergei Evstiunichev
LineTrader 2.0 MT5 Version for MT4:  https://www.mql5.com/en/market/product/67566 Monitoring of the expert's work on a live account in real time: 1. Real account, starting balance of $5,000, launched in May 2020: https://www.mql5.com/en/signals/773977 2. Real account, starting balance of $10,000, launched in April 2022:  The idea behind the Adviser's work: Everyone knows that the price never goes endlessly in one direction and without corrections. The rule of technical analysis tells us th
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
ARScalpro
Arief Raihandi Azka
ARScalpro EA – High-Precision Algorithmic Scalper ARScalpro EA is a professional-grade MetaTrader 5 Expert Advisor designed for traders who seek precision, speed, and advanced risk management in the volatile financial markets. Engineered specifically for XAUUSD (Gold) and major Forex pairs like EURUSD , this EA utilizes a dual-logic approach to capture market momentum while safeguarding your capital. ️ MANDATORY REQUIREMENT: AR MODE For the EA to perform at its maximum potential and utilize its
MangoFX Xmas Candles
Olisa Chigozie Ufondu
MangoFX XMAS EA is an automated trading robot that identifies trade opportunities using the Xmas Candles indicator method. It operates in two modes: Standard Mode · Detects patterns on chart internally · Opens a Buy trade on the first Lime (bullish) candle following a pattern · Opens a Sell trade on the first Red (bearish) candle following a pattern · Sets Stop Loss at the nearest swing high or low · Sets Take Profit based on your chosen Risk-to-Reward Ratio (RRR) Simple Opposite Mode (Alter
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Bitcoin Trading MT5
Sinh Nguyen Tran Hoang
Bitcoin Trading  My Expert Advisor trade Bitcoin on H1 time frame, Base on ADX indicator,  Bollinger Bands indicator, and follow the trend. stop loss 31 usd/0.01 bitcoin take profit 19 usd/0.01 bitcoin (0.01 lot) Min deposit: from 300 usd Profit: 100%/year. Draw Down: < 35% Input Setting to test my EA: - Lots: 0.01 - Stoploss: 31 usd/0.01 bitcoin or 3100 usd/bitcoin depend on your broker and your account (adjust to the correct ratio and do not change) - Takeprofit:  19 usd/0.01 bitcoin or 1900 u
AuricSkeeter
Ioannidis Alexandre Anatolevitch
AuricSkeeter - Professional Breakout EA Fully automated Expert Advisor that identifies and trades breakout opportunities using custom indicator. No external indicators required - everything is built-in for maximum performance and reliability. KEY FEATURES Smart Breakout Detection - Automatically identifies significant highs and lows, placing pending orders at optimal levels Built-in News Filter - Protects your trades during high-impact economic events using the MQL5 Economic Calendar Advanced Ri
PROP FIRM READY!  EA not using grid, martingale, etc. The Expert Advisor works on double stochastic H1/H4 and trailing stop. The Expert Advisor trades simultaneously on 30 standard symbols. Account type: ECN, Raw or Razor with very low spreads. Brokers : IC Markets, Pepperstone with Raw and Razor accounts for lowest spreads IMPORTANT:  It is very important to use LOW SPREAD accounts for best results ! Leverage - at least 1:100, 1:500 recommended               - at least 1:30 for Low-Medium,
Millennium
Vladimir Pleshakov
The scientific approach to trading and responsible development are the main principles of Millennium EA. In order to create this EA, a research work was done in the field of trading. Dow theory, the theory of fractal analysis, the methods of Bill Williams and other traders, all this served as the theoretical basis for the advisor, which is designed to automate trading decisions. Signals: https://www.mql5.com/en/signals/1748354 https://www.mql5.com/en/signals/1748359 https://www.mql5.com/en/signa
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
ApexFlow Universal EA ApexFlow Universal EA is a fully automated Expert Advisor for MetaTrader 5. It is designed for short-term M1 trading and evaluates price behavior, momentum, volatility, and current market conditions before managing a trade from entry through exit. The EA can be used on Forex pairs, metals, indices, and other symbols supported by your broker. Because contract specifications, spreads, commissions, and execution vary, every symbol and broker should be tested separately befor
Piporyx EA MT5 – Breakout Pending Order Expert Advisor for XAUUSD Overview Piporyx EA MT5 is a breakout-based Expert Advisor for MetaTrader 5 designed for structured, rule-based trading with controlled risk management. This MT5 EA uses pending BuyStop and SellStop orders to capture confirmed market momentum during volatility expansion. The strategy is built for traders seeking a breakout strategy without martingale, grid, or high-risk recovery systems. It is optimized primarily for XAUUSD (Gold)
ST Matrix
Domantas Juodenis
ST MATRIX — Institutional Symmetrical Triangle EA MetaTrader 5 | Netting & Hedging | All Brokers | Version 1.01 WHAT IS ST MATRIX? ST Matrix is a professional Expert Advisor built around the Symmetrical Triangle — one of the most reliable compression breakout patterns in technical analysis. The EA enforces a strict 5-point structure (H1 → L2 → H3 → L4 → breakout), applies institutional-grade filters before every entry, and manages trades
ScalpingDestroyer
Emanuele Giulivi
Fully automated Expert Advisor for intraday trading using breakout and trend logic. It provides risk-management tools and trading-hours controls. Operation Signal generation on breakout/trend per user settings. Trading window to enable/pause execution. News filter to suspend trading around economic releases. Configurable Stop Loss and Take Profit (fixed or percentage). Optional trailing stop and break-even; daily close at profit/loss targets. Configurable daily drawdown limit. Execution control
Exclusive Black Pro Max MT5 — Automated Trading System Exclusive Black Pro Max MT5 is an Expert Advisor for MetaTrader 5, built on advanced market analysis algorithms and risk management strategies. The EA operates in a fully automated mode and requires minimal trader intervention. Attention! Contact me immediately after purchase to receive setup instructions! IMPORTANT: All examples, screenshots, and tests are provided for demonstration purposes only. If a specific currency pair shows good resu
Automatic Advisor for the   Bitcoin   instrument.   Timeframe H1. Terminal MT5 I created this Advisor specifically for a prop company. All the efforts of five years went into creating a safe product. The Advisor consists of 8 small Advisors and is a ready-made Portfolio. Attention: The Advisor uses two large trading strategies (!): Trend Trading; Trading by Seasonal Patterns (time cycles) The Advisor   DOES NOT use   toxic strategies: Strategy Availability                                      
TeleBoy Gold
Sandro Scherrer
Special price for the first month of the launch! $699 Welcome to the TELEBOY Gold Trading Robot. -TeleBoy Gold trade is based on real experienced live trading strategy that has be used over a decade in manual trading. TeleBoy is a professional Expert advisor made from a professional trader for professional traders. No AI trading, No, HFT (high frequency trading) or other marketing scheme. No, grid, No martingale etc. All trades has StopLoos, Take Profit The algorithm dynamically adapts t
AurumAlert
Samuel Yip Jing Han
AurumAlert — CCI Gold Swing EA v6 A fully automated MetaTrader 5 Expert Advisor for swing trading XAUUSD (Gold) on the H1 timeframe . AurumAlert combines a dual-CCI crossover system with divergence detection, an ADX trend filter, and an H1 RSI confirmation layer to identify high-probability trend-following entries on Gold. The ATR trailing stop rides extended moves and locks in profit progressively. Technical support is provided for XAUUSD H1 only. Hedging account required.Full documentation fil
Sir Stoch and Commodities
Sergio Izquierdo Rodriguez
An Expert Advisor that operates in times of high contrast, employing the stochastic indicator and the commodity index indicator, using overbought or oversold points or the ADX indication to exit trades. It also features a stop-loss control that operates on a percentage difference in price, with progressive lot scaling as the balance increases, while keeping an eye on the account's margin call. Learn what parameters are with better performance for each symbol in the strategy tester and find a go
Golden E Advisor MT5 Overview Golden E Advisor MT5 is an advanced automated Expert Advisor (EA) designed for MetaTrader 5 (MT5), implementing a robust Swing Breakout and Retracement Strategy . It scans market structures across multiple timeframes ( H1 and H4 ) to capture high-probability momentum breakouts following significant swing points. Built with professional-grade risk management and strict execution checks, this EA adapts dynamically to market conditions while ensuring safety features li
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (19)
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.45 (136)
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
Lizard
Marco Scherer
3.78 (23)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signal - Track real performan
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
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
No Grid/No Martingale/No Recovery/No Hedging/Single Entry with SL/One Shot  Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
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 - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and propr
Quantum iGold MT5
Yassine Mouhssine
4.64 (22)
Quantum iGold MT5 – Advanced AI Trading System (XAUUSD) Quantum iGold MT5 is a fully automated trading system built using advanced Artificial Intelligence techniques. It employs a hybrid neural architecture that integrates LSTM and Transformer models to analyze price behavior on XAUUSD . This structure enables the system to detect market patterns, adapt to volatility changes, and generate technically refined trading signals in real time. After purchase, please contact me via MQL5 private messa
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.42 (128)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Zoomini
Gennady Sergienko
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Logan MT5
Thierry Ouellet
5 (11)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on August 3rd! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—inclu
Mavrik Scalper
Vladimir Lekhovitser
4.67 (3)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2378119 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Mavrik Scalper represents a new generation of AI-driven trading systems built around a Hybrid Attention neural network architecture. Unlike conventional algorithmic strategies that rely primarily on fixed technical indicators or predefined market rules, Mav
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (1)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.76 (21)
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 https://www.mql5.com/es/signa
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Gold Neural Core
TICK STACK LTD
5 (7)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab2560cdc01 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's being continuously developed $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new pre
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.47 (19)
UPDATE: Price Increase in less than 12H! (3rd August) If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +270% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in volatility
Impulse MT5
Simon Reeves
5 (14)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
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
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
SixtyNine EA
Farzad Saadatinia
4 (4)
SixtyNine EA – A Gold Expert Advisor for MetaTrader 5, featuring 6 integrated strategy layers, predefined Stop Loss on every trade, and a clean trading structure without Martingale, Recovery systems, or Grid trading. Public Live Signal: $500 Start, Fixed 0.02 Lot, 500%+ Growth, 20 Weeks Live The public live signal is the central proof point of SixtyNine EA . The account started with a $500 balance , used a fixed 0.02 lot size per trade , and has been active for more than 20 weeks of live tradin
Syna
William Brandon Autry
5 (27)
Syna 7 - The AI Trading Operator That Stays With the Trade. Most trading systems make an entry decision and then fall back to fixed rules. Syna 7 remains involved. Syna is an autonomous AI trader, trading assistant, and position-management system designed to operate from analysis through exit. It can analyze current market conditions, evaluate news and volatility, remember the original trade reasoning, monitor open exposure, and continue reassessing the position as conditions change. Trading do
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
XAU Momentum
TICK STACK LTD
XAU Momentum — Trend-Aligned Gold Breakout EA Live Performance All Tick Stack Signals can be found on our website or by following the link below. See images below for more information.  https://www.mql5.com/en/blogs/post/773500 Launch Offer:   Grab XAU Momentum now at the lowest price it'll ever be. Bundle it with   Gold Neural Core   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. How to use: Load on XAUUSD chart (timeframe is   irrelevant ) Change the risk se
More from author
FJUNIVERSE | MT5 Minimum Lot Price Snapshot Tool A simple and effective way to understand your risk per trade. This script is designed to help beginner traders clearly see the potential risk associated with trading the minimum lot size on each symbol listed in their Market Watch. With one click, the script calculates the estimated value of a position opened at the minimum lot size, using the current market (ask) price and contract size. It then determines how much would be at risk if the price o
FJ Universe DCA Investor
Frantisek Juris
5 (3)
DCA INVESTOR BOT | MetaTrader 5 Trading Robot An automated trading solution designed to simplify and optimize your trading strategy on MetaTrader 5 (MT5). This Expert Advisor (EA) employs a disciplined Dollar-Cost Averaging (DCA) strategy to execute buy positions and manage trades efficiently. It evaluates conditions for opening a buy position and updating the take-profit level after each new candle opens. If no trades are active, a new trade is initiated. For existing trades, the EA calculates
DCA HEDGE BOT | MetaTrader 5 Short Selling Robot Master bearish markets with the DCA Hedge Bot, an automated trading solution designed to optimize your short-selling strategy on MetaTrader 5 (MT5). This Expert Advisor (EA) leverages a disciplined Dollar-Cost Averaging (DCA) strategy to execute sell positions and manage trades efficiently in volatile or rising markets. It evaluates conditions for opening a sell position and updating the take-profit level after each new candle opens. If no trades
HFT TURBO BOT | MetaTrader 5 Trading Robot Supercharge your trading with HFT TURBO BOT, a cutting-edge automated trading solution designed for MetaTrader 5 (MT5). This Expert Advisor (EA) leverages a high-frequency trading (HFT) strategy to execute lightning-fast trades with small take-profit targets and high leverage, maximizing opportunities in volatile markets. Built for traders who crave speed and precision, HFT TURBO BOT opens buy or sell positions at the start of each new candle, with cust
AIX GROK FJU ASSISTANT | MetaTrader 5 AI-Powered Trading Advisor Transform your trading with the AIX GROK FJU ASSISTANT, an advanced MetaTrader 5 (MT5) Expert Advisor (EA) that leverages cutting-edge AI technology from GROK (powered by xAI) to provide real-time technical analysis and trading insights. Designed for both novice and seasoned traders, this EA connects your MT5 charts to GROK AI, delivering data-driven, emotion-free trading signals directly to your Discord or Telegram. By analyzing c
FJUNIVERSE | MT5 Volatility Checker & Minimum Lot Snapshot Tool A powerful one-click scanner that instantly reveals the real risk and volatility of every symbol in your Market Watch — using the current chart timeframe. This script calculates the exact USD value at risk for the broker-defined minimum lot, plus a complete volatility profile based on all loaded candles. Results are saved in a clean CSV file and printed to the MetaTrader Journal with bar count. Features: Calculates MINPRICE: risk of
MetaTrader 5 Expert Advisor integrating Grok AI (xAI) for real-time chart analysis, customizable signals, and automated trading support. The Grok AI Trader - FJU Assistant is an MT5 Expert Advisor (EA) that connects your MetaTrader 5 platform directly to Grok AI from xAI. Using predefined or custom prompts, it analyzes chart data (OHLC, volume, etc.) at candle close and provides technical insights, trading suggestions, and optional automated order execution. Signals and reports can be sent to Di
Overview FJUNIVERSE RSI MACDON EA is a fully automated Expert Advisor for MetaTrader 5 that uses RSI (Relative Strength Index) and MACD (Moving Average Convergence Divergence) as its core signal engine. Before any trade is opened, the EA evaluates up to ten configurable RSI and MACD conditions simultaneously. All conditions must pass at the same time. This approach reduces false entries and improves the quality of every position placed on the account. This EA is extended version of original FJ U
Overview FJUNIVERSE ADX REGIME EA is a fully automated Expert Advisor for MetaTrader 5 that uses the Average Directional Index (ADX) and Directional Movement indicators (+DI / -DI) as its core signal engine. The EA detects the current market regime, whether trending, ranging, or transitional, and adapts its trading logic accordingly. Every trade entry requires a confirmed +DI / -DI crossover between bar[1] and bar[0], combined with configurable ADX strength and momentum filters that must all pas
FJUNIVERSE M. PRINTER EA - High-Leverage DCA Recovery Expert Advisor for MT5 (M1 Scalper) FJUNIVERSE M. PRINTER is a fully automated high-leverage, high-frequency DCA recovery Expert Advisor for MetaTrader 5, engineered for strongly trending markets on the M1 (one-minute) timeframe . The EA uses a grid-style scaling engine combined with an equity-driven recovery module to press an active position as the market moves, then flush every open trade the instant the account equity lifts above the pre-
Overview FJU PROP RSI MACD is a fully automated Expert Advisor for MetaTrader 5 designed for prop-firm challenges, funded accounts, and any account where strict risk-management rules must hold at all times. It is the prop-firm-aware evolution of the original FJUNIVERSE RSI MACDON signal engine, wrapped in three protective layers that make the bot trade like a disciplined human, enforce the rule book automatically, and survive a terminal restart without resetting your daily counters. The signal c
FJU DCA DWX ZERO BOT | Darwinex Zero Ready MetaTrader 5 Trading Robot An automated trading solution designed to make your Dollar-Cost Averaging (DCA) strategy work hand in hand with Darwinex Zero on MetaTrader 5 (MT5). This Expert Advisor (EA) is the Darwinex Zero aware evolution of the original FJ Universe DCA Investor . It employs the same disciplined DCA strategy: it evaluates conditions for opening a buy position and updating the take-profit level after each new candle opens. If no trades ar
WEALE Price List | Wealth Engine Capital Scanner Utility for MetaTrader 5 WEALE Price List is a MetaTrader 5 (MT5) utility script that shows how much capital you need to fill the full Wealth Engine DCA ladder on every symbol in your Market Watch. This utility is the planning companion to the FJ Universe Wealth Engine (WEALE) Expert Advisor. Where the Wealth Engine runs the strategy, the WEALE Price List helps you decide where to run it. The script scans each symbol in your Market Watch, reads th
Filter:
No reviews
Reply to review