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
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
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (41)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
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 は単純なグリッド/マーチンゲール
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 は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
BB Return mt4
Leonid Arkhipov
5 (10)
こんにちは、皆さん! 4月22日まで不在になります。ご購入いただいた方やご質問がある場合は、4月22日に戻り次第、必ず全員に返信いたします。ご理解ありがとうございます BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブロー
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
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
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
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
GoldPulse AI
Babak Alamdar
3.57 (21)
バックテストではなく、実際の取引システムを購入してください。     Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:各シンボルチャート(XAUUS
Quantum King MT4
Bogdan Ion Puscasu
5 (3)
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
AI Aurum Pivot ― 長期的な安定性と厳格なリスク管理のために設計された、プロフェッショナル向けゴールド(XAUUSD)取引EA 割引価格のコピーは残りわずかです。完売次第、価格は直ちに   $999.99   に引き上げられます。 実際のパフォーマンスを見る(デフォルト設定) :   https://www.mql5.com/en/signals/2361796 AI CORE DETAIL:   https://www.mql5.com/en/blogs/post/766725 MT5:  https://www.mql5.com/en/market/product/161326 AI Aurum Pivot は、ゴールド(XAUUSD)専用に開発された完全自動売買エキスパートアドバイザー(EA)であり、長期的な安定性、管理されたドローダウン、そして厳格なリスク管理に重点を置いたプロフェッショナルなトレード思想に基づいて構築されています。 本 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
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
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のようなブローカーを利用するなど
Ziwoxファンダメンタルトレーダー Ziwox Fundamental Traderは、金融市場のトレーダーがEA情報データに基づいて賢明な意思決定を行うのを支援するトレーディングアシスタントです。 このEAは、オンラインソースを使用して、通貨の基本的なバイアス、ペアでのリアルタイム小売業者比率の感情、銀行と機関の予測、COTレポートデータ、および複雑なEAパネル内の他のデータなどの必要なすべての情報を取得します。 簡単に言えば、それは統合された外国為替データソースと情報であり、手動トレーダーがより良い意思決定を行うのに役立ちます。 これに加えて、これは完全な基本的なロボット取引であり、通貨の基本的なバイアスと技術データに基づいて、これらのデータを使用してペアで自動的に取引します EAコンポーネント: 取引に必要なすべての情報は、データパネルに統合された一連の外国為替データストリームコンポーネントとしてここに収集されます。 各コンポーネントは、トレーダーが意思決定を行うのに役立つトレーディングエイドインジケーターまたは説明的な市場レポートとして個別に機能します。 これらのコ
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — クラシックとスキャルピングの2つのモードを選択できるXAUUSDエキスパートアドバイザー GoldPro は、構造、明確なリスク管理、さまざまな市場テンポで機能する EA を求めるトレーダー向けに構築された 、XAUUSD (ゴールド) の自動取引システムです。 1つのEA内で 、どのように取引するかを 選択できます。 1) クラシックモード - スイングとプルバックのための穏やかなロジック 反転/平均回帰行動(市場の「枯渇」ゾーンからのエントリー)と構造化されたポジション管理に重点を置いた古典的なアプローチ。 バスケット型マネジメント(一連のポジションを扱う) 厳密な制限(距離 / ステップ / ロット係数)によるオプションの平均化 複数の出口スタイル:固定目標、損益分岐点、トレーリングロジック スプレッドフィルター 取引スケジュール管理(平日 / 金曜日の締め切り / 週末のストップ) 取引方向オプション: 買い / 売り / 両方 / 季節性モード 2) スキャルピングモード - 日中チャンスのためのより高速なロジック 柔軟なエントリー プロファ
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
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
Ось відформатований текст без альтернативних назв у дужках: Latency Edge Scalpel Latency Edge Scalpel is a high-frequency, institutional-grade trading solution engineered for high-precision scalping in the decentralized Forex market. This is not a simple grid or martingale bot; it is a sophisticated mathematical tool designed to exploit micro-structural price gaps and momentary volatility imbalances. The Algorithmic Core At its heart, Latency Edge Scalpel operates on a hybrid volatility-filterin
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
Saints Row Aggressive Scalperは、高速実行、精確なエントリー、そして変動の激しい市場での安定したパフォーマンスを求めるトレーダーのために構築された高頻度取引(HFT)エキスパートアドバイザーです。 XAUUSD(ゴールド)およびUSTEC(NASDAQ)に特化して設計されたこのEAは、精密かつアグレッシブなスキャルピングアプローチを使用して急速な価格変動を利用するように設計されています。流動性とボラティリティが最適な取引条件を生み出すニューヨーク取引セッション中に特に優れたパフォーマンスを発揮します。 重要:最高のパフォーマンスを得るために、このEAは低スプレッドと高速実行を備えたRAW / ECN口座で使用する必要があります。 Saints Row Aggressive Scalperが際立つ理由 機能 説明 高頻度スキャルピングエンジン 小さく安定した市場の動きを捉えるために高速取引を実行します。 最適化された取引商品 最大効率のためにXAUUSDとUSTECに特化して構築されています。 NYセッション最適化 流動性とボラティリティのピーク時に最高のパ
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.
Fully automatic Advisor Portfolio for GBPJPY / MT4 platform. Timeframe H1 This is a smaller version of my full advisor: EA Dance GBPJPY H1 MT4 The Mini version has an important part of the strategies. The advisor is a ready-made portfolio that contains six profitable trading strategies specifically for GBPJPY . Each strategy has a stop loss. Minimum Deposit = $200. Recommended Deposit = $500 (when trading with Risk Management = 2% per trade. The risk per trade is set to 2% (in the advisor sett
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つの小さな取引に継続的に分割する独自の戦略を採用していま
One Gold MT4
Stanislav Tomilov
4.6 (15)
One Gold EA をご紹介します。これは、Meta Trader プラットフォーム上の洗練された金取引ロボットで、高度な市場分析でトレーダーを支援するために開発されました。当社の独自のテクノロジーは、ニューラル ネットワークとデータ駆動型アルゴリズムを活用して、過去およびリアルタイムの金市場データを分析し、意思決定に役立つ洞察を提供します。従来の手動戦略とは異なり、One Gold EA は最小限の介入で動作し、取引プロセスを合理化し、関連するリスクの削減を目指しています。高度なニューラル プラグインの使用によりロボットの分析機能が強化されますが、他の取引ツールと同様に、One Gold EA は利益を保証するものではないことに留意することが重要です。ただし、より情報に基づいたデータに裏打ちされた洞察を提供することで、取引パフォーマンスを向上させる可能性を考慮して設計されています。One Gold EA は、金市場を継続的に監視して、人間のトレーダーが見つけるのが難しいパターンや傾向を検出します。このシステムはさまざまな市場状況に適応できるため、特に金取引のような非常に不安定な環
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
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
「 SOLO SNIPER PRO 」EAは、MT4プラットフォーム向けの強力なスキャルピング取引システムです! 勝率は約90%!複利リスク管理を採用! M15 timeframe! このMQL5ウェブサイトでのみ提供されるオリジナル製品です。 テストと取引には Set_file を使用します:  Download EA set_file - 取引精度は非常に高く、約90%です。 - システムはグリッドやマーチンゲールのような危険な手法は一切使用していません。アカウント保護のため、各注文には独自のSLが設定されています。 - ロット計算には複利方式を採用しています。 - EAは市場のボラティリティに応じて動的SLを自動的に設定します。 - ギャップを回避するため、金曜日から月曜日までの注文は保持しません。 - 1分単位の高精度な動作時間フィルターを搭載しています。 - 口座のレバレッジ:1:30~1:2000。 - 取引ペアはGBPAUDとGBPCADです。 - 動作時間: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
作者のその他のプロダクト
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
レビューに返信