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.






Рекомендуем также
BigBoss Ultra Z Scalper EA — это точный скальперский советник для EURUSD на таймфрейме M5 (5 минут). BigBoss Scalper Ultra Z — это советник, специально разработанный для точных скальпинговых стратегий на паре EURUSD, работающий на платформе MetaTrader 5 на таймфрейме M5 (5 минут). Этот советник предназначен для трейдеров, стремящихся к быстрому исполнению сделок и контролируемому управлению рисками, поскольку он использует тейк-профит в 12 пунктов и стоп-лосс в 11 пунктов. Результаты тестиров
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) Описание SonicR Trend Scalper это советник (EA: торговый робот) для MT5, ориентированный на трендовые скальп-сделки по концепции SonicR: - Двойная EMA-схема тренда (быстрая/медленная скользящая) - Подтвержденная структура swing (pivot: подтвержденные точки разворота) - Вход по пробою через отложенные ордера (Buy Stop / Sell Stop) - Цели по RR (risk-reward: риск/прибыль) и пошаговое управление позицией Рекомендуемый режим: один график = один символ. Управлен
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
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
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)
Финальная цена: $999. Успей купить раньше, сэкономь и получи гарантированно Бонус! Привет всем любителям торговли золотом, представляю новый торговый советник - Price Gold, разработанный специально для торговой платформы МТ5. Автоматизированный советник для трейдеров умеющих ожидать и эмоционально готовых к торговле на рынке, эксперт в большем случае для долгосрочной торговли Золотом! Советник разработан на пользовательских индикаторах с применением фильтров для наилучших входов в рынок. Валютн
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 – страж вашего капитала. Он не бросается в омут торговли с головой, но взвешивает каждое решение с математической точностью. Его стоп-лоссы и тейк-профиты – не случайные числа, а результат кропотливых расчетов, призванных минимизировать риски и максимизировать прибыль. MIDAS AI – это симфония аналитики и алгоритмов. Он как опытный шахматист, просчитывающий ходы наперед, анализируя графики и экономические показатели. Он не поддаётся эмоциям, не совершает импульсивных сделок, а следует с
Havana EA
ALGOECLIPSE LTD
4.75 (4)
Havana EA — это полностью автоматизированный внутридневной торговый алгоритм, специально разработанный для торговли US30 на таймфрейме M5 . Он использует стратегию пробоя, определяя ключевые откатные паттерны и важные уровни цены для поиска точек входа с высокой вероятностью успеха. Советник работает по принципу одна сделка за раз , управляя каждой позицией с заранее заданными стоп-лоссом и тейк-профитом . Для дополнительного управления сделками предусмотрена опциональная система трейлинг-стопа
Intersection EA является полностью автоматизированной программой (торговый робот), выполняющий торговые сделки на валютном рынке в соответствии заданному алгоритму и индивидуальным, для каждого инструмента, торговым настройкам. Intersection EA прекрасно подходит как для начинающих трейдеров, так и для профессионалов, которые имеют солидный опыт торговли на финансовых рынках. Трейдеры и программисты нашей компании, Kalinka Capital OU, работали над созданием и развитием форекс робота Intersection
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
Dynamic Range Breakout Dynamic Range Breakout is a highly advanced, fully automated Expert Advisor built specifically to conquer the extreme volatility of the Gold market. Unlike rigid grid systems, this EA utilizes a Dual-Mode Engine (Range & Trend) combined with Dynamic ATR-based Grid Distances to ensure the system expands and contracts intelligently based on real-time market movements. Built with top-tier coding standards and having passed the strictest MQL5 Market validations, this EA is rob
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
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
Imperium Safe EA
Abraheem Husayn Abraheem Saed
THIS EA FOR GOLD ONLY . Before testing, download the settings that I uploaded in the comments  This bot is designed to manage pending orders in the Forex market efficiently and safely. It automatically places and monitors buy and sell orders while maintaining multiple safety checks. The bot continuously monitors account status to ensure the protection of balance and margin, operating within defined trading hours to avoid unsuitable market conditions. Equipped with multiple risk management featur
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 – 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 — автоматический торговый советник для MetaTrader 5, разработанный для торговли инструментом XAUUSD . Советник использует комбинацию трендовой логики, анализа волатильности и фильтрации рыночных условий для принятия торговых решений. Советник предназначен для стабильной автоматической торговли с контролируемым уровнем риска и минимальным вмешательством пользователя. IMPORTANT: После покупки рекомендуется связаться с продавцом для получен
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.
С этим продуктом покупают
Quantum Valkyrie
Bogdan Ion Puscasu
5 (60)
Квантовая Валькирия - Точность. Дисциплина. Исполнение Со скидкой       Цена.   Цена будет увеличиваться на 50 долларов за каждые 10 покупок. Текущий сигнал:   НАЖМИТЕ ЗДЕСЬ   Публичный канал Quantum Valkyrie MQL5:   НАЖМИТЕ ЗДЕСЬ ***Купите Quantum Valkyrie MT5 и получите Quantum Emperor или Quantum Baron бесплатно!*** За подробностями обращайтесь в личные сообщения! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructio
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (462)
Привет, трейдеры! Я —   Королева Quantum   , жемчужина всей экосистемы Quantum и самый высокорейтинговый и продаваемый советник в истории MQL5. Более 20 месяцев торговли на реальных счетах позволили мне заслужить звание бесспорной королевы XAUUSD. Моя специальность? ЗОЛОТО. Моя миссия? Обеспечивать стабильные, точные и разумные результаты торговли — снова и снова. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Цена
ХОТИТЕ ТАКИЕ ЖЕ РЕЗУЛЬТАТЫ, КАК В МОЕМ LIVE-СИГНАЛЕ?   Используйте тех же брокеров, что и я:   IC MARKETS  &  I C TRADING .  В отличие от централизованного фондового рынка, на Форекс нет единого унифицированного ценового потока.  Каждый брокер получает ликвидность от разных поставщиков, создавая уникальные потоки данных. Другие брокеры могут обеспечить торговые показатели, эквивалентные лишь 60-80%.     LIVE-СИГНАЛ IC MARKETS:  https://www.mql5.com/en/signals/2344271       Канал Forex EA Trading
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (53)
ХОТИТЕ ТАКИЕ ЖЕ РЕЗУЛЬТАТЫ, КАК В МОЕМ ЖИВОМ СИГНАЛЕ?   Используйте тех же брокеров, что и я:   IC MARKETS  &  I C TRADING .  В отличие от централизованного фондового рынка, на Форекс нет единого ценового потока.  Каждый брокер получает ликвидность от разных провайдеров, создавая уникальные потоки данных. Другие брокеры могут достичь эффективности торговли, эквивалентной лишь 60-80%. ЖИВОЙ СИГНАЛ Файл настроек по умолчанию (Более 10 месяцев реальной торговли):  https://www.mql5.com/en/signals/23
ХОТИТЕ ТАКИЕ ЖЕ РЕЗУЛЬТАТЫ, КАК В МОЕМ ЖИВОМ СИГНАЛЕ?   Используйте тех же брокеров, что и я:   IC MARKETS  &  I C TRADING .  В отличие от централизованного фондового рынка, на Форекс нет единого ценового потока.  Каждый брокер получает ликвидность от разных провайдеров, создавая уникальные потоки данных. Другие брокеры могут достичь эффективности торговли, эквивалентной лишь 60-80%. ЖИВОЙ СИГНАЛ Канал Forex EA Trading на MQL5:  Присоединяйтесь к моему каналу MQL5, чтобы получать от меня послед
Gold House — Система торговли на пробоях свинг-структуры золота Акция запуска — ограничено 100 копиями По специальной цене будет продано только 100 копий . После 100 копий цена сразу поднимется до $999 . Цена также увеличивается на $50 каждые 24 часа. Продано 93   копия — осталось всего 7. Успейте купить по лучшей цене. Live signal: https://www.mql5.com/en/signals/2359124 Будьте в курсе — присоединяйтесь к нашему каналу MQL5 для получения обновлений и торговых советов. Откройте ссылку и нажмите
Goldwave EA MT5
Shengzu Zhong
4.8 (20)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или EC Markets) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать
Karat Killer
BLODSALGO LIMITED
3.88 (17)
LAUNCH PROMOTION - LIMITED TIME OFFER Price increases every 24 hours at 10:30 AM Cyprus time. Secure the lowest price today before the next increase. Подробные отчёты бэктеста, методология валидации и исследование корреляции портфеля Подписка BLODSALGO Analytics — Бесплатная профессиональная панель (включена в покупку) Работает с любым брокером. Рекомендованных брокеров смотрите   в моём руководстве здесь. Результаты бэктеста XAUUSD H1 — Январь 2016 по Февраль 2026 — 10 лет валидированных данны
Quantum King EA
Bogdan Ion Puscasu
4.97 (135)
Quantum King EA — интеллектуальная мощь, усовершенствованная для каждого трейдера IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Специальная цена запуска Живой сигнал:       КЛИКНИТЕ СЮДА Версия MT4:   ЩЕЛКНИТЕ ЗДЕСЬ Канал Quantum King:       Кликните сюда ***Купите Quantum King MT5 и получите Quantum StarMan бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Mad Turtle
Gennady Sergienko
4.52 (86)
Символ XAUUSD Timeframe (период) H1-M15 (любой) Поддержка торговли 1 позицией ДА Минимальный депозит 500 USD  (or the equivalent of another currency) Совместимость с любым брокером  ДА (поддержка брокера с 2 или 3 знака. Любая валюта депозита. Любое название символа. Любое время GMT) Запуск без предварительных настроек  ДА Если вам интересна тема машинного обучения подписывайтесь на канал:  Subscribe! Ключевые факты проекта Mad Turtle: Настоящее машинное обучение Данный эксперт не подклю
NOVA s7
Meta Sophie Agapova
5 (5)
NOVA s7 – Институциональный адаптивный AI-торговый движок NOVA s7 представляет собой следующий эволюционный шаг в интеллектуальной алгоритмической торговле. Построенный на мощной архитектуре DeepSeek AI, NOVA s7 предназначен для контекстной интерпретации поведения рынка, а не реакции на статические сигналы. В отличие от традиционных советников, NOVA s7 непрерывно оценивает структуру рынка, сдвиги импульса, давление волатильности и качество исполнения через адаптивную многоуровневую систему инте
Golden Hen EA
Taner Altinsoy
4.82 (51)
Обзор Golden Hen EA — это торговый советник, разработанный специально для XAUUSD . Он работает, комбинируя девять независимых торговых стратегий, каждая из которых запускается при различных рыночных условиях и таймфреймах (M5, M30, H2, H4, H6, H12, W1). Советник разработан для автоматического управления входами и фильтрами. Основная логика EA сосредоточена на выявлении конкретных сигналов. Golden Hen EA не использует сетку (grid), мартингейл или методы усреднения . Все сделки, открываемые совет
The Gold Phantom
Profalgo Limited
4.44 (18)
ГОТОВО К ИСПОЛЬЗОВАНИЮ РЕКВИЗИТА! -->   СКАЧАТЬ ВСЕ ФАЙЛЫ ДЛЯ СЪЕМОК ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ НОВИНКА (от 399$)   : Выберите 1 советника бесплатно! (ограничено 2 номерами торговых счетов, любые мои советники, кроме UBS) Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Live Signal 2 !! ЗОЛОТОЙ ФАНТОМ УЖЕ ЗДЕСЬ !! После оглушительного
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
ПРОП ФИРМА ГОТОВА!   (   скачать SETFILE   ) WARNING : Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$. Получите 1 советник бесплатно (для 2 торговых счетов) -> свяжитесь со мной после покупки Ultimate Combo Deal   ->   click here Live Signal Добро пожаловать в Gold Reaper! Созданный на основе очень успешного Goldtrade Pro, этот советник был разработан для одновременной работы на нескольких таймфреймах и имеет возможность устанавливать частоту торговли от очень
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2356149 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Данный экспертный советник разработан как система, реагирующая на рыночный контекст и адаптирующая своё поведение в зависимости от текущих торговых условий, а не следующая фиксированному ша
HTTP ea
Yury Orlov
5 (9)
How To Trade Pro (HTTP) EA — профессиональный торговый советник для торговли любыми активами без мартингейла и сеток от автора с 25+ годами опыта. Большинство топовых советников работают с растущим золотом. Они блестяще выглядят в тесте… пока золото растёт. Но что будет, когда тренд исчерпает себя? Кто защитит ваш депозит? HTTP EA не верит в вечный рост — он адаптируется под меняющийся рынок и создан, чтобы широко диверсифицировать ваш инвестиционный портфель и защитить ваш депозит. Он — дисципл
XAUUSD QUANTUM PRO EA (MT5) — Эксперт по золоту XAUUSD для MetaTrader 5 | Движок принятия решений BUY/SELL + Расширенное управление риском + Live Dashboard СПЕЦИАЛЬНАЯ СТАРТОВАЯ ЦЕНА с временной скидкой — предложение действительно ограниченное время. Купите XAUUSD QUANTUM PRO EA и вы можете получить Bitcoin Quantum Edge Algo или DAX40 Quantum Pro EA бесплатно. Свяжитесь с нами в личных сообщениях для подробностей. XAUUSD QUANTUM PRO EA — это робот MT5, созданный для одной цели: сделать автоматич
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (503)
Представляем       Quantum Emperor EA   , новаторский советник MQL5, который меняет ваш подход к торговле престижной парой GBPUSD! Разработан командой опытных трейдеров с опытом торговли более 13 лет. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Купите Quantum Emperor EA и вы можете получить  Quantum StarMan   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
Golden Mirage mt5
Michela Russo
4.58 (53)
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
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1499$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 999$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) Добро пожаловать в ИДЕАЛЬНУЮ СИСТЕМУ ПРОРЫВА! Я рад представить Ultimate Breakout System
QuadCore X4 – Мульти-AI Эксперт-Советник Текущая цена: 344$ Следующая цена: 544$  Максимальная цена: 1944$  Сигнал: QuadCore X4 Символ: XAUUSD Кредитное плечо: мин. 1:20 Депозит: мин. 100$ Таймфрейм: M30 OpenAI (GPT 5.2) DeepSeek (V4) Claude (Opus 4.5) Gemini (2.5 Pr) Анализ рынка: тренд, структура, контекст Торговое решение: (BUY / SELL / HOLD) Решение: (SL / TP / Score) Ценовые паттерны, импульс и краткосрочные аномалии Оценка технической ясности и читаемости Краткосрочный уклон (bullish
ORB Revolution
Haidar Lionel Haj Ali
5 (17)
ORB Revolution — Советник MetaTrader 5 ORB Revolution — это профессиональный советник Opening Range Breakout (ORB) для MetaTrader 5, разработанный для дисциплинированной автоматической торговли с контролем рисков . Созданный с учетом институциональных стандартов, этот инструмент делает акцент на сохранении капитала , повторяемом исполнении и прозрачной логике принятия решений — идеально подходит для серьезных трейдеров и участников проп-трейдинг челленджей. ORB Revolution полностью поддерживает
AI Gold Prime
Lo Thi Mai Loan
5 (13)
DOWNLOAD THE SIMPLE SET FILE FOR ALL ACCOUNTS (FOR BEGINNERS) LIVE SIGNAL:  https://www.mql5.com/en/signals/2360104 PROP FIRM READY : AI GOLD PRIME полностью готов к работе с Prop Firm — все конфигурации полностью интегрированы; внешние set-файлы не требуются. Достаточно выбрать пресет или стратегию и установить подходящий уровень риска. PROMO: Осталось всего 3 копира по текущей цене Цена будет повышаться по расписанию каждые 24 часа до достижения финальной заявленной цены 4,999.99 USD. Стоимо
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
Каждый раз, когда цена сигнала в реальном времени увеличивается на 10%, цена будет повышаться для сохранения эксклюзивности Zenox и защиты стратегии. Итоговая цена составит 2999 долларов. Живой сигнал Счёт IC Markets — посмотрите реальную производительность в качестве доказательства! Загрузить руководство пользователя (на английском языке) Zenox — это современный робот для свинг-трейдинга на основе искусственного интеллекта, который отслеживает тренды и диверсифицирует риски по шестнадцати валю
Syna
William Brandon Autry
5 (21)
Представляем Syna Версия 4 - Первая в мире агентная экосистема торговли с ИИ Я рад представить Syna Версия 4, первую настоящую систему координации нескольких EA с агентной архитектурой в индустрии торговли на форекс . Эта революционная инновация позволяет нескольким экспертным советникам работать как единая интеллектуальная сеть в разных терминалах MT5 и брокерских счетах - возможность, которая никогда не существовала в розничной торговле на форекс до настоящего момента. Syna работает безупречн
AI Forex Robot MT5
MQL TOOLS SL
4.27 (73)
AI Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation Artificial Intelligence system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in real time and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by artificial intel
Aura Ultimate EA
Stanislav Tomilov
4.8 (100)
Aura Ultimate — вершина торговли с использованием нейронных сетей и путь к финансовой свободе. Aura Ultimate — это следующий этап эволюции семейства Aura — синтез передовой архитектуры искусственного интеллекта, адаптивного к рынку интеллекта и точности управления рисками. Созданная на основе проверенной ДНК Aura Black Edition и Aura Neuron, она идет дальше, объединяя их сильные стороны в единую много стратегическую экосистему, одновременно вводя совершенно новый уровень предиктивной логики. Э
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
Запустить промо! Осталось всего несколько экземпляров по 449$! Следующая цена: 599$ Окончательная цена: 999$ Получите 1 советник бесплатно (для 2 торговых счетов) -> свяжитесь со мной после покупки 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 присоединяется к клубу советников по
META i11
Meta Sophie Agapova
4.8 (20)
META i11 – Гибридная когнитивная торговая система -  Техническая документация META i11 представляет собой следующий эволюционный этап серии META, превосходящий META i7 и META i9 благодаря полностью переработанной гибридной когнитивной архитектуре. Вместо того чтобы полагаться только на нейронные сети или фрактальные системы, META i11 внедряет Трёхъядерный когнитивный движок , который автономно анализирует, адаптируется и переписывает внутреннюю логику принятия решений. Советник включает в себя
SmartChoise
Gabriel Costin Floricel
4.19 (77)
SmartChoise EA – Торговая система на базе нейронной сети для XAU/USD (Золото) на таймфрейме M1 Руководство пользователя доступно по ссылке на моей странице профиля — в нём подробно объяснены все настройки и параметры. В Telegram-канале вы также можете найти несколько аккаунтов, работающих со SmartChoise с разными балансами, уровнями риска и настройками. Это отличный способ увидеть реальную эффективность советника у разных брокеров и в разных условиях. Цена временно снижена. Этот советник предназ
Фильтр:
Нет отзывов
Ответ на отзыв