M1 Gold Scalper EA

2.33
M1 Gold Scalper EA is a professional Expert Advisor built exclusively for XAUUSD (Gold) on MetaTrader 5. It places a pair of pending buy-stop and sell-stop orders on every new bar, captures breakout moves, and manages the trade automatically from entry through to exit — including a full bidirectional recovery grid when price moves against the initial position.

Every feature in this EA was refined through live trading across multiple brokers. The code handles 2-digit and 3-digit gold brokers transparently, passes the MQL5 Market certification test suite across EURUSD H1, XAUUSD D1, GBPUSD M30, and EURUSD M1 without errors, and is production-ready out of the box.

HOW IT WORKS

At the open of each bar the EA places one BuyStop above the market and one SellStop below. When either order fills, the opposing order is immediately cancelled. The filled position is then managed through break-even, a trailing stop, and — if enabled — a bidirectional recovery grid that can absorb adverse price moves and still exit with a combined profit.

KEY FEATURES

  • OCO Pending Orders — one BuyStop and one SellStop placed each bar. When one fills the other cancels automatically via OnTradeTransaction.
  • Bidirectional Recovery Grid — two independent arms: a counter-direction arm that opens positions against the initial trade, and a same-direction arm that adds to winning moves. Both arms are bar-gated to one step per candle. Optionally, you can turn ON/OFF.
  • Two-Constraint Lot Sizing — grid step lots grow geometrically but are always capped by a per-step balance risk percentage. The hard cap overrides the multiplier and prevents lot explosion.
  • Dollar-Based Combined Trailing Exit — when the grid is active, all individual SL/TP values are removed and the only exit is a dollar trailing system applied to the total floating profit of all positions.
  • Bollinger Bands + ADX Trend Filter — evaluates two higher timeframes independently. Classifies each as SIDEWAYS, NEUTRAL, or TRENDING. Blocks new seed entries when the overall condition is TRENDING. Does not block grid management on open positions.
  • Break-Even System — moves the SL to a locked profit level once a configurable point threshold is reached on a single position.
  • Trailing Stop — optional price-based trailing stop for single positions, fully independent from break-even.
  • Daily Profit Target and Loss Limit — monitors both realised and floating P&L. Closes all positions and pauses when either limit is reached. Resets at midnight broker time.
  • High-Impact News Filter — uses the MetaTrader 5 built-in economic calendar. No third-party subscription required. Suspends new entries for a configurable window before and after high-impact events.
  • EA ON/OFF Dashboard Button — one-click toggle to pause or resume new seed entries without removing the EA. State persists through terminal restarts via GlobalVariables.
  • Live Dashboard — compact panel showing balance, floating P&L, spread, max spread, today P&L, trend filter condition per timeframe, overall verdict, and a real-time status message.
  • 2-Digit and 3-Digit Broker Compatibility — automatic point_multiplier detection ensures all point-based inputs and the spread filter work identically on 0.01 and 0.001 precision gold brokers.
  • Orphan Guard — detects externally closed positions and count mismatches, closes any remaining chain, and resets state cleanly.
  • GlobalVariable Persistence — all grid state survives terminal restarts, EA reloads, and chart template changes.
  • Full Certification Compatibility — passes MQL5 Market tester on multiple symbols and timeframes including EURUSD H1, XAUUSD D1, GBPUSD M30, EURUSD M1.
  • Semi-Automatic Trading ★ [NEW] BLOCK TREND: ON/OFF --> Click to toggle the trend-blocking filter on or off at runtime.
  • CLOSE ALL ★ [NEW] --> Click to immediately close all EA-managed positions and reset grid state.

  • RECOMMENDED SETUP

  • Symbol: XAUUSD (Gold)
  • Timeframe: M1
  • Account type: ECN or STP with tight spreads
  • Minimum balance: $5000 (recommended $10,000 or more with Recovery Mode enabled)
  • VPS: strongly recommended for 24/5 uptime


  • INPUT PARAMETERS

    --- STRATEGY SETTINGS ---

  • InpStopDistance — Distance in points above Ask and below Bid where the BuyStop and SellStop pending orders are placed on each new bar. Default: 30.
  • InpTakeProfit — Take Profit distance in points from the order entry price. Set to 0 to rely on trailing stop only. Default: 400.
  • InpStopLoss — Stop Loss distance in points from the order entry price. Applied to the seed order only. Removed automatically when Recovery Mode activates. Default: 500.
  • InpExpiration — How many minutes the OCO pending orders remain active before expiring. Keep short on M1 to avoid stale fills. Default: 2.


  • --- TRADING HOURS (BROKER TIME) ---

  • InpStartHour — Broker server hour (0–23) when the EA begins placing new orders. Default: 2.
  • InpEndHour — Broker server hour (0–23) when the EA stops placing new orders. Overnight windows (start > end) are supported. Default: 22.


  • --- BREAK-EVEN SETTINGS ---

  • InpUseBreakEven — Enable or disable the break-even system. Active on single positions only. Default: true.
  • InpBreakEvenTrig — Points in profit required before break-even activates. Default: 30.
  • InpBreakEvenLock — Points above entry where the SL is set when break-even triggers. Use 0 for exact breakeven. Default: 20.


  • --- RISK MANAGEMENT ---

  • InpUseRisk — When true, lot size is calculated from InpRiskPercent of balance. When false, uses fixed InpLotSize. Default: false.
  • InpRiskPercent — Percentage of account balance to risk per seed trade when InpUseRisk is true. Default: 0.1.
  • InpLotSize — Fixed seed lot size when InpUseRisk is false. Recovery grid lots are calculated separately. Default: 0.01.
  • InpMaxSpread — Maximum allowed spread in user points (2-digit scale). Works identically on 2-digit and 3-digit brokers — no adjustment needed when switching. Default: 40.


  • --- NEWS FILTER ---

  • InpAvoidNews — Enable or disable the news filter. Default: true.
  • InpMinsBefore — Minutes before a high-impact news event to suspend new entries. Default: 30.
  • InpMinsAfter — Minutes after a high-impact news event before resuming new entries. Default: 30.


  • --- TRAILING STOP SETTINGS ---

  • InpUseTrailing — Enable or disable the trailing stop. Active on single positions only. When Recovery Mode is active, the combined dollar trailing system takes over instead. Default: false.
  • InpTrailingStart — Points in profit the single position must reach before trailing begins. Default: 60.
  • InpTrailingStop — Distance in points behind the current price where the trailing SL is placed. Default: 30.
  • InpTrailingStep — Minimum SL improvement in points before a modification is sent to the server. Default: 20.


  • --- RECOVERY (BIDIRECTIONAL GRID) SETTINGS ---

  • InpUseRecovery — Master switch for Recovery Mode. When false the EA operates as a clean single-position scalper. Default: false.
  • InpRecoveryGap — Distance in points between each grid level on both arms. Default: 150.
  • InpMaxRecoverySteps — Maximum steps per arm (0–8). Total maximum open positions = 1 + 2 x N. Default: 4.
  • InpGridMultiplier — Geometric lot multiplier per grid step. Each step lot = previous lot x multiplier, subject to InpMaxStepRiskPct cap. Default: 1.5.
  • InpMaxStepRiskPct — Hard cap: maximum percentage of current balance that a single grid step may risk over one gap distance. Always overrides the geometric multiplier. Default: 2.0.
  • InpMarginBuffer — Free margin safety multiplier applied before placing any grid step or OCO order. 1.5 means 150% of required margin must be available. Default: 1.5.


  • --- RECOVERY EXIT ---

  • InpHedgeProfitTarget — Minimum combined floating profit in account currency that must first be reached before the trailing exit can fire. Default: 0.20.
  • InpRecoveryTrailStep — Once InpHedgeProfitTarget is reached, all positions close if combined profit pulls back by this amount from the peak. Default: 0.40.


  • --- DAILY LIMITS ---

  • InpDailyProfitTarget — Close all positions and pause for the day when combined realised and floating P&L reaches this dollar value. Default: 1500.0.
  • InpDailyLossLimit — Close all positions and pause for the day when combined P&L falls to negative this dollar value. Default: 1000.0.
  • InpUseAlerts — Send a MetaTrader Alert popup when daily limits are hit or the EA ON/OFF button is toggled. Default: true.


  • --- TREND FILTER (BB + ADX) ---

  • InpTrendTF1 — Primary trend assessment timeframe. Default: PERIOD_M5.
  • InpTrendTF2 — Secondary trend assessment timeframe. Default: PERIOD_M15.
  • InpBBPeriod — Bollinger Bands period applied on both trend timeframes. Default: 20.
  • InpBBDeviation — Bollinger Bands standard deviation. Default: 2.0.
  • InpADXPeriod — ADX indicator period. Default: 14.
  • InpADXSideways — ADX below this value classifies the timeframe as SIDEWAYS. Default: 20.
  • InpADXTrending — ADX at or above this value classifies the timeframe as TRENDING. Default: 25.
  • InpBlockOnTrend — Block new seed entries when the overall trend verdict is TRENDING. Set false to trade in all conditions. Default: true.


  • --- DASHBOARD ---

  • InpDashX — Horizontal pixel position of the dashboard panel from the left edge of the chart. Default: 20.
  • InpDashY — Vertical pixel position of the dashboard panel from the top edge of the chart. Default: 20.
  • InpMagicNum — Magic number for this EA instance. Use different values when running multiple instances on different symbols. Default: 123456.

  • Note:

    • Always test on a demo account first to familiarize yourself with the EA’s behavior and the volatility of Gold.
    • Use a Cent account if you do not have a large amount of funds.
    • Use Semi-Automatic Trading with proper see trend confirmation. If you want to trade with a low balance, remember that responsibility is entirely in your hands.
    • Get the file set and Manual Guide inside our Telegram Group
    レビュー 4
    Vikaas Yadavv
    27
    Vikaas Yadavv 2026.02.10 12:25 
     

    I would like to give my honest and highest recommendation to Achmad Benny for his M1 Gold Scalper EA. This EA is a highly refined and well-engineered algorithm, designed specifically for XAUUSD scalping with hedging. The bot takes calculative and precise trades, not random entries. It comes with fully automatic Take Profit and Stop Loss, along with dynamic trailing of both TP and SL, which makes trade management extremely efficient and stress-free. One of the best features is automatic lot sizing, which intelligently adjusts according to the available account balance and funds. This makes the EA suitable for different account sizes while maintaining proper risk control. The scalping logic on the M1 timeframe is smooth, fast, and well-balanced, allowing it to capture multiple opportunities without overtrading. What truly sets this EA apart, however, is Benny himself. His support, dedication, and helpfulness are exceptional. He is always responsive, patiently answers every doubt, and genuinely helps users understand the EA and optimize its performance. Such after-sales support is rare and extremely valuable in the algo trading space. Overall, this is a top-quality Gold scalping EA backed by a highly professional and supportive developer. I am fully satisfied and highly recommend Achmad Benny and his EA to anyone serious about automated Gold trading. Trustworthy EA. Solid logic. Excellent support. Highly recommended.

    おすすめのプロダクト
    | Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (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 perhaps the most popul
    Magic EA MT5
    Kyra Nickaline Watson-gordon
    Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
    TOOP1 Swing is a fully automated Expert Advisor specifically engineered for trading Gold (XAUUSD) on the M5 timeframe. Built upon a short-term swing trend-following strategy, this Expert Advisor operates with a strict risk management philosophy: a complete rejection of Martingale and Grid strategies. Every single market execution consists of only one trade with explicit, predefined Take Profit (TP) and Stop Loss (SL) levels set immediately at order initiation. Live signal Early Bird Launch Offer
    Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
    Hamster Scalping mt5
    Ramil Minniakhmetov
    4.71 (241)
    Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
    Pip Titan Cable Maverick Pro 2.0 is a cutting-edge expert advisor (EA) designed specifically for GBP/USD traders operating on the H1 timeframe. This EA leverages sophisticated algorithms and a robust set of protections to deliver consistent, efficient, and secure trading experiences. Suitable for both seasoned traders and newcomers, Cable Maverick Pro 2.0 empowers users to achieve their trading objectives with precision and confidence. Key Features : Optimized for GBP/USD : Fine-tuned to identi
    Viking Alpha DAX Ivar Edition
    Valdeci Carlos Dos Passos Albuquerque
    Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
    Brent Oil
    Babak Alamdar
    3.67 (9)
    「2 人の専門アドバイザー、1 つの価格: あなたの成功を促進します!」ブレント オイル スキャルピング エキスパート + ブレント オイル スインギー エキスパートを 1 つのエキスパート アドバイザーで統合   Live signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $  現在の価格では残りわずかです。次の価格は -->> 1120  $ ブレント石油へようこそ Brent Oil のエキスパート アドバイザーは、正確かつ機敏に、不安定なエネルギー市場をマスターできるように設計された強力な企業です。ブレント石油は単なるシステムではありません。それはあなたの戦略的パートナーであり、市場の動きに適応して勝利を収める戦略を展開するように設計されています。 スキャルピング手法で市場の素早い動きを利用したい場合でも、スイングトレードの慎重なアプローチを好む場合でも、ブレントオイルはあなたをカバーします。その高度なアルゴリズムは市場の傾向を分析し、利益の最大化とリスクの最小化を目的とした取引を実行します。 主な特徴: 高
    Aurus AI
    Dmitriq Evgenoeviz Ko
    Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
    Lorentzian Classification EA for MetaTrader 5 Lorentzian Classification EA is a machine-learning-based Expert Advisor for MetaTrader 5 designed to classify market conditions and automate trade execution using a structured confirmation process. It combines Lorentzian Distance K-Nearest Neighbors (KNN) classification with kernel regression trend confirmation, then applies multiple market filters and configurable trade management rules before opening a position. The system was built for traders who
    The Bitcoin Reaper
    Profalgo Limited
    3.71 (34)
    発売プロモーション: 現在の価格で入手できるコピーの数はごく限られています。 最終価格: 999ドル 新規 (349 ドルから) --> 1 EA を無料で入手 (取引口座番号 2 つ)。 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO BITCOIN REAPER へようこそ!   Gold Reaper が大成功を収めた後、同じ勝利の原則を Bitcoin 市場に適用する時が来たと判断しました。そして、それは非常に有望に見えます!   私はこれまで 20 年以上にわたってトレーディング システムを開発してきましたが、私の専門分野は「断然」ブレイクアウト戦略です。 このシンプルながらも効果的な戦略は、常に最高の取引戦略の上位にランクインしており、基本的にあらゆる市場に適用できます。     特にビットコインのような変動の激しい市場では、真価を発揮します。   それで、この戦略はどのように機能するのでしょうか? ブレイクアウト戦略は、重要なサ
    SIMPLIFY TRADER VX Automated Gold Trading EA for XAUUSD Simplify Trader VX is a fully automated Expert Advisor developed for XAUUSD (Gold), designed to trade with discipline, structure, and strict risk control. The EA operates on the H1 timeframe and uses a multi-filter decision engine to avoid low-quality trades and unstable market conditions. It is built for long-term use, not aggressive or high-risk trading styles. PRICING INFORMATION Current Price: $299 Note: The price may increase to $49
    AI Equity Protector - プロップファーム(資金調達)口座向けクオンツEA 自動売買システムの開発は非常に困難な作業です。世の中の標準的なEAの多くは、バックテストでは完璧に見えても、実際の市場のボラティリティに直面した瞬間に崩壊してしまいます。私は、単純なニュースイベントでロボットが口座を飛ばすのを見るのにうんざりし、この「AI Equity Protector」を開発しました。試行錯誤を重ね、資金を守ることに特化させたシステムです。プロップファームの審査に挑むトレーダーや、実際に資金運用を行っている方々にとって、資金保護がいかに重要であるかは言うまでもないでしょう。 Exness   Live Signal >>>> 戦略の仕組み システムの優位性を守るため、中心となる計算式やエントリーロジックは非公開としています。いわば「ブラックボックス」です。しかし、裏側で何が行われているかをお伝えします。このEAはリアルタイムで機関投資家の出来高急増を監視し、市場のノイズを無視します。早く入りすぎるのではなく、明確なブレイクアウトを待ち、厳格な日次トレンド(Daily Bi
    HMA Scalper Pro EA
    Vladimir Shumikhin
    5 (2)
    HMA Scalper Pro EA     は、人気の通貨ペア(EUR/USD、GBP/USD、USD/JPY、AUD/USD、USD/CAD)、金(XAU/USD)、原油(Brent、WTI)、および暗号通貨(BTC、ETH、LTCなど)といった需要の高い金融商品でのアクティブトレードを目的とした多機能ロボットです。 本アルゴリズムの中核には、従来の移動平均(Moving Average)と比較してより明確なシグナルを提供する改良版のHull Moving Average (HMA) が採用されています。アドバイザーは短期的な価格変動に柔軟に対応し、グリッド方式のオーダー設置と高度なリスク管理ツールを活用します。組み込みのビジュアル・パネルにより、取引パラメータの設定および管理が簡素化されています。 HMA Scalper Pro EA   の主な機能と目的 スキャルピング手法 短期的な価格変動に焦点を当て、迅速にエントリーとエグジットの可能性を見極めます。 グリッド方式 価格が逆行した場合に、設定したステップごとに追加オーダーを開き、より有利な平均エントリーポイントを得ること
    Bolt
    Faith Wairimu Kariuki
    BOLT – The Gold Trading Powerhouse BOLT is a next-generation AI-driven gold trading robot built for precision, consistency, and explosive profitability. Powered by the GPT-TURBO Core, BOLT is not just another Expert Advisor — it is a fully intelligent trading system designed to dominate the XAU/USD market with unmatched accuracy. Since its launch in 2024, BOLT has achieved remarkable results — turning an initial 1,000 USD into more than 1.3 million USD, all with 100% verified history quality. It
    Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
    S&P 500スキャルパーアドバイザーは、S&P 500指数で成功したいトレーダーのために設計された革新的なツールです。この指数は、米国の株式市場で最も広く利用され、権威のある指標の一つであり、米国の主要企業500社で構成されています。 特徴: 自動取引ソリューション:     アドバイザーは、高度なアルゴリズムとテクニカル分析に基づいており、変化する市場状況に合わせて戦略を自動的に適応させます。 多目的なアプローチ:     アドバイザーは、インデックスのトレンドの理解、変動価格の分析、利益を最大化しリスクを最小化するアルゴリズムなど、複数の戦略を組み合わせます。 柔軟性とカスタマイズ性:     トレーダーは、取引目標、リスク レベル、取引戦略の好みに合わせて EA 設定をカスタマイズできます。 リスク管理:     アドバイザーは市場を常に監視し、リスクを管理するための対策を講じます。一定の損失レベルに達したときに取引を自動的に終了するように設定することもできます。 透明性と報告:     トレーダーは詳細なレポートと分析にアクセスしてアドバイザーのパフォーマンスを評価し、情報に
    Little mouth
    Wognin David Paul-marie Vangah
    この統計的裁定取引ロボットは、短期的な価格乖離の分析に基づいて自動取引を実行します。システムは、統計的な反転ゾーンを検出するために、1分足(M1)時間枠における価格の移動速度と分散をリアルタイムで監視します。価格が事前に定義された数学的しきい値に達すると、プログラムは逆張りのポジションを開きます。 セント(Cent)タイプ口座向けの戦略の特徴: 証拠金管理:プログラムはセント口座の特性を利用し、多額の資本を必要とせずに市場の変動を許容します。 ポジションの決済:プログラムはストップロス(Stop Loss)保護注文を使用しません。ポジションは、ポイントで表されたテイクプロフィット(Take Profit)によって設定された目標に達したときにのみ決済されます。 計算頻度:数学的分析は、1分足(M1)時間枠の新しいバーが始まるごとに繰り返し実行されます。 技術的機能: 自動化:プログラムは、注文の執行、価格レベルの計算、および利益目標による決済を管理します。 コードの最適化:スクリプトは、MetaTrader 5プラットフォーム上で遅延なく実行されるように開発されています。 推奨される使
    XGen Scalper MT5 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
    ThunderPips is a fully automated trading system designed for MetaTrader 5, optimized for the M5 timeframe on major stable pairs including EURUSD, EURCHF, EURGBP, and AUDNZD. Built with capital protection as the primary goal, the EA integrates six advanced risk management mechanisms to minimize drawdowns while maintaining consistent performance. Key Features Attenuated Martingale: The lot size multiplier dynamically flattens in higher levels (1.35x for levels 1-3, 1.20x for levels 4-6, and 1.0x f
    GHOST SINOBI – Ninja Scalper XAUUSD GHOST SINOBI is a fully automated Expert Advisor (EA) designed for XAUUSD (Gold) using a trend-following strategy with smart filters . Like a ninja, this EA operates fast, precise, and disciplined , delivering consistent profits with strong risk protection. Key Features Optimized for XAUUSD H1 timeframe Ultra-high win rate: 97%+ based on real tick backtests Works with small deposits (starting from $100) and prop firm accounts Full protection: Ad
    Xau Athena Limit Sniper      The Ultimate 1-Shot Limit Sniper – No Grid. No Martingale. Pure Precision. Xau Athena Limit Sniper is a highly-anticipated algorithm designed for traders who value strict capital protection and surgical entry precision. Inspired by top-tier prop-firm strategies, Athena completely eliminates risky grid trading and martingale systems. Instead, Athena uses a sophisticated Pending Limit Order approach. It waits patiently for price to breach algorithmic extremes (Bolling
    Graavity King – Advanced Multi-Strategy Automated Trading System Graavity King is a powerful, professional-grade automated trading system designed for traders who want consistent, disciplined, and emotion-free trading . The bot has been running profitably for the past 6 months , proving its stability, adaptability, and long-term potential across different market conditions. Unlike single-strategy robots, Graavity King operates as a complete trading ecosystem , combining 22 advanced strategies
    The Pullback King (Type 13) The Pullback King is an expert advisor designed for traders who value systematic entry and disciplined risk management. This EA focuses on "Pullback" trading opportunities by combining trend-following indicators with price action confirmation. It is designed to be a reliable assistant for both prop firm challenges and personal account growth. Core Trading Logic The EA utilizes a multi-layered filter system to ensure high-quality entries: Trend Filtering (VIDYA): Uses
    MetaTrader 5用 Forex Bacteria エキスパートアドバイザー Forex Bacteriaは、MetaTrader 5向けに設計された自動エキスパートアドバイザー(EA)です。 有益な細菌が自然界で私たちと共生しているように、私たちも市場と調和的かつ共生的に共存することを目指しています。 これはプラグアンドプレイのEAで、リスク管理の設定を行い、取引したい曜日を選択するだけで使用できます。 過去12年間にわたり主に焦点を当てて最適化されており、AUD/USD、USD/CHF、EUR/USDの3つの主要通貨ペアで最も効果的に動作します。 このEAは、市場状況に基づいたいくつかの戦略を利用して、その取引アプローチを適応させます。 将来のアップデートでは、USD/JPYなどの主要な通貨ペアを含むよう互換性を拡大する予定です。 EA/MT5ターミナルが設置されている場所の設定で、正しいタイムゾーン(UTC)を設定してください。 ポジティブなデイスワップを提供するブローカーを利用してください。 設定で正しいタイムゾーン(UTC)を設定してください。 100%正確な戦略は存在
    !!!New Update May 2026 Setting available for more Profits  !!! (See Album)  New prices available start from 59 USD for 1 month to 299 USD for buying the EA permanently   Total profit by january 2024 - may 2026 is +233.000 USD or +2.330% with 10.000 USD balance at the beginning  Note: the higher balance, more profits. the smaller balance, loss less (hedging) !!!USE THE FOLLOWING SETTING IN THE ALBUM OR SCREENSHOTS!!! contact me on telegram: https://t.me/ +qUG9hsIsP6Q1ZDY1
    English Version: ImpulseHedger XAU Tame the Gold Market with Mathematical Precision. Are you tired of "Grid" EAs that blow your account during long gold trends? Most grid systems fail because they lack a solid exit strategy for explosive moves. ImpulseHedger was specifically designed to turn Gold’s high volatility into a calculated advantage using a hybrid "Impulse Grid" and "Smart Shield" system. Key Features: Extended 7-Level Grid: A conservative lot progression ( $0.01$ to $0.03$ ) de
    Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably wi
    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 style: Intraday
    このプロダクトを購入した人は以下も購入しています
    Quantum Queen MT5
    Bogdan Ion Puscasu
    4.98 (699)
    トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantumエコシステム全体の至宝であり、MQL5史上最高評価とベストセラーを誇るエキスパートアドバイザーです。20ヶ月以上のライブトレード実績により、XAUUSDの揺るぎない女王としての地位を確立しました。 私の専門は?ゴールドです。 私の使命は?一貫性があり、正確で、インテリジェントな取引結果を繰り返し提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引 価格。10 点購入ごとに50ドルずつ値上がりします。最終価格1999ドル ライブシグナルICマーケット:   こちらをクリック ライブシグナルVTマーケット:   こちらをクリック Quantum Queen mql5 パブリックチャンネル:   こちらをクリック クォンタムクイーンの軽量版で、より手頃な価格の クォンタム
    Quantum Athena
    Bogdan Ion Puscasu
    5 (83)
    クォンタム・アテナ ― 経験から生まれた精密さ トレーダーの皆さん、こんにちは!私は クォンタム・アテナ です。伝説のクォンタム・クイーンの軽量版で、今日の市場環境に合わせて改良・再設計されました。 私は何でもできる人間になろうとはしない。 私は今、うまくいっていることに集中します。 私の専門分野は?金です。私の使命は?正確さを核とした、鋭く効率的で、インテリジェントに最適化された取引パフォーマンスを提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格   価格 。       10個購入するごとに価格が50ドルずつ上がります。最終価格は1999ドルです。 ライブシグナルIC市場:       ここをクリック ライブシグナルVTマーケット:       ここをクリック Quantum Athenaのmql5公開チャンネル:       ここ
    Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
    Zerqon EA
    Vladimir Lekhovitser
    5 (6)
    リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2372719 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く Zerqon EA は、XAUUSD 取引専用に設計された適応型エキスパートアドバイザーです。 この戦略は、ONNX を通じて統合された Deep LSTM ニューラルネットワークモデルに基づいており、市場の連続的な動きを処理し、価格変動を構造的に分析することを可能にしています。 モデルは、金価格の動き、ボラティリティ、および時間的条件における特定のパターンを識別することに重点を置いています。 固定的な従来型シグナルを使用する代わりに、EA は学習済みニューラルネットワークフレームワークを通じて市場を分析し、適切な条件が検出された場合にのみ取引を実行します。 Zerqon EA は継続的に取引を行うわけではありません。 まったく取引が行われない期間もあれば、適した XAUUSD 市場局面では短時間に
    重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1999ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 1499 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、I
    Goldwave EA MT5
    Shengzu Zhong
    4.72 (67)
    リアルトレード口座   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA は、MQL5 上で検証済みのリアルトレードシグナルと、完全に同一の取引ロジックおよび執行ルールを使用しています。推奨された最適化済み設定を使用し、信頼性の高い ECN / RAW スプレッドのブローカー (例:IC Markets または TMGM) で運用した場合、本 EA のリアルトレード挙動は、当該ライブシグナルの取引構造および執行特性に極めて近い形で設計されています。ただし、ブローカーごとの取引条件、スプレッド、約定品質、ならびに VPS 環境の違いにより、個々の結果が異なる可能性がある点にご注意ください。 本 EA は数量限定で販売されています。現在、残りのライセンスは 2 件のみで、価格は USD 999 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き下げ)も使用
    TwisterPro Scalper
    Jorge Luiz Guimaraes De Araujo Dias
    4.47 (117)
    取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 ライブシグナル モード 2 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 2つのモード: • モード1(推奨)— 非常に高い精度、週数回の取引。資金保護と規律ある取引のために設計。 • モード2(ショートSL)— ストップロスが大幅に短く、モード1より多くの取引。個々の損失は最小限。リスクを管理しながら市場への露出を増やしたいトレーダーに最適。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exness Raw | Vantage | Fusion Markets 購入後、以下
    The Gold Reaper MT5
    Profalgo Limited
    4.46 (101)
    プロップしっかり準備完了!   (   SETFILEをダウンロード ) WARNING : 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングス
    Quantum King EA
    Bogdan Ion Puscasu
    5 (204)
    Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT4バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 正確さと規律をもって取引を管理します。 Quantum King EA は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
    このEAは、第三者の販売業者、アフィリエイト、または別の配布チャネルを通じて販売していません。 モニタリング -  ライブシグナル 公開チャンネル - こちら このEAは2つのシンボルを取引し、それらの間の短期的な不均衡を探します。シンボルが通常の関係から外れて動いた場合、EAは取引を開始し、不均衡が小さくなった時に決済できます。 これはグリッドEAではありません。マーチンゲールではありません。EAは多くの回復注文を開きません。各シンボルにつき1ポジションのみを使用します。 含み損のまま何日もポジションを保有するために作られたものではありません。 EAは取引を開始する前にフィルターを使用します。市場条件が良くない場合、取引をスキップできます。 EA入力: メイン取引シンボル - 取引に使用される最初のシンボル。 セカンダリーシンボル - 比較と取引に使用される2番目のシンボル。 分析タイムフレーム - 計算に使用されるタイムフレーム。 履歴データの深さ - EAが計算のために確認するローソク足の数。 Entry Threshold - EAが取引を開始する前に必要な不均衡の強さ。値が高
    Chiroptera
    Rob Josephus Maria Janssen
    4.53 (45)
    Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
    Quantum Bitcoin EA
    Bogdan Ion Puscasu
    4.83 (123)
    Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 残り100部のうち80部のみ Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bitcoin EA は H1 時間枠で成功し、市場の勢いの本質を捉
    Gold Snap
    Chen Jia Qi
    5 (12)
    Gold Snap — ゴールド向け高速利益獲得システム 実績シグナル v2.0: https://www.mql5.com/en/signals/2379945 ライブシグナル: https://www.mql5.com/en/signals/2362714 ライブシグナル2: https://www.mql5.com/en/signals/2372603 現在の価格で購入できるのは残り3本のみです。価格はまもなく799ドルに値上げされます。 重要:残り3本です。まもなく値上げ予定です。 購入後、ユーザーガイド、推奨設定、使用上の注意、およびアップデートサポートを受け取るため、必ずプライベートメッセージでご連絡ください。 https://www.mql5.com/en/users/walter2008 製品アップデートやトレード情報を受け取るため、ぜひ MQL5 チャンネルにご参加ください。 https://www.mql5.com/en/channels/tendmaster Gold House の長期的な開発と実運用での検証を通じて、ゴールド市場におけるブレイクアウト戦略の有
    Scalper speed with sniper entries. Built for Gold. Summer sale  499 USD  only |   regular   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry confirmation) to only en
    NEXORION: Initium Novum — 決定論的ロジックとアルゴリズムの統合 NEXORION は、厳密な流動性処理数学アルゴリズムに基づいた機関投資家レベルの分析コンプレックスです。本プロジェクトの中核概念は「計算の透明性」にあります。このエキスパートアドバイザー(EA)は、混沌とした価格フィードを構造化された幾何学的ゾーンへと変換し、意思決定プロセスを取引チャート上に直接可視化します。 リアルタイム・モニタリング https://www.mql5.com/es/signals/2372338 システム技術仕様 取引銘柄: XAUUSD (Gold) 運用タイムフレーム: H1 手法: 機関投資家流動性分析および決定論的ロジック (Institutional Liquidity Analysis & Deterministic Logic) 意思決定基盤: 流動性プールと均衡レベルの数学的算出 数学的アーキテクチャと可視化 システムの主要な革新は、Dynamic Computation Mapping(動的計算マッピング)にあります。アルゴリズムは単に価格を分析するので
    Byrdi
    William Brandon Autry
    5 (19)
    BYRDI。マルチアセット・メッシュ・トレーディング・インテリジェンス。 ほとんどのEAは一度に1つのチャートで取引します。 BYRDIはネットワークを稼働させます。 各チャートが1つのノードになります。各ノードは、独自のシンボル、口座、ブローカー、AIモデル、リスクプロファイル、ポジション管理モードで取引できます。メッシュがそれらを1つの協調したシステムへと結び付けます。 FX。ゴールド。金属。指数。暗号資産。原油。ブローカーが対応する場合は合成商品も。 1人のトレーダー。多くの市場。1つの協調したメッシュ。 現在のプロモーション。BYRDIには、アクティブなボーナス期間中、Mean Machine Oneの無料アクティベーション1回とAiQの無料アクティベーション1回が含まれます。 新しいカテゴリー 従来のEAは孤立したシステムです。 1つのターミナル。1つのシンボル。1つの判断。ポートフォリオの残りについての認識はありません。 BYRDIは違います。 BYRDIはトレーディング・インテリジェンスを複数のターミナル、ブローカー、口座、市場にわたって分散させます。各ノードは独立して
    Lizard
    Marco Scherer
    4.81 (21)
    LIZARD とは? Lizard は、MetaTrader 5 の XAUUSD(ゴールド)専用に開発された完全自動の Expert Advisor です。マルチストラテジーのスイングブレイクアウトシステムを使用し、チャート上の重要な構造レベルを特定して、精密に計算されたエントリーポイントに逆指値の待機注文を配置します。マーチンゲールなし。グリッドなし。ナンピンなし。 すべての取引には明確な Stop Loss と Take Profit が設定され、多層的なイグジットシステムによって24時間自動的に管理されます。 ライブシグナル - 購入前に実際のパフォーマンスを確認: https://www.mql5.com/en/signals/2372821 仕組み Lizard は H1 時間足で XAUUSD チャートを継続的にスキャンし、重要なスイングハイとスイングローを探します。有効な構造が特定されると、そのレベルから調整された距離に Buy Stop または Sell Stop の待機注文を配置します。トリガーには単なる価格のタッチではなく、本物のブレイクアウトが必要です。 このア
    Cortex Aurex
    Vladimir Mametov
    5 (1)
    本EAはMetaTrader 5向けに開発された完全自動売買システムであり、ゴールド(XAUUSD)専用に設計されています。そのロジックは、金市場の特徴である急激な価格変動、鋭い反転、高いボラティリティを前提に構築されています。本EAは、反応速度・規律・精密なポジション管理が特に重要となる環境での自動売買を可能にします。 本システムは、規律あるトレード管理、市場変化への迅速な対応、そしてコントロールされた決済を重視しています。基本的な考え方はシンプルで、トレーリングストップを用いて利益を伸ばしつつ、すべてのポジションを固定ストップロスで保護し、さらにM1時間足で逆シグナルが発生した場合には損失トレードを早期にクローズできる設計となっています。 シグナル:  https://www.mql5.com/en/signals/2378776 Official Cortex Aurex community 特別ローンチ価格: 現在の価格は最初の20本の販売にのみ適用されます。20本販売後、EAの価格は 100 USD 上昇し、 599 USD となります。 コアコンセプト 本EAは、ゴールド
    Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpin
    Pulse Engine
    Jimmy Peter Eriksson
    4.21 (29)
    最新情報 - 現在の価格で入手できるのは残りわずかです! このシステムの主な目的は、リスクの高いマルチンゲールやグリッドを使用せずに、長期的なライブパフォーマンスを実現することです。  現在の価格での販売部数は非常に限られています。 最終価格 1499ドル 【ライブシグナル】    |    【バックテスト結果】    |    【設定ガイド】    |    【FTMO結果】 取引への新たなアプローチ Pulse Engineは、インジケーターや特定の時間枠を一切使用しません。MQL5上の他のどのトレーディングシステムも採用していない、非常にユニークなアプローチを採用しています。 この手法は、日中の方向性パターンに基づいて取引を行います。これらのパターンは、私が長年開発・改良を重ねてきた独自のパターン認識ソフトウェアを用いて発見したものです。 このソフトウェアにより、市場が過去に特定の方向に強い動きを示した時間帯を特定することができます。 市場ごと、そして曜日ごとに、それぞれ独自の動きがあります。 この手法が非常に強力な理由は、市場がトレンドにあるのか、反転しているのか、あるい
    Gold House MT5
    Chen Jia Qi
    4.65 (54)
    Gold House — ゴールド・スイングブレイクアウト取引システム ライブシグナル: アダプティブモード: https://www.mql5.com/en/signals/2379287 利益優先モード: https://www.mql5.com/en/signals/2359124 BE(損益分岐)優先モード: https://www.mql5.com/en/signals/2372604 重要:購入後、推奨パラメータ、使用説明、注意事項、使用のヒントを受け取るために、必ずプライベートメッセージをお送りください。 (MQL5 メッセージ):   https://www.mql5.com/en/users/walter2008 最新情報をお届け — MQL5チャンネルに参加して、製品アップデートやトレードのヒントを受け取りましょう。 リンクを開き、ページ上部の「購読」ボタンをクリックしてください: Click to Join このEAは、私たちのチームの内部リアル取引口座から生まれました。7年間のヒストリカルデータで開発・検証し、実際の市場パフォーマンスで確認した後に公開を決
    Quantum Valkyrie
    Bogdan Ion Puscasu
    4.6 (152)
    クォンタムヴァルキリー - 精密、規律、実行 割引   価格。10 回購入するごとに価格が 50 ドルずつ上がります。 ライブシグナル:   こちらをクリック Quantum Valkyrie MQL5 パブリックチャンネル:   こちらをクリック ***Quantum Valkyrie MT5 を購入すると、Quantum Emperor または Quantum Baron を無料で入手できます!*** 詳細については、プライベートでお問い合わせください! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      こんにちは、トレーダーの皆さん。 私は Quantum Valkyrie です。正確さ、規律、そして制御された実行で XAUUSD にアプローチできるように構築されています。 数ヶ月間、私のアーキテクチャは舞台裏で洗練され続けました。変動の激しいセッシ
    ZenQ AI EA
    Valentina Zhuchkova
    5 (4)
    ZenQ AI EA — MetaTrader 5向け インテリジェント自動売買システム ZenQ AI EAは、アルゴリズム取引、人工知能技術、プロフェッショナルな市場分析、高度なリスク管理を統合した次世代の自動売買システムです。 このEAは独自の内部ロジックに基づいて完全自動で動作するよう設計されています。ほとんどの場合、複雑な設定や継続的な監視は必要ありません。EAをインストールし、ご希望のリスクレベルを選択するだけで、システムが自動的に取引を行います。 リアルトレードシグナル 実際の取引結果は以下の公開シグナルで確認できます。 https://www.mql5.com/ru/signals/2375993 このシグナルでは、実際の市場環境におけるシステムのパフォーマンスを確認することができます。 なお、結果はブローカー、口座タイプ、レバレッジ、約定品質、スプレッド、手数料、スリッページ、市場環境などによって異なる場合があります。 限定販売 ZenQ AI EAは限定数のみ販売されています。 製品の独自性を維持し、既存ユーザーの取引環境を保護するため、ライセンス数は予告なく削減さ
    XG Gold Robot MT5
    MQL TOOLS SL
    4.27 (107)
    The XG Gold Robot MT5 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 Action, Cycle S
    Quantum Emperor MT5
    Bogdan Ion Puscasu
    4.86 (506)
    ご紹介     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 が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
    DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
    Impulse MT5
    Simon Reeves
    5 (12)
    Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A five-strategy gold EA that waits for the perfect shot. Live Signal (High Risk) Vantage AU:  https://www.mql5.com/en/signals/2375861 Live Signal (Medium Risk) Vantage AU:  https://www.mql5.com/en/signals/2380200 Impulse is a momentum grid EA designed exclusively for XAUUSD, combining five independently developed entry strategies into a single unified grid framework. 5 momentum-based strategies | Two-sided trend partici
    Aureum Quant
    PETER OMER M DESCHEPPER
    5 (1)
    MQL5市場におけるアルゴリズム取引の最高峰へようこそ。Aureum Quantは、金(XAUUSD)市場を制覇するために特別に設計された、高度なエキスパートアドバイザーです。このシステムは、一貫性、インテリジェントなリスク管理、そして精密な取引執行を求める投資家のために設計されています。 ミッションはシンプルです。人間の感情を排除し、実績のある定量的なロジックに基づいて、構造化された高確率の取引結果を提供することです。 現在、プロモーション価格でご提供しています。ライセンスを10個取得するごとに、価格が自動的に50ドル上昇します。最終価格:$1999 ライブシグナル(IC Marketsスタンダードアカウント): こちらをクリック Aureum Quantパブリックチャンネル: こちらをクリック Aureumアーキテクチャ:市場適応のために構築     ダイナミックな戦略エコシステム:20種類の組み込みサブ戦略によって支えられています。 これらのモジュールは完全に同期して動作します。市場環境が変化し、ある戦略が時代遅れになると、別の戦略が作動し、システムが様々なボラティリティレ
    GoldSpire MT5
    Mohamed Gaith Mouzeik
    5 (4)
    GoldSpire MT5 は、MetaTrader 5 向けに開発されたプロフェッショナルな Grid / Basket Expert Advisor であり、XAUUSD / Gold の取引に特化しています。EA は、制御されたグリッド管理、適応型マーケットフィルター、内蔵された保護機能を組み合わせ、取引サイクルを構造的かつリスクを意識した形で管理します。 Live Signal: https://www.mql5.com/ja/signals/2377351 GoldSpire MT5 は、常にポジションを開き続ける単純なグリッドロボットではありません。EA は現在の市場環境を分析し、さまざまな市場レジームに合わせて動作を調整します。落ち着いた相場では新しい basket を選択的に開始し、不明確・高ボラティリティ・高リスクな状況では追加フィルターによって取引活動を制限できます。 特に重視しているのはグリッドコントロールです。新しい grid level を開く前に、GoldSpire MT5 は市場構造、逆方向の動き、spread、ボラティリティ、リスクなど複数の条件を確認し
    BB Return mt5
    Leonid Arkhipov
    4.61 (119)
    BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   Global   update   on   June   14th   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は
    作者のその他のプロダクト
    No Wick Candle Scanner is a powerful, lightweight tool built for MetaTrader 5 designed to isolate pure market momentum. In trading, candles that close without an upper or lower tail (wick) represent absolute dominance by buyers or sellers. This indicator scans your charts in real-time, instantly flagging these high-probability momentum bars with clean visual markers, allowing you to catch strong trend continuations and sudden breakouts with ease. Key Advantages & Features: 6-in-1 Filtering Matr
    FREE
    M1 HFT OCO is a fully automated scalping Expert Advisor for MetaTrader 5, non-martingale strategy and designed to trade any symbol on the M1 timeframe. It places a pair of pending Buy Stop and Sell Stop orders at the start of every new candle, captures the breakout in whichever direction price moves, and manages the trade automatically from entry through to exit — including a smart trailing stop that locks in profit as the move continues. Every feature was designed with live execution in mind.
    Propfirm Master is a fully automated Expert Advisor built specifically for traders who participate in prop firm challenges on MetaTrader 5. It uses a high/low breakout strategy — placing a BuyStop and a SellStop on every new bar — and manages each trade automatically from entry to exit. A built-in risk engine monitors your daily profit and loss limits in real time, closes all trades the moment a limit is hit, and locks trading for the rest of the day — so you never violate your challenge rules b
    Trend Filter Line is a trend-following tool designed to help traders identify the market's core direction with surgical precision. Based on the popular Two-Pole Filter logic, this indicator eliminates market "noise" and provides a clear, color-coded visualization of the prevailing trend. Whether you are a scalper, day trader, or swing trader, the Trend Filter Line Pro acts as your primary decision-making filter—ensuring you never trade against the momentum. How It Works The indicator uses a s
    FREE
    M1 Gold Hedge A breakout and hedge recovery Expert Advisor designed for Gold (XAUUSD) . The EA places directional breakout orders aligned with the H1 trend bias. When a position moves against you, a recovery position opens in the opposite direction at a larger lot size. All positions are managed as a single basket and close automatically when the profit target is reached. Fully compatible with both netting and hedging account types. How It Works Entry At the start of each cycle the EA scans the
    M1 Scalper Sniper: The Ultimate Trend & Volume Visualizer Trading the 1-minute (M1) timeframe can be a nightmare of market noise and "fakeouts," especially on volatile assets like Gold (XAUUSD) and Bitcoin (BTCUSD) . The M1 Scalper Sniper was engineered to solve this problem by combining institutional volume analysis with ultra-smoothed price action. Unlike standard indicators that lag or clutter your screen, the M1 Scalper Sniper uses a wickless "brick" system to show you the "meat" of the tr
    Trend Friend Gold is a fully automated channel breakout Expert Advisor for MetaTrader 5, non-martingale strategy designed to take the emotion out of trading by following a disciplined. Trend-following breakout strategy specifically for Gold (XAUUSD). At the open of every new candle it measures the recent price channel, waits for a valid confirmed breakout in either direction, and enters a trade with precision — managing it automatically from entry through to exit with a configurable trailing sto
    Dai Dai is a fully automated grid Expert Advisor for MetaTrader 5, built based on Stochastic divergence entries and a dynamically spaced grid that adapts to live market volatility. It opens the first position only when a confirmed divergence signal appears, then manages the open basket automatically — adding grid orders as price moves against it and closing the entire basket the moment a combined profit target in dollars is reached. The EA offers a choice between Martingale lot scaling and a fix
    フィルタ:
    Jason F.
    75
    Jason F. 2026.03.19 03:22 
     

    Don't let yourself be fooled by the backtests he posted! Forward testing on demo proves otherwise. This EA offers is nothing but a software with a bunch of combination of options for you to fail in the short run or in the long run.

    edwinti
    499
    edwinti 2026.03.13 15:02 
     

    ユーザーは評価に対して何もコメントを残しませんでした

    Sbrasedefogo
    80
    Sbrasedefogo 2026.03.11 10:03 
     

    scam

    Vikaas Yadavv
    27
    Vikaas Yadavv 2026.02.10 12:25 
     

    I would like to give my honest and highest recommendation to Achmad Benny for his M1 Gold Scalper EA. This EA is a highly refined and well-engineered algorithm, designed specifically for XAUUSD scalping with hedging. The bot takes calculative and precise trades, not random entries. It comes with fully automatic Take Profit and Stop Loss, along with dynamic trailing of both TP and SL, which makes trade management extremely efficient and stress-free. One of the best features is automatic lot sizing, which intelligently adjusts according to the available account balance and funds. This makes the EA suitable for different account sizes while maintaining proper risk control. The scalping logic on the M1 timeframe is smooth, fast, and well-balanced, allowing it to capture multiple opportunities without overtrading. What truly sets this EA apart, however, is Benny himself. His support, dedication, and helpfulness are exceptional. He is always responsive, patiently answers every doubt, and genuinely helps users understand the EA and optimize its performance. Such after-sales support is rare and extremely valuable in the algo trading space. Overall, this is a top-quality Gold scalping EA backed by a highly professional and supportive developer. I am fully satisfied and highly recommend Achmad Benny and his EA to anyone serious about automated Gold trading. Trustworthy EA. Solid logic. Excellent support. Highly recommended.

    レビューに返信