FlexiDCA Trader

Product Description: FlexiDCA Trader

FlexiDCA Trader is an automated trading tool (Expert Advisor - EA) designed for MetaTrader 5. It helps traders easily apply the Dollar-Cost Averaging (DCA) strategy and grid trading. The product is suitable for both beginners and experienced traders, especially effective with highly volatile pairs like XAU/USD (gold).

Advantages

  • Smart Automated Trading: Automatically opens orders based on technical indicators or supports manual trading, saving time.
  • Flexible DCA Strategy: Can reduce average cost when losing or increase profits when prices are favorable, suitable for various market situations.
  • Good Risk Control: Limits daily or total profits and losses, protecting the account from large fluctuations.
  • Time Risk Avoidance: Stops trading when the market has important news.
  • Easy Customization: Allows adjustment of multiple technical indicators and parameters to suit your trading style.
  • Modern API Connection: Updates DCA mode from external systems, increasing flexibility.

Key Features

  • Grid Strategy: Places buy/sell orders at fixed price levels to take advantage of market fluctuations.
  • Supports Both Automatic and Manual: Opens orders automatically based on signals or manages manual orders.
  • Multiple Technical Indicators: Uses Moving Average, RSI, Bollinger Bands, Stochastic, and ATR to find accurate entry points.
  • Easy to Use: User-friendly interface with many easily configurable parameters.

Input Parameters

The FlexiDCA Trader offers a comprehensive set of input parameters to customize its behavior. Below is the complete list, organized into categories for clarity, with detailed explanations to help users configure the bot effectively.

Account and Risk Management

These settings control the bot’s operation based on account performance and order limits.

  • ControlMode

    • Description: Selects the method for controlling the bot’s operation.
    • Options:
      • MODE_PROFIT_LOSS : Stops trading based on profit/loss limits.
      • MODE_ORDER_COUNT : Stops after a set number of orders.
      • MODE_MIX : Combines both profit/loss and order count limits.
    • Default: MODE_PROFIT_LOSS
    • Example: Set to MODE_MIX to stop trading when either profit/loss or order limits are reached.
  • MaxAccountLoss

    • Description: Maximum allowable account loss in USD. The bot stops trading if equity drops below this level.
    • Default: 500 USD
    • Example: If set to 500, trading halts after a 500 USD loss.
  • MaxAccountProfit

    • Description: Maximum allowable account profit in USD. The bot stops trading if equity exceeds this level.
    • Default: 1000 USD
    • Example: If set to 1000, trading halts after a 1000 USD gain.
  • MaxAccountLossdaily

    • Description: Maximum daily loss in USD. Resets daily.
    • Default: 10 USD
    • Example: If set to 10, trading stops for the day after a 10 USD loss.
  • MaxAccountProfitdaily

    • Description: Maximum daily profit in USD. Resets daily.
    • Default: 300 USD
    • Example: If set to 300, trading stops for the day after a 300 USD gain.
  • MaxOrders

    • Description: Maximum number of orders the bot can open.
    • Default: 1000
    • Example: If set to 1000, no new orders open after reaching 1000.
  • TotalProfitTarget

    • Description: Total profit target for all orders in USD. Closes all orders when reached.
    • Default: 1 USD
    • Example: If set to 1, all orders close when total profit hits 1 USD.
  • TotalLossTarget

    • Description: Total loss target for all orders in USD. Closes all orders when reached.
    • Default: 40 USD
    • Example: If set to 40, all orders close when total loss hits 40 USD.

Trading Parameters

These settings define basic trading conditions.

  • InitialLotSize

    • Description: Initial trading volume in lots for the first order.
    • Default: 0.01 lot
    • Example: Set to 0.01 for a small initial position.
  • TPSLMode

    • Description: Selects the method for calculating take profit (TP) and stop loss (SL).
    • Options:
      • FIXED : Uses fixed pip values for TP and SL.
      • ATR_BASED : Calculates TP and SL based on the Average True Range (ATR) indicator.
      • PERCENTAGE : Sets TP and SL as a percentage of the entry price.
      • TRAILING : Uses a trailing stop to dynamically adjust SL as the price moves favorably.
    • Default: FIXED
    • Example: Set to ATR_BASED for volatility-adjusted TP/SL or TRAILING to protect profits dynamically.
  • TakeProfitPips

    • Description: Take profit level in pips, relative to each order’s entry price (used in FIXED mode).
    • Default: 2000 pips
    • Example: If set to 2000, an order closes after gaining 2000 pips.
  • StopLossPips

    • Description: Stop loss level in pips, relative to each order’s entry price (used in FIXED mode).
    • Default: 5000 pips
    • Example: If set to 5000, an order closes after losing 5000 pips.
  • ATRMultiplierTP

    • Description: Multiplier for ATR to calculate take profit (used in ATR_BASED mode).
    • Default: 2.0
    • Example: If set to 2.0, TP is set to 2 times the ATR value.
  • ATRMultiplierSL

    • Description: Multiplier for ATR to calculate stop loss (used in ATR_BASED mode).
    • Default: 1.5
    • Example: If set to 1.5, SL is set to 1.5 times the ATR value.
  • PercentTP

    • Description: Percentage of the entry price for take profit (used in PERCENTAGE mode).
    • Default: 2.0%
    • Example: If set to 2.0, TP is set at 2% above the entry price for buy orders.
  • PercentSL

    • Description: Percentage of the entry price for stop loss (used in PERCENTAGE mode).
    • Default: 1.0%
    • Example: If set to 1.0, SL is set at 1% below the entry price for buy orders.
  • TrailingStopPips

    • Description: Distance in pips for the trailing stop (used in TRAILING mode).
    • Default: 20 pips
    • Example: If set to 20, the SL trails the current price by 20 pips, locking in profits as the price moves favorably.

DCA Settings

These parameters configure the Dollar-Cost Averaging (DCA) strategy.

  • EnableDCA

    • Description: Enables/disables the DCA feature.
    • Default: true (enabled)
    • Example: Set to true to use DCA when positions are losing.
  • DCARatio

    • Description: Volume multiplier for each DCA order. A string of numbers separated by "/".
    • Default: "1/1/2/3/5/8/12/18/27/40"
    • Example: "1/2/3" means multipliers of 1, 2, and 3 for successive DCA orders.
  • DCADistance

    • Description: Price distance in pips between DCA orders. A string of numbers separated by "/".
    • Default: "30/30/40/50/60/70/80/90/100/100"
    • Example: "30/40" means the first DCA order is 30 pips away, the next 40 pips further.
  • MaxDCAOrders

    • Description: Maximum number of DCA orders in a sequence.
    • Default: 10
    • Example: If set to 10, up to 10 DCA orders can open.
  • DefaultDCAMode

    • Description: Default mode for applying DCA.
    • Options:
      • DCA_NEGATIVE : DCA when the market moves against the position (in loss).
      • DCA_POSITIVE : DCA when the market moves in favor (in profit).
    • Default: DCA_NEGATIVE
    • Example: Set to DCA_NEGATIVE to average down losing positions.
  • PriceChangeForSellPips

    • Description: Price change in pips to trigger a new buy/sell order in Dual DCA mode.
    • Default: 200 pips
    • Example: If set to 200, a new order is triggered after a 200-pip price movement.
  • OrderDistancePips

    • Description: Distance in pips for placing pending orders from the current price in Dual DCA mode.
    • Default: 0.5 pips
    • Example: If set to 0.5, pending orders are placed 0.5 pips away.

Time and News Settings

These settings manage trading around specific times or news events.

  • AutoTrade

    • Description: Enables/disables automatic trading. If disabled, only manual orders are managed.
    • Default: true (enabled)
    • Example: Set to true for fully automated trading.
  • AvoidPeriodsInput

    • Description: Time periods to avoid trading, in "HH:MM-HH:MM" format, separated by "/".
    • Default: "08:00-12:00/13:00-17:00"
    • Example: "08:00-12:00" avoids trading from 8:00 to 12:00.
  • AvoidNews

    • Description: Enables/disables avoiding trading during news events.
    • Default: false (disabled)
    • Example: Set to true to skip high-impact news periods.
  • NewsAvoidMinutes

    • Description: Minutes to avoid trading after a news event.
    • Default: 15 minutes
    • Example: If set to 15, no trading occurs for 15 minutes post-news.
  • PreNewsCloseHours

    • Description: Hours before a news event to close all orders.
    • Default: 2 hours
    • Example: If set to 2, orders close 2 hours before news.
  • EnableStartTime

    • Description: Enables/disables a specific start time restriction.
    • Default: true (enabled)
    • Example: Set to true to limit trading start time.
  • StartTime

    • Description: Time (HH:MM) when the bot can start trading.
    • Default: "00:05"
    • Example: If set to "00:05", trading begins at 00:05 daily.
  • EnableHolidayStop

    • Description: Enables or disables the holiday and Friday stop feature.
    • Default: true (enabled)
    • Example: Set to true to stop trading on holidays and after the specified time on Fridays.
  • FridayStopHour

    • Description: The hour (in 24-hour format) on Fridays when the bot should stop trading.
    • Default: 17
    • Example: If set to 17, the bot will stop trading at 5:00 PM on Fridays.
  • FridayStopMinute

    • Description: The minute on Fridays when the bot should stop trading.
    • Default: 0
    • Example: If set to 0, the bot will stop trading at the hour specified by FridayStopHour, on the hour.

Indicator Settings

These settings configure technical indicators for generating trading signals.

  • IndicatorMode

    • Description: How the bot combines indicator signals.
    • Options:
      • ALL_AGREE : All enabled indicators must agree.
      • ANY_AGREE : Any enabled indicator can trigger a signal.
    • Default: ALL_AGREE
    • Example: Set to ALL_AGREE for conservative signals.
  • UseMA

    • Description: Enables/disables the Moving Average indicator.
    • Default: true (enabled)
    • Example: Set to true to use MA signals.
  • MAPeriod

    • Description: Period (number of bars) for the Moving Average.
    • Default: 10
    • Example: If set to 10, MA uses the last 10 bars.
  • MATimeframe

    • Description: Timeframe for the Moving Average.
    • Default: PERIOD_M1 (1-minute)
    • Example: Set to PERIOD_H1 for hourly MA.
  • UseBollingerBands

    • Description: Enables/disables Bollinger Bands.
    • Default: false (disabled)
    • Example: Set to true for volatility-based signals.
  • BBPeriod

    • Description: Period for Bollinger Bands.
    • Default: 20
    • Example: If set to 20, uses 20 bars for calculation.
  • BBDeviation

    • Description: Standard deviation multiplier for Bollinger Bands.
    • Default: 2.0
    • Example: Set to 2.0 for standard width.
  • UseRSI

    • Description: Enables/disables the Relative Strength Index (RSI).
    • Default: false (disabled)
    • Example: Set to true for overbought/oversold signals.
  • RSIPeriod

    • Description: Period for RSI.
    • Default: 14
    • Example: If set to 14, RSI uses 14 bars.
  • RSIOverbought

    • Description: RSI level for overbought conditions.
    • Default: 70
    • Example: If set to 70, RSI above 70 may signal a sell.
  • RSIOversold

    • Description: RSI level for oversold conditions.
    • Default: 30
    • Example: If set to 30, RSI below 30 may signal a buy.
  • UseStochastic

    • Description: Enables/disables the Stochastic oscillator.
    • Default: false (disabled)
    • Example: Set to true for momentum signals.
  • StochKPeriod

    • Description: %K period for Stochastic.
    • Default: 14
    • Example: If set to 14, %K uses 14 bars.
  • StochDPeriod

    • Description: %D period for Stochastic.
    • Default: 3
    • Example: If set to 3, %D is a 3-period average of %K.
  • StochSlowing

    • Description: Slowing period for Stochastic.
    • Default: 3
    • Example: If set to 3, Stochastic is smoothed over 3 periods.
  • StochOverbought

    • Description: Stochastic level for overbought conditions.
    • Default: 80
    • Example: If set to 80, above 80 may signal a sell.
  • StochOversold

    • Description: Stochastic level for oversold conditions.
    • Default: 20
    • Example: If set to 20, below 20 may signal a buy.
  • UseATR

    • Description: Enables/disables the Average True Range (ATR) indicator.
    • Default: false (disabled)
    • Example: Set to true for volatility-based decisions.
  • ATRPeriod

    • Description: Period for ATR.
    • Default: 14
    • Example: If set to 14, ATR uses 14 bars.

Other Settings

  • MagicNumber
    • Description: Unique identifier for the bot’s orders to avoid conflicts with other trades.
    • Default: 10001
    • Example: Set to 10001 to distinguish bot orders.

Usage Tips

  • Set MagicNumber to a unique value to avoid interference with other bots or manual trades.
  • Adjust InitialLotSize based on account size and risk tolerance (e.g., 0.01 for small accounts).
  • Use AvoidNews and AvoidPeriodsInput to skip high-volatility periods.
  • Experiment with IndicatorMode ( ALL_AGREE for conservative, ANY_AGREE for frequent trades).

Conclusion

FlexiDCA Trader is the perfect solution for traders who want to automate trading with risk control capabilities, and flexible customization, the product provides an efficient and easy trading experience.






Produits recommandés
Le BigBoss Ultra Z Scalper EA est un EA de scalping précis pour la paire EUR/USD sur l'unité de temps M5 (5 minutes). BigBoss Scalper Ultra Z est un Expert Advisor (EA) spécialement conçu pour les stratégies de scalping de précision sur la paire EUR/USD, fonctionnant sur la plateforme MetaTrader 5 avec l'unité de temps M5 (5 minutes). Cet EA est conçu pour les traders recherchant une exécution rapide et une gestion du risque maîtrisée, car il utilise un Take Profit de 12 pips et un Stop Loss d
is a fully automatic Forex trading Expert Advisor. The robot can run on any instrument, but the results are better with EURUSD on the H1 timeframe.  If you are a long-term investor looking at yearly profits with high Sharpe-ratio then Money magnet is a good option. Please check the comment part to share your settings with others and enjoy the latest optimal settings uploaded by other users.  Expert Advisor Advantages High Sharpe-ratio The EA does not use such systems as martingale, hedging,  gr
SonicR Trend Scalper (MT5 Expert Advisor) What it is SonicR Trend Scalper is an MT5 Expert Advisor (EA: automated trading robot) focused on trend-following scalps using a SonicR-style concept: - Dual EMA trend framework (fast/slow moving averages) - Confirmed swing structure (pivot-based market structure) - Breakout entries via pending orders (Buy Stop / Sell Stop) - RR-based targets (risk-reward targets) and step-by-step trade management Designed for: one chart = one symbol, clean order mana
Flamberg Xau
Ignacio Agustin Mene Franco
Flamberg Gold – Professional Expert Advisor for XAU/USD | M15 Flamberg Gold is a high-performance algorithmic trading system designed and optimized exclusively for trading the XAU/USD pair (spot gold) on the M15 timeframe. Developed using an object-oriented architecture in MQL5, the system integrates multiple layers of technical analysis and dynamic risk management, offering a robust and disciplined approach to commodity markets. Operating Logic The core of the system is based on the automat
BBMA Dancer
Zada Janitra Kamilah Rahmadi
4.2 (5)
BBMA Dancer EA is Expert Advisor base on trend following strategy. This expert using BBMA to cathching the market trend. With this EA orders that are made seem to be dancing in the market in tune with the BBMA trend signal. This EA have a good performance that has been tested more than five years with real ticks history data. Forex market is a risky investment so please using BBMA Dancer EA wisely. Although this EA can be use on any pairs, but please Use this EA on EURUSD Pair at M15 timeframe
BoBiXAU Pro
Manfred Tochukwu Orjioke
BobiXAU Pro v3.0 - Conservative Trend Following System Professional Gold Trading EA with Real-Time Telegram Signals BobiXAU Pro is a specialized Expert Advisor designed exclusively for XAUUSD (Gold) trading. Using a proven conservative trend-following approach with multi-timeframe confirmation, this EA captures Gold's consistent directional moves while maintaining institutional-grade risk management. ️ GOLD SPECIALIST - XAUUSD ONLY This EA is optimized exclusively for Gold trading . Do not
Fidelity MT5
Kyra Nickaline Watson-gordon
2 (4)
Description : Fidelity EA is an Expert Advisor for trading on all Forex pairs and all timeframe. EA is powered with specific trend detection algorithms. The algorithm is fully smart and automatic. So the use and setup of EA is very simple and there is no need to have deep knowledge about the market.   Growing the EA : The EA will be updated and supported always. New features will be added later for free. If you need a specific feature to be added to the EA, please write your idea on the commen
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
XauusdPrecisionEA
Korede Nathaniel Oladoyin
XAU Breakout Pro – The Ultimate GMT Gold Breakout Bot Timeframe: M5 Symbol: XAUUSD ️ Type: Fully Automated Expert Advisor Strategy Style: Volatility Breakout Why XAU Breakout Pro? XAU Breakout Pro is engineered for precision, speed, and profitability. It captures high-volatility breakout moves that occur during the London market open — one of the most explosive times to trade gold (XAUUSD). This EA doesn’t overtrade. It waits patiently for the right moment, then strikes with a cle
Blue Diamond EA
Frederick Mensah
GBPUSD - 1H $1,000 to $11,000 ... Jan 2018 - Dec 2022  (1% Risk. Low Risk. Change risk percent from zero to 1 to start trade or test). $10,000 to $5,000,000 ...   Jan 2018 - Dec 2022 (2% High Risk Trade, Can have high drawdown) NOTE : (1% or less risk percent is recommended. This will help to maintain low Drawdown but with high returns.) RISK Management : Do not put the auto risk above 2% increase. It is always better to stay in the game for a long term growth rather than one time win trades.
Price Gold
Yuriy Kuzmin
5 (1)
Final price: $999. Buy early, save money, and get a guaranteed bonus!!! Hello to all gold trading enthusiasts! I present a new trading advisor, Price Gold, developed specifically for the MT5 trading platform. This automated advisor is for traders who are able to anticipate and are emotionally prepared for the market. It's ideal for long-term gold trading! Live signal The advisor is developed using custom indicators and filters for optimal market entries. Currency pairs:   US30, XAUUSD. To trad
Green Revolution  is an Expert Advisor designed specifically for trading gold. EA works according to the Trend Follow  Requirements Trading pairs XAUUSD Timeframe M15 Minimum deposit  100$ Leverage 1:500,1:100 Brokers Just Forex,Exness,FBS    Features - Fully automatic mode with Less inputs. -  Every trade is protected in advance. - Does not use averaging, history reading, overoptimization and other pointless methods. - More than 5 years of research, observation and optimization. - Tested o
Midas AI MT5
Dmitriq Evgenoeviz Ko
MIDAS AI is the guardian of your capital. It doesn't dive headfirst into trading, but rather weighs every decision with mathematical precision. Its stop-losses and take-profits aren't random numbers, but the result of painstaking calculations designed to minimize risks and maximize profits. MIDAS AI is a symphony of analytics and algorithms. Like an experienced chess player, it calculates its moves ahead by analyzing charts and economic indicators. It doesn't give in to emotions or make impulsi
Havana EA
ALGOECLIPSE LTD
4.9 (10)
Havana EA est un algorithme de trading intraday entièrement automatisé, conçu spécifiquement pour le US30 sur la période M5. Il utilise une stratégie basée sur les cassures, identifiant des configurations de retracement clés pour déterminer des points d’entrée à haute probabilité. L’EA fonctionne selon une logique de trade unique à la fois , gérant chaque position avec un stop loss et un take profit fixes . Un système optionnel de trailing stop est également inclus pour sécuriser les gains au f
Intersection EA
Kalinka Capital OU
Intersection EA is a fully automated software (trading robot), executing trading orders on the currency market in accordance with the algorithm and unique trading settings for each currency pair. Intersection EA is perfectly suitable for beginner traders as well as for professionals who got solid experience in trading on financial markets. Traders and programmers of Kalinka Capital OU company, worked hard developing the Intersection EA forex robot, starting from the year 2011. Initially, this s
Our automated trading robot is built on the MT5 platform. This is a trend-following system for long-term growth. Key Features & Benefits: Tight Stop-Loss & Strict Capital Management:  The robot prioritizes protecting your capital by utilizing tight stop-loss orders and adhering to strict capital management rules. Only a small, pre-defined percentage of your account is risked on each trade, ensuring longevity and minimizing potential drawdown. Strategic Profit-Taking for Long-Term Growth: Forget
Seven Trading Sins
Alex Amuyunzu Raymond
The 7 Sins Trading Discipline EA - Complete Behavioral Enforcement System Core Philosophy The 7 Sins Trading Discipline EA represents a paradigm shift in trading tool development. Unlike traditional Expert Advisors that focus on market prediction and entry signals, this system operates on a fundamentally different principle: its primary function is behavioral discipline enforcement, not market analysis. The EA exists to neutralize the seven psychological weaknesses that commonly sabotage trade
Trend Alpha
Levi Dane Benjamin
5 (1)
Trend Alpha is an automated Expert Advisor from the DaneTrades EA portfolio. It is built around a rules-based trend-following breakout approach using price action, with additional price-action filters designed to help qualify setups. The EA is multi-currency and commonly used on trend-driven instruments such as JPY pairs, NAS100, SP500, XAUUSD, and BTCUSD. It is designed for minimal configuration and a straightforward setup process. Trend Alpha can be used alongside other systems that trade dif
CMFX GOLD — Tactical Intelligence for the XAUUSD Battlefield Precision. Patience. Power. CMFX GOLD isn’t just another Expert Advisor — it’s a tactical swing-trading algorithm engineered to dominate Gold (XAUUSD) with discipline, precision, and capital protection. Support For any doubts, queries, or setup assistance, please contact me via MQL5 private message . I respond to every message personally and assist with installation, optimization, and guidance. ----------------------------------
The Triumviratus Expert Advisor is a fully automated trading system that operates across multiple currency pairs. This EA automatically analyzes price movements using MA, RSI, and ATR indicators to trade pullbacks or reversals. Recommendations VPS: You need to rent a VPS server and install your MT5 terminal so that the EA can operate 24/7 . Timeframe:   Regardless of the chart's timeframe, this EA utilizes two timeframes in the expert properties for calculations; the recommended lower timeframe
Fast Gold Scalper EA
Leonard Mutwiri Kimathi
This Expert Advisor is a fully automated scalping EA that trades based on Support and Resistance levels , combined with volatility filtering and smart profit protection . It is designed to work safely on any broker , automatically adapting to different lot rules, spreads, margin requirements, and account sizes , including very small accounts. Send an email to leonmutwiri7@gmail.com after lifetime purchase to get the fine tuned gold version. The EA opens trades only when market conditions are sui
KPG Q8 Scalper
Le Uyen Phuong Nguyen
KPG Q8 Scalper Bot   BillionKPG Club – Continuously Updated – Activations: 5 Hello, traders! KPG Q8 Scalper Bot- the technological warrior of   BillionKPG Club , is designed to be your ultimate assistant across gold, forex, crypto, and stocks. With the ability to detect early reversals, I help you   avoid buying tops and selling bottoms , making me the perfect fit for   high‑win‑rate scalp trading . My specialty? Multi‑market scalping across GOLD, forex, crypto & stocks. My mission?   To protec
Gold Trend Follower is a fully automated Expert Advisor designed specifically for trading XAUUSD (Gold). It follows the higher timeframe trend and looks for trading opportunities on lower timeframes using price action confluence with bullish and bearish engulfing candlestick patterns . Strategy Overview The EA determines the dominant market trend from a higher timeframe (e.g. H1 or H4). Once the higher timeframe direction is confirmed, it shifts to a lower timeframe (M5 or M15) to identify en
Little Spartan EA   The Little Spartan EA is an advanced automated trading system that combines multi-timeframe trend analysis with RSI momentum indicators to identify high-probability trading opportunities. While not explicitly using neural networks in the traditional sense, it employs a sophisticated algorithmic approach that mimics neural network pattern recognition through multi-dimensional signal analysis. Recommended time frame M1 Metatrader 4 Version : https://www.mql5.com/en/market/prod
Spike Hunt EA
Noppadon Boonpromuppatham
Spike Hunt EA: A Strategy to Capture Reversals After Sharp Price Spikes   (((-----Introductory Price for the first 10 buyers only!!!----))) The Spike Hunt EA is an Expert Advisor specifically designed to profit from a common market behavior: a rapid reversal following a strong and sudden price spike. This EA employs a robust logic to identify high-probability reversal "Spike" candles. It uses Bollinger Bands breakouts as an initial alert and then performs a detailed candlestick analysis to pin
Mystery
Rohit Katyal
⸻ Mystery – The Intelligent Trading Robot Mystery is an advanced, fully-automated trading robot designed to deliver consistent performance across dynamic market conditions. Built for precision and reliability, Mystery analyzes market trends, momentum, and volatility using cutting-edge algorithms to identify high-probability trading opportunities. Whether you’re a beginner or an experienced trader, Mystery simplifies your trading experience by automating complex strategies with intelligen
Aureum Advisor
Dmitriq Evgenoeviz Ko
Aureum Advisor – Expert Advisor for XAUUSD Aureum Advisor is an automated trading advisor for MetaTrader 5 designed for trading the XAUUSD instrument. The advisor uses a combination of trend logic, volatility analysis, and market condition filtering to make trading decisions. The advisor is designed for stable automated trading with a controlled level of risk and minimal user intervention. IMPORTANT: After purchase, it is recommended to contact the seller for installation instructions and recomm
Simple Time range breakout
Catherine Njeri Muriithi
This strategy takes place in the first 20 to 60 minutes of the market opening as the markets are very volatile during this period. The currency pair price’s distance from the high or low price will indicate if you can enter a buy position or a sell position. You are advised to use this tester with caution. All the input variable are fairly simple optimize and try it out with different currency pairs and once comfortable use it in a real account. All the best.
Ichimoku Gold Scalper
Ignacio Agustin Mene Franco
Ichimoku Gold Scalper EA Automated Trading System for Gold (XAU/USD) Overview Ichimoku Gold Scalper is a professional Expert Advisor specifically designed for scalping gold (XAU/USD) using the Ichimoku Kinko Hyo indicator combined with an intelligent grid system. It includes advanced risk management and is ideal for funding accounts. Main Features Ichimoku Filtering Uses the 5 Ichimoku lines to confirm trends Only trades when all signals are aligned Respects the Kumo cloud as support/resist
Les acheteurs de ce produit ont également acheté
Quantum Valkyrie
Bogdan Ion Puscasu
4.89 (111)
Valkyrie Quantique - Précision.Discipline.Exécution Réduction       Prix.   Le prix augmentera de 50 $ à chaque tranche de 10 achats. Signal en direct :   CLIQUEZ ICI   Chaîne publique Quantum Valkyrie MQL5 :   CLIQUEZ ICI ***Achetez Quantum Valkyrie MT5 et vous pourriez obtenir Quantum Emperor ou Quantum Baron gratuitement !*** Contactez-nous en privé pour plus d'informations ! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (480)
Bonjour à tous les traders ! Je suis   Quantum Queen   , le joyau de la couronne de l'écosystème Quantum et le conseiller expert le mieux noté et le plus vendu de l'histoire de MQL5. Avec plus de 20 mois d'expérience en trading réel, j'ai acquis le titre incontesté de Reine de la paire XAUUSD. Ma spécialité ? L'OR. Ma mission ? Fournir des résultats de trading constants, précis et intelligents – encore et encore. IMPORTANT! After the purchase please send me a private message to receive the inst
AI Gold Trading MT5
Ho Tuan Thang
4.84 (31)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier s'approvisionne en liquidités auprès de différents fournisseurs, créant ainsi des flux de données uniques. D'autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80 %     SIGNAL EN DIRECT IC MARKETS :  https://ww
AI Gold Scalp Pro
Ho Tuan Thang
5 (6)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier obtient de la liquidité auprès de différents fournisseurs, créant des flux de données uniques. Les autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80%. SIGNAL EN DIRECT Canal de Trading Forex EA sur MQL5 : 
Quantum King EA
Bogdan Ion Puscasu
4.97 (146)
Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
Gold House MT5
Chen Jia Qi
5 (22)
Gold House — Systeme de Trading de Cassures Swing sur l'Or Promotion de lancement — Limité à 100 exemplaires Seules 100 copies seront vendues au prix de lancement. Après 100 copies, le prix passe directement à $999 . Le prix augmente également de $50 toutes les 24 heures. 93   copies vendues — il n'en reste que 7. Profitez du prix le plus bas avant qu'il ne soit trop tard. Live signal: https://www.mql5.com/en/signals/2359124 Restez informe — rejoignez notre canal MQL5 pour les mises a jour et co
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (53)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Goldwave EA MT5
Shengzu Zhong
4.64 (25)
Compte de trading réel   LIVE SIGNAL (IC MARKETS) :  https://www.mql5.com/en/signals/2339082 Cet EA utilise exactement la même logique de trading et les mêmes règles d’exécution que le signal de trading en direct vérifié affiché sur MQL5.Lorsqu’il est utilisé avec les paramètres recommandés et optimisés, et avec un courtier ECN / RAW spread réputé (par exemple IC Markets ou EC Markets) , le comportement de trading en conditions réelles de cet EA est conçu pour s’aligner étroitement sur la struc
Syna
William Brandon Autry
5 (23)
Syna 5 – Intelligence Persistante. Mémoire Réelle. Intelligence de Trading Universelle. La plupart des outils d'IA répondent une fois et oublient tout. Ils vous laissent repartir de zéro encore et encore. Pas Syna 5. Il mémorise chaque conversation, chaque trade analysé, pourquoi il a agi, pourquoi il s'est abstenu, et comment le marché a réagi ensuite. Un contexte complet à chaque session. Une intelligence cumulative qui se renforce à chaque trade. Ce n'est pas un énième EA avec des fonctions
Nano Machine
William Brandon Autry
5 (6)
Nano Machine GPT Version 2 (Generation 2) – Intelligence Persistante de Pullback Nous avons initié ce changement fin 2024 avec Mean Machine, l'un des tout premiers systèmes à intégrer une véritable IA de pointe dans le trading de détail forex en conditions réelles. Nano Machine GPT Version 2 est la prochaine évolution dans cette lignée. La plupart des outils d'IA répondent une fois et oublient tout. Pas Nano Machine GPT Version 2. Il mémorise chaque setup de pullback analysé, chaque entrée pris
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANT   : Ce package ne sera vendu au prix actuel que pour un nombre très limité d'exemplaires.    Le prix va monter à 1499$ très rapidement    +100 stratégies incluses   et plus à venir ! BONUS   : À partir de 999$ ou plus --> choisissez  5     de mes autres EA gratuitement !  TOUS LES FICHIERS CONFIGURÉS GUIDE COMPLET DE CONFIGURATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT EXAMEN (tiers) Bienvenue dans le SYSTÈME D'ÉCLATEMENT ULTIME ! Je suis heureux de vous présenter l'Ultimat
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM PRÊT !   (   télécharger SETFILE   ) WARNING : Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bienvenue chez le Faucheur d'Or ! S'appuyant sur le très réussi Goldtrade Pro, cet EA a été conçu pour fonctionner sur plusieurs périodes en même temps et a la possibilité de définir la fréquence d
Golden Odin
Taner Altinsoy
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
Mad Turtle
Gennady Sergienko
4.56 (85)
Symbole XAUUSD (Or / Dollar américain) Période (unité de temps) H1-M15 (au choix) Prise en charge des trades uniques OUI Dépôt minimum 500 USD (ou équivalent dans une autre devise) Compatible avec tous les brokers OUI (prise en charge des cotations à 2 ou 3 décimales, de toute devise de compte, symbole ou fuseau horaire GMT) Fonctionne sans configuration préalable OUI Si vous vous intéressez à l’apprentissage automatique, abonnez-vous à la chaîne : S’abonner ! Caractéristiques principales du
Karat Killer
BLODSALGO LIMITED
4.64 (25)
Intelligence Or Pur. Validé Jusqu'au Noyau. Karat Killer   n'est pas un énième EA sur l'or avec des indicateurs recyclés et des backtests gonflés — c'est un   système de machine learning de nouvelle génération   construit exclusivement pour XAUUSD, validé avec une méthodologie de grade institutionnel et conçu pour les traders qui valorisent la substance plutôt que le spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest pri
Xauusd Quantum Pro EA
Ilies Zalegh
4.64 (11)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD pour MetaTrader 5 | Moteur de Décision Scoring BUY/SELL + Gestion du Risque Avancée + Supervision Dashboard Live PRIX DE LANCEMENT SPÉCIAL avec réduction temporaire — Offre valable pour une durée limitée. Achetez XAUUSD QUANTUM PRO EA et vous pourriez obtenir Bitcoin Quantum Edge Algo ou DAX40 Quantum Pro EA gratuitement. Contactez-nous en privé pour plus d'informations. XAUUSD QUANTUM PRO EA est un robot MT5 pensé pour une seule chose : r
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate — Le summum du trading basé sur les réseaux neuronaux et la voie vers la liberté financière. Aura Ultimate représente la prochaine étape de l'évolution de la famille Aura : une synthèse d'une architecture d'IA de pointe, d'une intelligence adaptative au marché et d'une précision maîtrisée. S'appuyant sur l'ADN éprouvé d'Aura Black Edition et d'Aura Neuron, elle va plus loin en fusionnant leurs atouts au sein d'un écosystème multi-stratégies unifié, tout en introduisant une couche
XIRO Robot MT5
MQL TOOLS SL
4.87 (15)
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
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — un conseiller de trading professionnel pour trader n'importe quel actif sans martingale ni grilles de l'auteur avec plus de 25 ans d'expérience. La plupart des conseillers top fonctionnent avec l'or en hausse. Ils paraissent brillants dans les tests... tant que l'or monte. Mais que se passe-t-il quand la tendance s'épuise ? Qui protège votre dépôt ? HTTP EA ne croit pas à une croissance éternelle — il s'adapte au marché changeant et est conçu pour diversifier largeme
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2356149 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Cet Expert Advisor a été conçu comme un système sensible au contexte du marché, capable d’adapter son comportement en fonction des conditions de trading en vigueur, plutôt que de suivre un schéma d’ex
Golden Hen EA
Taner Altinsoy
4.67 (54)
Aperçu Golden Hen EA est un Expert Advisor conçu spécifiquement pour le XAUUSD (Or). Il fonctionne en combinant neuf stratégies de trading indépendantes, chacune déclenchée par des conditions de marché et des unités de temps spécifiques (M5, M30, H2, H4, H6, H12, W1). L'EA est conçu pour gérer ses entrées et ses filtres automatiquement. La logique de base de l'EA se concentre sur l'identification de signaux précis. Golden Hen EA n'utilise pas de techniques de grille (grid), de martingale ou de
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
3 (14)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
The Gold Phantom
Profalgo Limited
4.35 (20)
PROP SOCIÉTÉ PRÊTE ! -->   TÉLÉCHARGEZ TOUS LES FICHIERS DU KIT AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ NOUVEAU (à partir de 399 $ seulement)   : Choisissez 1 EA gratuit ! (limité à 2 numéros de comptes de trading, tous mes EA sauf UBS) Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal en direct 2 !! LE FANTÔME D'OR EST LÀ !! Après l'immense succès de The Gold Reaper, je suis ext
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
Lancer la promo ! Plus que quelques exemplaires à 449$! Prochain prix : 599$ Prix ​​final : 999$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat 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 rejoint le club des EA de Gold trading, mais avec un
Full Throttle DMX
Stanislav Tomilov
5 (1)
Pleine puissance DMX - Une vraie stratégie,  de vrais résultats   Full Throttle DMX est un conseiller expert (EA) de trading multidevises conçu pour les paires EUR/USD, AUD/USD, NZD/USD, EUR/GBP et AUD/NZD. Ce système repose sur une approche de trading classique, utilisant des indicateurs techniques reconnus et une logique de marché éprouvée. L'EA intègre 10 stratégies indépendantes, chacune conçue pour identifier différentes conditions et opportunités de marché. Contrairement à de nombreux syst
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (502)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan  gratuitement !*** Demandez en privé pour pl
Golden Mirage mt5
Michela Russo
4.7 (61)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Mean Machine
William Brandon Autry
4.93 (40)
Présentation de Mean Machine GPT Gen 2 – L'Original. Désormais plus intelligent, plus puissant et plus performant que jamais. Nous avons initié tout ce changement fin 2024 avec Mean Machine, l'un des tout premiers systèmes à intégrer une véritable IA de pointe dans le trading de détail en conditions réelles. Mean Machine GPT Gen 2 est la prochaine évolution de cette vision originale. Nous n'avons pas remplacé l'original. Nous l'avons fait évoluer. La plupart des systèmes répondent une fois, agi
XG Gold Robot MT5
MQL TOOLS SL
4.23 (100)
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
GoldBaron XauUsd EA MT5
Mikhail Sergeev
5 (4)
"GoldBaron" est un robot de trading entièrement automatique. Conçu pour le commerce de l'or (XAUUSD). Pour 5 mois de négociation sur un compte réel, l'expert a pu gagner 1400% de profit. Chaque mois, l'expert gagnait plus de 60%. Il suffit d'installer un expert commercial sur le graphique horaire (H1) de XAUUSD et de voir le pouvoir de prédire les prix futurs de l'or. Pour un début agressif assez 200$. Dépôt recommandé de 500$. Assurez-vous d'utiliser des comptes de couverture. Il y a un an, nou
Filtrer:
Aucun avis
Répondre à l'avis