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
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
Mosnter XAU
Ignacio Agustin Mene Franco
MONSTER XAU — Expert Advisor for XAUUSD M15 Developed by: Worldinversor 2026 Version: 1.0 | Pair: XAUUSD | Timeframe: M15 Minimum Recommended Capital: $1,000 USD What is Monster XAU? Monster XAU is a high-precision algorithmic Expert Advisor (EA) designed exclusively for trading Gold (XAUUSD) on the 15-minute timeframe. It combines advanced technical analysis with institutional market structure detection to identify high-probability entries, filtering out market noise through a triple con
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!!! Live signal Settings for Price Gold v1.5 have been added to the Discussion section. Attention!!! These settings are NOT compatible with previous versions of the EA. Price Gold is a fully automated trading system specifically engineered for the high-volatility Gold market (XAUUSD). This EA is designed for long-term stable growth and is ideal for traders who value a systematic approach over emotional decision-making. The al
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
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
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
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
SynAIpse EA  takes your trading to the next level with this advanced financial AI trading tool designed to strategically trade key currency pairs with a mix of AI and complementary recovery techniques. Powered by cutting-edge Smart Fully Automated Trading Technology,  SynAIpse EA  incorporates a fully API independent  AI Decision Engine  coupled with sophisticated filters and recovery technology to maximize profitability and enhance performance. The  SynAIpse EA  analyzes multiple entry pattern
Zeus GBPUSD
Silviu Andrei Popa
!!! 5 MINUTE FRAME ONLY !!! Expert Advisor: Zeus GBP/USD 5M Description: Zeus GBP/USD 5M is your dedicated trading partner for the GBP/USD currency pair on the 5-minute chart. With precision, it utilizes MACD, ATR, and other indicators to execute automated long and short trades. Set at 0.2 lots, it balances risk and reward for consistent profits. Key Features: Specialized GBP/USD trading. 5-minute timeframe for rapid trading. Adjustable lot sizes. MACD, ATR, and more indicators. Automated lon
MultiORB EA Prop Edition
Brian Mutuku Mwanthi
MULTI ORB EA - PROP FIRM EDITION with FOREX FACTORY NEWS FILTER THE ONLY MULTI-SESSION ORB EA WITH INTEGRATED FOREX FACTORY NEWS PROTECTION Pass your prop firm challenge with confidence using the most advanced Opening Range Breakout EA designed specifically for FTMO, FundedNext, The5ers, and other funded trader programs CUSTOM PRESET AT USER
VixAlgo  is fully automated Expert Advisor for trading Volatility 75 Index offered by Deriv formerly known as Binary Dotcom. The EA will spot entries when the conditions are met. It is based on Candle Breakout on Support or Resistance level and also is incorporated with Envelopes price Break Strategy. The EA will automatically open trades and close on Take Profit. Lot size or can can be also changed depending on account balance you have. This is not just a bot which miss trade opportunity, it ma
Les acheteurs de ce produit ont également acheté
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (484)
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
Quantum Valkyrie
Bogdan Ion Puscasu
4.9 (119)
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
AI Gold Trading MT5
Ho Tuan Thang
4.81 (32)
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 : 
Goldwave EA MT5
Shengzu Zhong
4.65 (26)
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
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
Quantum King EA
Bogdan Ion Puscasu
4.97 (149)
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
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
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
Agera
Anton Kondratev
5 (2)
AGERA   est un EA ouvert entièrement automatisé et à multiples facettes pour identifier les vulnérabilités du marché de l'OR ! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :    
AI Gold Sniper MT5
Ho Tuan Thang
4.4 (58)
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
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
Nano Machine
William Brandon Autry
5 (7)
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
Syna
William Brandon Autry
5 (24)
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
Mad Turtle
Gennady Sergienko
4.57 (86)
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
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.2 (5)
"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
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
Karat Killer
BLODSALGO LIMITED
4.65 (26)
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
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
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
The Gold Phantom
Profalgo Limited
4.38 (21)
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
XIRO Robot MT5
MQL TOOLS SL
5 (16)
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
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 Présentation de Bitcoin Scalping MT4/MT5 – L'EA intelligent pour le trading de crypto-monnaies PROMOTION DE LANCEMENT : Plus que 3 copies disponibles au prix actuel ! Prix final : 3999.99 $ BONUS - ACHETEZ BITCOIN SCALPING À VIE ET OBTENEZ GRATUITEMENT EA AI VEGA BOT  (
Shark Fx
Ihor Otkydach
5 (1)
SharkFX – Moteur de Scalping de Précision pour MT5 SharkFX n’est pas simplement un autre scalper. C’est un système intraday rapide et adaptatif, conçu pour les traders qui comprennent que la constance provient de la structure, de la discipline et d’un contrôle intelligent du risque — et non d’une logique de jeu. SIGNAL EN DIRECT INSTRUCTIONS UTILISATEUR Pour le test, utilisez les fichiers de configuration disponibles sur la page d'instructions ( lien ici ). This trading bot is part of the   Inta
Golden Hen EA
Taner Altinsoy
4.5 (56)
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 Quantum Pro EA
Ilies Zalegh
4.64 (11)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor pour XAUUSD sur MetaTrader 5 XAUUSD QUANTUM PRO EA est un robot de trading automatique conçu pour MetaTrader 5 et destiné à l’instrument XAUUSD . Il repose sur une logique de sélection des signaux visant à n’intervenir que lorsque plusieurs conditions techniques et d’exécution sont réunies. L’EA ne cherche pas à ouvrir des positions en continu, mais à analyser le contexte de marché avant toute décision. Sa logique s’appuie sur un système de scoring di
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
Zeno
Anton Kondratev
5 (2)
ZENO EA   est un ouvert multidevises, flexible, entièrement automatisé et à multiples facettes permettant d'identifier les vulnérabilités du marché de l'OR ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide Signaux Remboursement du courtier
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
Growth Killer
BLODSALGO LIMITED
5 (18)
Apres des annees de trading manuel eprouve et de developpement, mes strategies avancees sont maintenant disponibles en tant qu'Expert Advisors ! Decouvrez le Growth Killer EA — un systeme de trading professionnel concu pour la construction de portfolios, la diversification multi-symboles et la gestion avancee du capital. Construit avec flexibilite, cet EA vous permet de choisir entre des strategies pretes a l'emploi (ex : XAUUSD) ou de creer votre propre strategie — et meme de les combiner en un
Filtrer:
Aucun avis
Répondre à l'avis