Gladius EA Advanced

5

Live Signal: Click here | Group: Click here | Channel: Click here | Pair: XAUUSD | Time Frame: M30

Gladius EA Advanced is designed for Gold (XAUUSD) on the M30 timeframe and aims to capture trend continuation moves with reduced false entries. It combines a multi-indicator decision score with Support/Resistance breakout gating, higher timeframe confirmation, and strong trade-safety controls.

Frequently Ask Questions (FAQ)

1) General / Compatibility

Q1: What platform does Gladius EA Advanced support?

A: Gladius EA Advanced is built for MetaTrader 4 (MT4) and uses MT4 trade functions. 

Q2: Which symbol and timeframe is Gladius EA Advanced designed for?

A: It is optimized for XAUUSD on M30 (Gold, 30-minute chart). 

Q3: Can I use it on other pairs/timeframes?

A: You may test it on other symbols/timeframes, but the default tuning is specifically for XAUUSD M30, including spread/ATR limits and breakout logic tuned for Gold volatility. Results may differ significantly on other markets. 

Q4: Is it a scalper?

A: No. Gladius EA Advanced is designed as a trend/breakout system (EMA trend + ADX strength + Donchian breakout gating), typically aiming for structured moves rather than ultra-fast scalping. 

2) Strategy / How It Trades

Q5: What is the trading logic (in simple terms)?

A: The EA calculates a decision score using:

  • Trend direction via Fast/Slow EMA
  • Momentum confirmation via RSI
  • Trend strength via ADX + DI separation (+DI vs -DI)
  • Optional MACD cross contribution
    Then it applies filters like HTF trend confirmation and S&R Donchian breakout conditions before opening a trade. 
Q6: Does it use Martingale, Grid, or Hedging?

A: No. The EA opens positions normally with risk-based sizing and includes controls like MaxPositionsPerSymbol (default 1). It does not use Martingale or Grid logic in the provided build. 

Q7: How many trades can it open at once?

A: You can control it using:

  • MaxPositionsPerSymbol (default = 1)
  • OneTradePerBar (prevents multiple entries in the same candle) 
Q8: What is “UseBarCloseSignals”?

A: When enabled, the EA evaluates entries only after a candle closes, which helps reduce false signals caused by live candle noise. 

3) Risk, Lot Size & Money Management

Q9: How does the EA calculate lot size?

A: Lot size is calculated from:

  • RiskPercent of equity
  • Effective stop-loss distance (with a minimum floor used for sizing)
    It then clamps the lot to your broker’s min/max lot and step size. 
Q10: What does “RiskPercent” mean?

A: RiskPercent is the percentage of equity allocated for risk calculation per trade.

Important: High values (e.g., 30%) can produce aggressive lot sizes and are not recommended for most users. 

Q11: Does the EA have a daily loss protection?

A: Yes. If enabled, UseDailyLossStop stops new entries when daily loss exceeds:

  • MaxDailyDrawdownPct, or
  • MaxDailyLossUSD (if set > 0)
Q12: Does it check spread and volatility before trading?

A: Yes. It can block trading when:

  • Spread exceeds MaxSpreadPoints, or
  • ATR is below MinATRPoints (dead market) or above MaxATRPoints (spikes) 

4) Stop Loss, Take Profit, Break-Even & Trailing

Q13: Does it use fixed SL/TP or ATR-based SL/TP?

A: It supports both:

  • FixedSLPoints / FixedTPPoints, or
  • ATR-based SL/TP when UseATRForSLTP is enabled with ATRmultSL / ATRmultTP 
Q14: What is “Breakout Anchored SL” (Hybrid SL)?

A: If enabled, SL can be anchored around the breakout S&R level (Donchian breakout) with an ATR buffer, and then capped by a maximum multiple to control risk. 

Q15: Does the EA include Break-Even and Trailing Stop?

A: Yes, it includes:

  • Legacy Break-Even (BETriggerPoints/BEOffsetPoints)
  • Legacy Trailing Stop (TrailStart/Distance/Step)
Q16: Does it support ATR-adaptive Break-Even and Trailing?

A: Yes. You can enable:

  • UseATRAdaptiveBE with BETriggerATRs / BEOffsetATRs
  • UseATRAdaptiveTrailing with TrailStartATRs / TrailDistanceATRs / TrailStepATRs

5) Filters (HTF, Breakout, Bias Hold)

Q17: What is HTF Confirmation?

A: When UseHTFConfirm is ON, entries are allowed only if the higher timeframe trend (default H1 EMA alignment) agrees with the trade direction. 

Q18: What is the Donchian breakout filter?

A: When UseSRBreakoutFilter is ON, the EA waits for price to break above/below a Donchian-based resistance/support level by a buffer (in ATR units) to confirm breakout quality. 

Q19: What is “Bias Hold”?

A: Bias Hold reduces flip-flopping between BUY/SELL/NEUTRAL by holding the last bias for a set number of bars unless a strong reversal occurs (Flip Guard). 

Q20: What is “Auto Bias Hold Bars”?

A: When enabled, the EA automatically maps market conditions to Bias Hold bars:

  • 1 = trend, 3 = normal, 5 = choppy

6) News Filter (WebRequest / ForexFactory JSON)

Q21: Does Gladius EA Advanced include a news filter?

A: Yes. It includes an event-based news blocking filter that reads ForexFactory weekly calendar JSON and blocks trading X minutes before/after high-impact events.

Q22: How do I enable the News Filter (WebRequest)?

A: In MT4 go to:
Tools → Options → Expert Advisors → “Allow WebRequest for listed URL”
Then add this URL:

Q23: Why does the News Filter show “NO DATA”, “HTTP”, or “WebRequest error”?

A: Common reasons:

  • WebRequest URL not added in MT4 options
  • Internet/firewall blocking MT4
  • Temporary rate-limit or server response issues
    The dashboard also shows fetch status for troubleshooting.
Q24: Does the News Filter work in Strategy Tester?

A: The EA auto-disables live WebRequest in Strategy Tester to avoid tester restrictions and rate-limit issues. So news blocking is not applied during backtests by design.

7) Installation & Recommended Setup

Q25: How do I install and run it correctly?

A:

  1. Install the EA in MT4 → MQL4 → Experts
  2. Restart MT4
  3. Open XAUUSD M30 chart
  4. Attach EA and enable:
    • AutoTrading button ON
    • (Optional) WebRequest URL for News Filter 
Q26: Why did it open a trade immediately after I attached it?

A: The EA has a protection option: WaitNewBarAfterAttach (used when BarClose signals are ON) to reduce “on-attach” entries. If you still want strict behavior, keep UseBarCloseSignals = true and ensure WaitNewBarAfterAttach is active.

Q27: Recommended broker conditions?

A: For best performance:

  • Low spread (respect MaxSpreadPoints)
  • Stable execution (reasonable slippage)
  • XAUUSD with reliable quotes

8) Dashboard & Visual Tools

Q28: What does the dashboard show?

A: The dashboard can display:

  • Next lot estimate, Bias & Score
  • Spread/ATR status with danger flags
  • Support/Resistance + Donchian length
  • Equity/Balance and P/L summaries
  • News Filter status and next/active blocked event (if enabled) 
Q29: Can I hide the SR/breakout lines and labels?

A: Yes. Use:

  • DrawSRLines / DrawBreakoutLines
  • ShowSRPriceLabels / ShowBreakoutPriceLabels

9) Inputs / Common Settings Questions

Q30: What should I change first if trades are too frequent?

A: Try:

  • Increase ScoreThreshold
  • Increase DonchianLookback
  • Tighten MinADX and DI separation (MinDISeparation)
  • Keep UseBarCloseSignals = true
Q31: What should I change first if it rarely trades?

A: Try:

  • Slightly reduce ScoreThreshold
  • Reduce DonchianLookback or breakout buffer (BreakBufferATRs)
  • Check if News Filter, Daily Loss Guard, Session Filter, or spread/ATR limits are blocking entries 
Q32: Can I limit trading to certain hours/days?

A: Yes. Enable UseSessionFilter and set:

  • SessionStartHour / SessionEndHour (server time)
  • TradeMonday…TradeFriday toggles 

10) Safety, Expectations & Disclaimer

Q33: Is profit guaranteed?

A: No. Trading involves risk. Market conditions change, and past performance does not guarantee future results. Always test on a demo account and use responsible risk settings.

Q34: What are best practices before using on a real account?

A:

  • Start with lower RiskPercent
  • Test on demo and forward test on a small account
  • Verify broker spread, execution, and slippage behavior
  • Understand the News Filter and session restrictions
レビュー 1
Andreas Andrianto
866
Andreas Andrianto 2022.02.11 05:09 
 

It is a great honor to provide the first review of this Gladius EA Advanced product! Earlier versions seemed quite struggling to beat the current challenging market, however, Bang Ikhwan continuously improving the coding of this EA to be profitable. Five stars for his dedication, support, and commitment to develop top-notch EA, hope this EA can be one of the best EAs in this Community! Salam, from neighboring country! ;D

おすすめのプロダクト
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Gold Tiger based on a unique algorithm that will allow you to receive constant profit from binary options trading and scalping, as well as from conservative trading of several instruments simultaneously. This Expert Advisor can be used to trade all instruments without exception on all markets and on any timeframes. The download version uses our standard panel with a black background for the black terminal color. If you want to get an EA with a panel for a white or other color theme, contact us
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
Stufic
Tomas Hruby
5 (1)
Stufic is a result of the long way of development. It was created for use in the management of capital of trading groups. The main idea is to preserve capital through unexpected fluctuations of the markets. It is one of the system that can perform on 90% of currency pairs. It's a participant on World Cup Trading Championship 2016 with real 10K USD. Stufic was also between top five traders in real money contest organized by Fidelis Capital (November 2015, Gain +48%). Why should you have to choos
Overview SMC Gold Dominator EA is a next-generation trading robot built on Smart Money Concept (SMC) and Order Block Strategy , designed exclusively for Gold (XAUUSD) trading. This EA combines institutional trading logic with powerful automation , ensuring high-accuracy entries, controlled risk, and consistent profits in volatile Gold markets. If you are tired of lagging indicators and retail traps, this EA is built to trade like the big banks & institutions , detecting liquidity zones, order
News Robo
Thushara Dissanayake
2 (1)
News Robo Expert Advisor は、ニューストレーダーがニュースリリース中に隠れストップロスを含む未決注文をオープンできるように設計された強力なツールです。取引体験を向上させ、取引を保護するいくつかの機能を提供します。 News Robo の重要な機能の 1 つは、ストップロスの隠蔽です。これは、マーケットメーカーブローカーからストップロスを隠したいニューストレーダーにとって理想的です。利益を得るポジションが得られるとストップロスが自動的に表示されるため、利益を効果的に確保できます。さらに、エキスパートアドバイザーは適切なリスク管理手法を採用して、取引資金を確実に保護します。 News Robo では、保留中の注文を開くには、クイック モードとタイム モードの 2 つのオプションがあります。クイック モードを使用すると、デフォルト設定に基づいて保留中の注文を迅速にオープンできるため、ニュース時間を手動で設定するのを忘れた場合に便利なソリューションとなります。一方、時間モードを使用すると、未決注文をオープンする正確な時間を指定できるため、より柔軟でカスタマイズが可能にな
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
EAs Holder
Dimitri Nepomniachtchi
EA's HOLDER - 複数の取引ロボットを完全に制御して管理 EA の HOLDER は、複数の取引ロボット (EA) を効果的に管理するのに役立つトレーダー向けの高度なシステムです。このプログラムを使用すると、ロボットを個別の仮想口座に分散し、それぞれに個別のリスクと取引パラメータを設定できます。 EA の HOLDER はどのように機能しますか ? EA の HOLDER は、多数の取引ロボットを所有している、またはそれらを取得したいと考えているトレーダーの主要な問題である混沌とした管理を解決します。このプログラムは各ロボットに専用の仮想アカウントを提供し、それを使用して特定の EA の取引を柔軟に管理できます。 EAごとにリスクを設定すると、EAのHOLDERが指定された設定に従って内部アカウントを自動的に管理します。ロボットの戦略が損失を出し始めた場合、プログラムはその動作を規制し、ロットを減らし、EA が取引から完全に撤退するまで段階的に取引を停止します。これにより、成功したロボットは止まることなく収益を上げ続けることができます。 主な利点 : 分割と管理 :
名前: EA USD/JPY H4 説明: EA USD/JPY H4は、MetaTrader 4プラットフォーム向けに開発された完全自動取引システムです。 このEAはUSD/JPY市場においてH4タイムフレームで動作するよう設計されており、トレンドに基づいた堅実な戦略を提供し、高度なテクニカルフィルターによってその精度が強化されています。 このEAの中核には2本の単純移動平均(SMA)があり、市場の主要な方向性を識別します。エントリーシグナルは、最適化されたMACDインジケーターによってさらに確認され、トレンドの強さや反転ポイントを検出します。バージョン6.0以降では、RSIフィルターも導入され、シグナルの精度がさらに向上し、レンジ相場でのエントリーを避けるのに役立ちます。 このEAの主な強みの一つは、リスク管理の柔軟性です。スマートなトレーリングストップにより、トレンドが継続している局面で利益を最大化でき、一方でストップロス機能によって不利な相場状況でも資金を保護します。すべてのリスクパラメーターは、ユーザーの好みに応じて調整可能です。 主な特徴: ️  完全自動取引 – 市場
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Hello dear traders . I would like to introduce you to the newest trend EA. EA Trend Sprinter PRO MT4 works on 15 currency pairs each following an appropriate SET. It works on the H1 chart . I am making all SET files available in the comments section. Below, you can see the backtests prints made from 2003 to 2020 . EA works in a simple way with few orders. It has a self-management system. Does not do martingale, Grid, Hedge or risk strategies. Any questions, do not hesitate to ask. Minimum capi
Opening Range Breakout EA   is a focused trading robot that automates one of the most effective intraday strategies: trading the session breakout. It operates by observing the market during its initial, quiet phase to establish the opening range. Once that range is defined, the EA is ready to enter a trade the moment price action confirms a breakout, helping you ride the volatility that follows. The Trading Idea The core of this strategy is simple: many of the day's biggest moves begin when the
FREE
One of the best EAs on MQL For backtests you can use this SET How to install The EA must be connected to only one M15 chart (for example: NZDCAD M15) Easy to set up: _base_  - You can leave the default setting Symbols: AUDCAD,NZDCAD,AUDNZD - multicurrency set from one chart M15 First Trade: Long and Short - sets Long/Short positions Emergency closing at BE - Close all positions on BE Orders Comment - comment at trade Magic Number - Magic Number Virtual TP - sets the virtual TP New Year Trad
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
This tool allows you to place multiple Sell Limit or Take Profit. The following parameters can be selected: Number of orders to place ID of the first order to be placed Starting price  of the first order Lots Value Stop Loss Take Profit Order placement steps in points Type of transaction (Sell Limit or Buy Limit) Stop Loss and Take profit are the same for all the orders placed. Leaves the chart clean once disabled. It's highly suggested to run the EA, place the orders and to disable it in order
(My offer also includes a more advanced version of this EA with an extended list of available filters and methods for generating trading signals: MultiAsset SuperTrend Trader Pro,  available on my profile.) MultiAsset SuperTrend Trader: The Ultimate Trend Engine for MetaTrader 4 Dominate the Markets with Precision, Diversification, and Pure Trend Alignment Are you looking for a trading strategy that combines the power of pure trend following with the safety of portfolio diversification? The M
Purple Ice Purple Ice is a bias trading robot that sells and buys at predefined hours on specific days. It has been developed on three crosses, EURJPY , EURAUD and EURNZD on H1 timeframe. Key Features Absence of dangerous algorithms. It works just when the bar is closed. Each order has a protective dynamic SL and TP level based on the current volatility. Easy to use, optimization not required, very few parameters. Description of the Main Expert Advisor Settings Magic Number : self-explicative
FullTrading is a fully automated trading advisor. The advisor's methodology is based on initiating a number of sequential processes: aggregating a diversified number of potential deals into a special channel with their subsequent transformation into a special information flow, internal calibration of deals by the indicator of eventuality and validity using a trend verifier and filtering entry and exit points thanks to a special software installation, integrated into an advisor (or indicators).
Pro Edition Dynamic Control · Balanced Risk · Advanced Flexibility The Pro Edition  (XAUUSD H1) is designed for traders who want more control and adaptability , while still maintaining a disciplined and structured trading system . It is the natural next step after the Standard Edition. What Makes Pro Edition Different? While the Standard Edition focuses on simplicity and fixed logic, the Pro Edition opens up a much higher level of flexibility . In this version: Most strategy parameters are adj
Black Jack v4
Vitalii Zakharuk
5 (1)
Forex Bot Black Jack is a reliable trend-following trading algorithm designed to automate trading on the Forex market. Trading on the Forex market is complex and dynamic, requiring significant time, effort, and experience for successful participation. However, with the development of trading bots, traders now have the ability to automate their strategies and take advantage of market trends without spending countless hours on data analysis. Forex Bot Black Jack is a trading bot that uses advance
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT4 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT4 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。平均方向移動指数(ADX) 、 商品チャネルインデックス(CCI) 、 クラシック平研アシキャンドル 、 移動平均 、 移動平均収束発散(MACD) 、 相対活力指数(RVI) 、 相対力指数(RSI) 、 放物線SAR 、 ストキャスティクス 、 ウィリアムズのパーセント範囲 。 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。 Matrix Arrow EA MT4 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取
<EA main logic> 1. EA reads candle pattern for most profitable of BUY & SELL. 2. If these pattern matches , then EA places the order. 3. If the order was closed with stoploss, then EA should stop trade on that day. 4. Next day EA will re-start again with increasing lot size to recover the loss. <INPUT parameters> Slippage 3 pips MaxPosition 1 BaseLots 0,01 takeprofit 10pips stoploss 20pips Martingale True/False Max martingale 2 (times) Multiplier (lot size) 2,5 <Best pair & time frame>
FREE
The Infinity EA MT4
Abhimanyu Hans
3.68 (31)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。 I
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Hammer Master MT4
Maziar Safaeinajafabadi
Introducing   HammerMaster EA , your ultimate trading assistant designed for the MQL5 market. Harness the power of technical analysis with our expert advisor that identifies and capitalizes on hammer candlestick patterns. Whether you’re a novice or an experienced trader, HammerMaster EA offers robust features to enhance your trading strategy and maximize your potential profits. Strategy Overview HammerMaster EA is based on the identification of hammer candlestick patterns, specifically the bulli
FREE
MoneyMaker v2
Marius Guscius
1 (1)
MoneyMaker v2 This expert advisor is based on idea that market produces very strong movement to opposite side once trend reversal is imminent. So our core trigger is bar size relative to previous bars optionally filtered by Bollinger Bands, Money Flow Index, Simple Moving Averages and Commodity Channel Index. MoneyMaker v2 also implements autolot based on free margin / Risk per single order (in %)  parameter. Spread filtering is done through Minimum bar body size / pair spread multiplier (in po
Darwinex Obtain Funding
Luis Mariano Vazquez Marcos
Obtain Funding Darwinex Un asesor experto diseñado para cuentas de Darwinex teniendo en cuenta sus reglas de drop y apalancamiento 1:10 .Diseñado especielmente para  la gestión de activos de divisas. Especializado para divisas en el eur usd por el bajo spread recomendación de métrica H1 Darwinex es una excelente plataforma y hemos creado este robot para trabajar expresamente con ella. Este robot de trading de Forex ha sido desarrollado por MRBEAST como una herramienta para facilitar el trading
Ares Quantum is an advanced AI-powered hedge trading system built on Machine Learning and Deep Learning technology. It is designed for gold (XAUUSD) and major currency pairs such as EURUSD and GBPUSD , enabling intelligent recognition of volatility, precise entry timing, and adaptive risk management. Unlike traditional grid or martingale systems, Ares Quantum applies a dual-directional hedge engine that dynamically adjusts position size and direction according to real-time market conditions. Its
FXChallenger is an algorithm designed to overcome and manage propfirms of any type Built-in news filter and automatic risk management with DD reduction Supports all types of low spread brokers Ability to select trading hours and days Has automatic balance protection on percentage and on single position stop loss and TP levels buy your license now and overcome all challenges get funded accounts and achieve freedom
Project Maximum Heat   is a unique fully automated system designed to operate on 28 currency pairs and 5 timeframes: M5, M15, M30, H1, H4. The strategy is based on numerous strategies such as working on a sideways trend, downtrend, uptrend, breakout of triangular trends and others. To calculate the required combinations, such indicators are used as: Moving Average, MACD, Standard Deviation, Commodity Channel Index, RSI, Momentum, Bollinger Bands. The EA uses a hidden one: stop loss, take profit,
このプロダクトを購入した人は以下も購入しています
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
BB Return mt4
Leonid Arkhipov
5 (18)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
Vortex Gold MT4
Stanislav Tomilov
4.93 (42)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
The XG Gold Robot MT4 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
The Gold Reaper MT4
Profalgo Limited
4.61 (33)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
This expert use grid and advanced DCA and martingale strategy. The strategy used by Fund Manager by our country. Use with pair AUDCAD, with   timeframe M5   it can survive 2015-Nov 2024.  DrawDown Max from 2019-2025 15k USD for both pair It works well in other Pairs in   m15: AUDCAD, EURJPY Use proper money management, use money that you can loose, withdraw your profit. This strategy can make good profit if you use good money management. Use the balance minimum of 2k-3k. Use default setting .
Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5版:   https://www.mql5.com/en/market/product/164203 時間枠:       M1 通貨ペア:       XAUUSD Gold Safe EA Manual: https://www.mql5.com/ru/blogs/post/770312 Varko Technologiesは 企業ではなく、自由という哲学そのものです。 私は長期的な協力関係を築き、評判を高めることに興味があります。 私の目標は、変化する市場状況に対応するために、製品を継続的に改善・最適化することです。 ゴールドセーフEA     このアルゴリズムは複数の戦略を同時に使用しますが、主な理念は損失トレードとリスクの抑制に重点を置くことです。 取引の決済および管理には、複数の段階が用いられている。 Expertのインストール方法 EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイ
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
トライアルをダウンロード 動作原理 EAがアクティブな場合、実行モードパラメータに基づいてチャートを分析します。 チャート上に既存のポジションがない場合、EAはパラメータに基づいて取引を行います。トレンドが上昇トレンドの場合、買い取引を行い、下降トレンドの場合は売り取引を行います。そして、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。0はストップロスなしを意味します。 チャート上に既存のポジションがあり、最後のポジションが損失の場合、EAは現在の市場価格と注文との間の距離がユーザーが設定した最小距離以上であるかどうかを確認し、それに基づいて取引を行います。ロットサイズはマーチンゲール法を使用して計算され、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。 Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売り
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal (launch April 14, 2026) この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロ
Waka Waka EA
Valeriia Mishchenko
4.25 (48)
8+ years of live track record with +12,000% account growth: Live performance MT 5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
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
Saints Row Aggressive Scalperは、高速実行、精確なエントリー、そして変動の激しい市場での安定したパフォーマンスを求めるトレーダーのために構築された高頻度取引(HFT)エキスパートアドバイザーです。 XAUUSD(ゴールド)およびUSTEC(NASDAQ)に特化して設計されたこのEAは、精密かつアグレッシブなスキャルピングアプローチを使用して急速な価格変動を利用するように設計されています。流動性とボラティリティが最適な取引条件を生み出すニューヨーク取引セッション中に特に優れたパフォーマンスを発揮します。 重要:最高のパフォーマンスを得るために、このEAは低スプレッドと高速実行を備えたRAW / ECN口座で使用する必要があります。 Saints Row Aggressive Scalperが際立つ理由 機能 説明 高頻度スキャルピングエンジン 小さく安定した市場の動きを捉えるために高速取引を実行します。 最適化された取引商品 最大効率のためにXAUUSDとUSTECに特化して構築されています。 NYセッション最適化 流動性とボラティリティのピーク時に最高のパ
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mql
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
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
Forex Dominance MT4
Ebrahim Mohamed Ahmed Maiyas
5 (2)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Forex Market. It adapts to price movements and market fluctuations to detect potential trading opportunities. Discounted price   . The price will increase by $50 with every 5 purchases. No Risky Strategies   –   Does not use martingale or grid methods Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patte
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New 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 JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
Exp4 AI Sniper for MT4
Vladislav Andruschenko
2.33 (3)
AI Sniper for MetaTrader 4 — 精度を追求して設計されたインテリジェントトレーディングロボット AI Sniper は、 MetaTrader 4 専用に開発された、スマートかつ適応型のトレーディングロボットです。 単なる一般的な Forex ボットではなく、より高い精度、より明確な構造、そしてより本格的な自動売買環境を求めるトレーダーのために設計されています。 AI Sniper for MT4 は、高度なアルゴリズムロジック、リアルタイムの市場分析、そして精密に設計された執行メカニズムを組み合わせることで、BUY / SELL の有力な機会をより高い精度で見極めます。 AI Sniper は、市場の生の値動きを、より整理された明確なトレーディング判断へと変換します。システムは価格挙動、市場環境、そしてテクニカル条件を継続的に評価し、より有利なエントリーとより洗練されたマネジメント機会を見つけ出します。 15年以上にわたる Forex 市場および金融市場での実務経験を基盤として、この Expert Advisor は、インテリジェントな売買ロジック、戦略的フ
Boring Pips MT4
Thi Thu Ha Hoang
4.54 (13)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くのEAは利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading St
Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
Forex Diamond EA
Lachezar Krastev
5 (5)
ULTIMATE SALE ! Get Forex Diamond EA with a huge –60% discount ! Special Ultimate Sale Price: $217 (Regular Price: $547 — You Save $330!) Forex Diamond EA – Reliable Automated Trading Powered by Smart Algorithms Forex Diamond EA is a proven expert advisor designed to deliver consistent results using a combination of trend and counter-trend strategies. Trusted by thousands of traders since its launch, Forex Diamond EA stands out with its intelligent trading logic, adaptive money management, a
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
GOLD Scalper PRO
Lachezar Krastev
4.46 (24)
ULTIMATE SALE! Get GOLD Scalper PRO with a huge –60% discount ! Special Ultimate Sale Price: $177 (Regular Price: $447 — You Save $270! Don't Miss!) Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled by the low price – GOLD Scalper Pro is a very effective and profitable trading strategy, professionally developed especially for tra
ULTIMATE SALE! Get WallStreet Recovery PRO with a huge –60% discount ! Special Ultimate Sale Price: $177 (Regular Price: $447 — You Save $270!) Live Results:   https://www.mql5.com/en/signals/2331815 WallStreet Recovery PRO is a powerful FULLY automated trading system built on the legendary WallStreet Forex Robot core — one of the most popular and time-proven expert advisors in the world. It combines the reliable WallStreet trading logic with an enhanced, intelligent trade management system,
EA Games Changer
Tjia Elisabeth Jasmine Canadi
5 (3)
AIゲームチェンジャー - マルチペア平均化 + ヘッジシステム(スマートディレクショナル拡張) プロモーション開始!5つ星レビュアー募集中!6ヶ月間永久価格。数量限定。お早めに! 生涯アクセスは6ヶ月間の価格からわずか1セント追加 — 生涯価値が完全に回復する前に、無敵の導入価格で永久所有権を確保しましょう! バージョン: Perfected Interactive UI - MT4 (パッチ適用済み) 開発者: CyberBot Project P R E P A R A T II O N 取引はギャンブルなのでしょうか?もちろん、FXや資本市場がハイリスクな賭け事、つまり一瞬で富が跳ね上がったり崩れたりする状況と重なることを認めるならば、その通りです。この現実が尽きることのない議論を生み出しています。中には計算されたリスクを伴う構造化された商取引だと考える人もいますが、統計によると、トレーダーの95%以上が壊滅的な損失を被り、わずか5%(多くの場合、エリートファンドマネージャー)が一貫して勝利を収めています。なぜギャンブルと関連付けら
SentinelAI
Valeriia Mishchenko
No losing months since August 2019, with a 2.04% monthly gain: Live performance MT 5 version can be found here Sentinel AI is fully automated trading system is built for major forex pairs such as EURUSD and GBPUSD on the M5 timeframe. By combining price action and mean reversion principles with advanced AI-driven analytics, it is designed to identify potential trend reversals and exploit market inefficiencies with greater accuracy and efficiency. Supported currency pairs: EURUSD, GBPUSD Timefram
Indicement MT4
Profalgo Limited
5 (2)
Indicementへようこそ! プロップファーム準備完了! -> セットファイルを ここからダウンロード ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   VERSION 4.0 LIVE RESULTS OLD VERSION FINAL RESULTS INDICEMENT は、 専門的な取引アルゴリズムの作成における私の 15 年間の経験をインデックス市場にもたらします。 EA は、最適なエントリー価格を見つけるために非常によく考えられたアルゴリズムを使用し、取引のリスクを分散するために内部で複数の戦略を実行します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリング ストップロスとトレーリング テイクプロフィットも使用します。 このシス
Real monitoring :   XAUUSD M30 SL3 ,          XAUUSD M30 SL5 ,         XAUUSD__BTCUSD__ M30__SL3 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  2   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  649   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  920   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a de
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System — GBPUSD 通貨ペアを対象に、 M5 タイムフレーム用として開発されたトレーディングロボットです。本EAは価格の動きと市場構造の要素を分析することに基づいており、標準的なテクニカル指標は使用しません。マーチンゲール、グリッド取引、逆張りによるナンピン、ヘッジ、ストップロスなしの取引、高頻度取引や無秩序な取引は一切行いません。 Live signals 主な要件および推奨事項 通貨ペア:GBPUSD タイムフレーム:M5 最低入金額:0.01 ロットでの取引時に 100 USD / EUR から ブローカー:高品質なレートを提供する信頼できる ECN ブローカー 口座タイプ:ECN / RAW / Razor(Netting および Hedging モード対応) VPS:EA を安定かつ継続的に稼働させるため推奨 推奨リスク:1 取引あたり 1%~5%(リスクは単一取引のストップロスに基づいて計算) 設定:デフォルト 取引ロジックとリスク管理 戦略タイプ:価格行動および市場構造の分析による重要な反転レベルの特定 標準的なテクニカル指標は使用しません すべ
作者のその他のプロダクト
Gladius EA Pro
Mohd Ikhwan Bin Agusalim
4.6 (5)
Live Signal :  will be here soon  |   Group :   Click here  |   Channel :   Click here  |   Pair : XAUUSD |   Time Frame : M15 Gladius EA Pro is a next‑generation (GPT-5) expert advisor engineered for  XAUUSD  on the  M15 timeframe  that blends a robust, rules‑based risk  framework with an AI‑like, fuzzy‑weighted signal engine . It’s built to keep things simple for the user (plug‑and‑play on one chart) while applying sophisticated decision‑making behind the scenes—so you get clear entries, tigh
Live Signal :   Click here  |   Group :   Click here  |   Channel :   Click here  |   Pair : XAUUSD |   Time Frame : M30 Gladius EA Advanced MT5  is designed for   Gold (XAUUSD)   on the   M30 timeframe   and aims to capture   trend continuation moves   with reduced false entries. It combines a multi-indicator   decision score   with   Support/Resistance breakout gating , higher timeframe confirmation, and strong trade-safety controls. Frequently Ask Questions   (FAQ) 1) General / Compatibility
フィルタ:
Andreas Andrianto
866
Andreas Andrianto 2022.02.11 05:09 
 

It is a great honor to provide the first review of this Gladius EA Advanced product! Earlier versions seemed quite struggling to beat the current challenging market, however, Bang Ikhwan continuously improving the coding of this EA to be profitable. Five stars for his dedication, support, and commitment to develop top-notch EA, hope this EA can be one of the best EAs in this Community! Salam, from neighboring country! ;D

Mohd Ikhwan Bin Agusalim
1284
開発者からの返信 Mohd Ikhwan Bin Agusalim 2022.02.11 12:03
yeah, thanks. I will make sure my product is relevant to use :-) I will keep improving
レビューに返信