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
Grow EURUSD
Saravanan Venkatesan
I am excited to introduce my newly developed Expert Advisor (EA), Grow EURUSD , to the MQL community. This EA has been specifically designed and tested for the EUR/USD currency pair on the 5-minute timeframe . I’m publishing it here to gather feedback from experienced traders like you and to refine and enhance its performance. Your comments, suggestions, and insights will be invaluable in improving this EA. Let’s collaborate to make it even better! Thank you for your support, and I look forward
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
News Robo
Thushara Dissanayake
2 (1)
News Robo Expert Advisor は、ニューストレーダーがニュースリリース中に隠れストップロスを含む未決注文をオープンできるように設計された強力なツールです。取引体験を向上させ、取引を保護するいくつかの機能を提供します。 News Robo の重要な機能の 1 つは、ストップロスの隠蔽です。これは、マーケットメーカーブローカーからストップロスを隠したいニューストレーダーにとって理想的です。利益を得るポジションが得られるとストップロスが自動的に表示されるため、利益を効果的に確保できます。さらに、エキスパートアドバイザーは適切なリスク管理手法を採用して、取引資金を確実に保護します。 News Robo では、保留中の注文を開くには、クイック モードとタイム モードの 2 つのオプションがあります。クイック モードを使用すると、デフォルト設定に基づいて保留中の注文を迅速にオープンできるため、ニュース時間を手動で設定するのを忘れた場合に便利なソリューションとなります。一方、時間モードを使用すると、未決注文をオープンする正確な時間を指定できるため、より柔軟でカスタマイズが可能にな
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
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%アルゴリズム取
<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
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
Bonebreaker Core System is a fixed-lot, long-only position management EA for XAU symbols , using a Core + Satellites structure with individual take-profits . Overview Bonebreaker Core System is an MT4 Expert Advisor designed for XAU instruments and long-only operation. It uses a two-layer position structure: Core : a single base position intended to remain open during price swings Satellites : additional fixed-lot positions that place individual take-profits to realize partial gains while the co
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (29)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold 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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
ご紹介     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つの小さな取引に継続的に分割する独自の戦略を採用していま
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
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 は単純なグリッド/マーチンゲール
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
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
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
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY か
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロフェッショナルな自動売買EAです。明確なロジッ
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
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
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA ― MT4用トレンド&モメンタム型エキスパートアドバイザー MT5:  https://www.mql5.com/en/market/product/163078 【重要】コメント欄にて更新済みのセット(.set)ファイルを定期的に公開しています。現在の相場環境で最適なパフォーマンスを発揮できるよう、バックテストや実運用を行う際は必ず最新のファイルを使用してください。 Bazooka EA は、 MetaTrader 4 向けの完全自動売買エキスパートアドバイザーで、 トレンド確認 と モメンタムフィルター を組み合わせることで、方向性のある市場の動きを取引するよう設計されています。 本EAは、制御されたエントリーと規律ある決済に重点を置き、過度な取引や高リスクなポジション管理手法を使用しません。 Bazooka EA は、明確なルールに基づいた戦略と、調整可能なリスク管理を重視するトレーダーに適しています。 戦略概要 Bazooka EA は、以下のテクニカル要素を組み合わせて市場を分析します。 移動平均線(Moving Average) によるトレンド方向の判
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
Quant Blade is a professional trading solution built on advanced Pattern Recognition with elements of Machine Learning and Neural Networks . It calculates future price move probabilities , displays projections directly on the chart, and trades based on them. Highlights Prop Firm Ready => advanced PropFirm risk panel with color-coded warnings and recommendations Institution-grade analytics => high quality forecasting / projections and market condition filtering No Grid, No Martingale => only one
XGen Scalper MT4 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
トライアルをダウンロード 動作原理 EAがアクティブな場合、実行モードパラメータに基づいてチャートを分析します。 チャート上に既存のポジションがない場合、EAはパラメータに基づいて取引を行います。トレンドが上昇トレンドの場合、買い取引を行い、下降トレンドの場合は売り取引を行います。そして、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。0はストップロスなしを意味します。 チャート上に既存のポジションがあり、最後のポジションが損失の場合、EAは現在の市場価格と注文との間の距離がユーザーが設定した最小距離以上であるかどうかを確認し、それに基づいて取引を行います。ロットサイズはマーチンゲール法を使用して計算され、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。 Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売り
Forex Diamond EA
Lachezar Krastev
5 (5)
WINTER SALE — FINAL DAYS! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO  A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex Diamond EA – Relia
24時間のフラッシュセール - たった$399.99 "HFT Pass Prop Firms"は、特にUS30ペアで取引するために設計された高頻度取引(HFT)の挑戦に対応した専用のエキスパートアドバイザー(EA)です。 他のトップエキスパートアドバイザーやインジケーターについては、以下を参照してください: https://www.mql5.com/en/users/lothimailoan/seller 私はロス(Los)です。詳細な情報を受け取るためには、こちらに登録してください: https://www.mql5.com/en/users/lothimailoan/news 1/ HFTとは? 高頻度取引(HFT)は、強力なコンピュータプログラムを使用して数分の一秒で大量の注文を実行する取引手法です。HFTは複数の市場を分析し、現行の市況に基づいて注文を実行するために高度なアルゴリズムを利用します。最も高速な実行速度を持つトレーダーがより利益を上げやすく、HFTは高い売買回転率と注文対取引比率が特徴です。 したがって、このEAは1段階または2段階の挑戦にのみ適してお
Titan AI(タイタンAI)—— 次世代型自動売買システム Titan AI は、 MX Robots の専門チームによって開発された次世代型の自動売買システムであり、最先端の人工知能技術と高度な金融知識を融合しています。 このEAは Real Tick(リアルティック) , MBP(Market by Price) , MBO(Market by Order) といった高品質な市場データでトレーニングされており、これらは機関投資家レベルのシステムでも使用されるデータ形式です。 そのため Titan AI は複数市場において一貫性のあるスマートな判断を実現します。 Titan AI は複数のAI戦略を同時に動作させる ポートフォリオ型トレードシステム として設計されています。 各戦略は異なる相場環境向けに最適化されており、最大限の利益と最小限のドローダウンを実現し、マージンコールの可能性をほぼゼロにします。 Titan AI 4All の起動と設定方法 Titan AI 4All は、 高度な自動化・機関投資家レベルの精度・簡易セットアップ を求めるトレーダーのために開発されました
作者のその他のプロダクト
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
レビューに返信