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
SIDEWAYS TRADER PRO EA は、高度なダブルペアグリッド取引システムです! ロボットは市場の状況に自動的に適応します。   M5  timeframe! テストと取引用のEAセットファイルをダウンロードしてください: NZDCAD Set_file AUDNZD Set_file EAの主な機能: - エントリーポイントとエグジットポイントは、市場のボラティリティに応じてEAによって自動的に調整されます。 - エキスパートアドバイザーは、各ペアの買い注文と売り注文を同​​時に処理できます。 - EAは2つのペアで同時に実行できます - ロボットはボラティリティに応じて動的グリッドを自動的に構築します。 - 厳しいスプレッド要件はありません - EAはどのアカウントでも使用できます。 - 多くのスキャルパーのように手数料を無駄にすることはありません。手数料は標準アカウントで使用できます。 - アカウント残高サイズに応じてロットを自動計算します。 - 時間枠:5分足 - 取引ペア:NZDCAD、AUDNZD - 稼働時間:EAは24時間365日稼働しています。 -
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
Macd Matrix Edge
Walter Ezequiel Escobar
MACDマトリックスエッジ:金取引のための高度なアルゴリズム MACDマトリックスエッジは、金市場(XAUUSD)専用に設計された完全自動取引システムです。このアルゴリズムは、モメンタムとボラティリティ指標を統合し、ウォークフォワード検証マトリックスを用いて最適化することで、優れた統計的堅牢性を確保しています。 このエキスパートアドバイザー(EA)は、マーチンゲールやグリッド戦略といったリスクの高い手法は使用していません。各取引は、市場ボラティリティ(ATR)に基づいたストップロスによって保護されています。 デモ口座の証明は誤りです。ご連絡いただければ、監査済みの口座へのリンクをお送りします。 取引ロジック このEAは、以下の3つのテクニカル分析の柱に基づいています。 トレンド確認:MACDを用いて主要なモメンタムを特定し、強気または弱気のトレンドをシグナルします。 方向性フィルター:RSIを用いて、正確な方向転換と過熱した価格水準を検出します。 ボラティリティに基づくエントリー:ケルトナーチャネルとATRを用いて、高確率のブレイクアウトポイントで指値注文を発注します。
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
MA Head and Grid
Tshivhidzo Moss Mbedzi
For more tools  https://www.mql5.com/en/users/mbedzimz1/seller#!category=2 Gridingale   is a new complex  Expert Advisor   that combines   grid   and   martingale . It will create an order grid according to the settings but also add a martingale on it. So it will take   profits   on little and big   movements .  A   loss covering system   is integrated to allow the recovery of orders that are too distant from the current price. It is possible to filter the opening of a new cycle with an ind
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%アルゴリズム取
A legendary strategy for GOLD, CRYPTO, INDEXES from renowned FX market-makers now available for retail traders. One of the most effective "Set and Forget" EAs with long-term positive results. PROMO! For the first buyers will recieve for free ' Quantum Incinerator ' and  ' Reverence EA ' Occult-black Gold Strategy EA for those who want to maximize profits from long-term markets such as Metals, Crypto, Indices. The EA operates on the advanced mathematical algorithms of in-house market-makers (also
<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
NSA Prop Firm Robot EA for MT4 is an advanced trading algorithm specifically optimized for traders aiming to pass prop firm challenges such as FTMO, MyForexFunds, or FundedNext. I’ve personally tested this EA over several weeks, and I was impressed by how efficiently it balances profitability and risk — a key factor for any funded account strategy. The EA operates with strict drawdown control and steady profit accumulation. What differentiates NSA Prop Firm Robot EA from other automated systems
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
4.93 (41)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
BB Return mt4
Leonid Arkhipov
5 (10)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
Quantum King MT4
Bogdan Ion Puscasu
5 (4)
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Trust EA MT4
Konstantin Kulikov
5 (1)
Trust EA   is a real trader's tool, working on a clear principle, with its advantages and disadvantages, so it will not suit everyone, but for some users it can become the best trading robot. * Limited special offer - 50% off the full price of the product. Only 5 copies at this price. The final price is 997$ * Discuss the complexities of Forex trading here:  chat "Age of Expert Advisors" . Logic I have been working with algorithmic trading systems since 2015, and in my experience, systems with
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   ar
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
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 は単純なグリッド/マーチンゲール
Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5版:   https://www.mql5.com/en/market/product/164203 時間枠:       M1 通貨ペア:       XAUUSD Varko Technologiesは 企業ではなく、自由という哲学そのものです。 私は長期的な協力関係を築き、評判を高めることに興味があります。 私の目標は、変化する市場状況に対応するために、製品を継続的に改善・最適化することです。 ゴールドセーフEA     このアルゴリズムは複数の戦略を同時に使用しますが、主な理念は損失トレードとリスクの抑制に重点を置くことです。 取引の決済および管理には、複数の段階が用いられている。 Expertのインストール方法 EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイルは不要です。時間シフト値を設定するだけで済みます。 IC MarketsやRoboForexのようなブローカーを利用するなど
Pattie Grid Pro
Patrick Jeannot
4.64 (11)
Pattie Grid Pro EA  is a fully automatic expert advisor using the very accurate strategy for both initial and grid orders. The EA can trade any currency pairs with one preset that provides high diversification and smooth growth of equity. In spite of using grids the EA is designed to long-term trading with minimal risk.  The robot independently opens positions, manages them and closes them in parts, creating an efficient order grid that adapts to changing market conditions.   Requirements Minima
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
One Gold MT4
Stanislav Tomilov
4.6 (15)
One Gold EA をご紹介します。これは、Meta Trader プラットフォーム上の洗練された金取引ロボットで、高度な市場分析でトレーダーを支援するために開発されました。当社の独自のテクノロジーは、ニューラル ネットワークとデータ駆動型アルゴリズムを活用して、過去およびリアルタイムの金市場データを分析し、意思決定に役立つ洞察を提供します。従来の手動戦略とは異なり、One Gold EA は最小限の介入で動作し、取引プロセスを合理化し、関連するリスクの削減を目指しています。高度なニューラル プラグインの使用によりロボットの分析機能が強化されますが、他の取引ツールと同様に、One Gold EA は利益を保証するものではないことに留意することが重要です。ただし、より情報に基づいたデータに裏打ちされた洞察を提供することで、取引パフォーマンスを向上させる可能性を考慮して設計されています。One Gold EA は、金市場を継続的に監視して、人間のトレーダーが見つけるのが難しいパターンや傾向を検出します。このシステムはさまざまな市場状況に適応できるため、特に金取引のような非常に不安定な環
FlipDamonHFT
Allistair Kabelo Mandow
1 (3)
Ask in private for more details after purchase Discounted   price .  The price will increase by $500 with every 10 purchases. Source code FlipDemonHFT available: https://t.me/snakeByteHoldings Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. FlipDamonHFT – High-Frequency Trading Robot for XAUUSD (GOLD) FlipDamonHFT is a fully automated Expert Advisor for MetaTrader 4, developed for t
Forex GOLD Investor
Lachezar Krastev
4.47 (51)
ULTIMATE SALE! Get Forex GOLD Investor with a huge –60% discount ! Special Ultimate Price: $217 (Regular Price: $547 — You Save $330!) Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strategy, the second system has time based dependency which opens up to 2 trades at a time and the third system is based on breakout strategy. It has been t
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
A unique robot that has been successfully trading on a real account since 2021. The Gold Dragon trading system is so stable that it has allowed it to survive all market fluctuations, while other systems have failed! Big sale 50% OFF! Price $450. Regular price $899 Real signal:   click here   Unique set files and all recommendations are provided free of charge. All future updates of the adviser are included in the price. After the purchase, contact me and I will help you install and configure
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
Sinal (GOLD/XAUSD) - mais de 14 meses ativo e mais de 6 mil negociações em conta Standard (alavancagem de 1:400):   https://www.mql5.com/pt/signals/2278431 Produto para MetaTrader4:  https://www.mql5.com/pt/market/product/159627 Produto para MetaTrader5:  https://www.mql5.com/pt/market/product/160313 O Apache MHL Moving Average Expert Advisor ou simplesmente "Apache MHL" é um robô que opera no ativo GOLD/XAUUSD utilizando estratégias baseadas em médias móveis e gestão de risco com Martingale.
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
Night Hunter Pro
Valeriia Mishchenko
4.38 (53)
EA has a  live track record  with many months of stable trading with  low drawdown : All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading a
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 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 が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用していま
Aussie Loonie EA is a professional trading system developed exclusively for the   AUDCAD   currency pair. This cross pair is widely recognized for its stable and technical behavior, which makes it particularly attractive for traders who prefer structured and predictable market conditions rather than extreme volatility and sudden price spikes. By focusing solely on AUDCAD, the system is able to   adapt precisely   to the specific characteristics, rhythm and movement patterns of this pair. The EA
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
TRENDALGO is an EA that uses ARTIFICIAL INTELLIGENCE to trade 100% automatically and as the name says it is a TREND FOLLOWING EA, it works well on ASSETs that are TRENDING. AI is used to identify the moment in which volumes, volatility and momentum explode, according to a proprietary equation created by me which takes these values ​​into consideration as objective data and never uses any indicator. TRENDALGO opens a new TRADE and follows it by continuously adjusting STOP LOSS and TAKE PROFIT, f
Hello All, good news, the very famous Bitcoin Wizard version 1.6 is now available on the mql5 website which works very smoothly. Bitcoin Wizard – Automated Bitcoin Trading System Bitcoin Wizard is an advanced automated trading system designed specifically for Bitcoin trading . It identifies strong market momentum by analyzing high–low price levels within specific periods and executes pending orders to capture breakout opportunities. Built for traders who want a fully automated solution , Bitcoin
Unlike many other programs in the mql5 market this is a REAL day trading strategy. It does not use any martingale or grid functionalities and follows a logical concept. The Range Breakout Expert Advisor can be used to trade time ranges. The market often finds its direction in the morning hours and then follows this trend for the day. This expert advisor is designed to trade these trends after the morning breakout. Still you can trade all sorts of time breakouts with this program.  I use the stra
Golden Scalper PRO
Felipe Jose Costa Pereira
3.83 (12)
Golden Scalper PRO:私たちのテクノロジーがあなたのために働きます! マニュアルと設定ファイル:購入後にご連絡いただければ、完全なマニュアルと設定ファイルをお渡しします。 価格:販売ライセンスが増えるごとに価格は上がります。 残りライセンス数:3 ゴールド取引は非常に高いボラティリティとリスクが伴うため、金融市場の中でも最も難しい分野の一つです。 Golden Scalper PRO は、この課題を克服するために設計されています。高度なテクノロジーと効果的な戦略を組み合わせ、利益を最大化します。初心者からプロのトレーダーまで、安全かつ安定した取引をサポートします。 Golden Scalper は、適応型インテリジェントシステム、マルチタイムフレーム分析、自動ロット調整、高度なリスク管理を搭載し、市場の変化に迅速に対応し、常に資金を守ります。 取引銘柄 XAUUSD(ゴールド) 時間足 M5 最低入金額 500 USD 対応ブローカー 全てのブローカー 口座タイプ 全て(低スプレッド口座推奨) レバレッジ 1:500以上推奨 VPS 推奨(必須ではない) 取引銘柄
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はゴールド市場において、安定性と安全性を重視して開発されたプロ
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
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
作者のその他のプロダクト
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
レビューに返信