PrecisionGold PRO Smart Fractal Breakout EA

3.5
  • エキスパート
  • Khac Thanh Bui
    Khac Thanh Bui
    👨‍💻 MQL5開発者 & アルゴリズムトレーディングスペシャリスト
    📍 ベトナム、ハノイ | 2018年からのアクティブトレーダー
    トレードのロジックをアルゴリズムの精度へ。実践的なトレードのニーズとハイエンドなソフトウェア開発の架け橋となり、FXとゴールド向けのプロフェッショナルツールを開発しています。
    私の開発物:
    - ⚙️ アルゴリズムシステム:プロップファーム(Prop-Firm)の厳しい基準を満たすロジック(安全なブレイクアウト、マーチンゲールなし)から、ダイナミックで高利回りのエンジン(スマートグリッド/DCA)まで提供します。
  • バージョン: 1.30
  • アップデート済み: 27 3月 2026
  • アクティベーション: 5

PrecisionGold PRO

An automated trading system for MetaTrader 5 that combines fractal breakout entries with a dual EMA trend filter and ADX momentum confirmation, designed for XAUUSD on the H1 timeframe.

PrecisionGold PRO is an Expert Advisor built around a fractal breakout strategy applied to Gold (XAUUSD). It identifies confirmed price fractals on H1, validates the breakout direction against a dual EMA trend computed on H4, and requires minimum ADX momentum and 24-hour volatility before placing a pending stop order. Risk per trade is calculated as a percentage of account balance or equity, with stop loss and take profit levels set dynamically using ATR. The EA manages open positions with an optional trailing stop and break-even mechanism, and includes a built-in dashboard for real-time monitoring.

 

Overview

On each new H1 bar, the EA scans for the most recent confirmed fractal high or low within a configurable lookback window. A fractal is considered valid when a specified number of bars on both sides of the pivot point are lower (for a high fractal) or higher (for a low fractal) than the pivot bar. The direction of the trade is determined by the relationship between the fast EMA and slow EMA on H4: a bullish configuration requires price to be above the fast EMA, which itself must be above the slow EMA; a bearish configuration applies the opposite condition.

Once a valid fractal and a confirmed trend direction are identified, the EA checks that the ADX reading on H1 exceeds the configured minimum level and that the 24-hour high-low range meets the minimum volatility threshold. If all conditions are satisfied and no open position exists, a pending stop order is placed beyond the fractal level with an offset, using ATR-based stop loss and take profit distances. Zone and total pending order limits prevent duplicate orders from accumulating near the same price level.

At each H4 bar close, the EA reviews existing pending orders. If the trend direction has reversed since the last bar, all pending orders are cancelled and the signal logic runs again. If only the fractal level has shifted, orders misaligned with the new fractal are cancelled and replaced. If neither has changed and no orders are active, the EA places a fresh order. This conditional review avoids unnecessary order churn while keeping the order book aligned with current market structure.

 

Key Features

  • Fractal breakout entry: Pending stop orders are placed above confirmed fractal highs for buy entries and below confirmed fractal lows for sell entries, with a configurable offset to reduce false triggers at the fractal level itself.
  • Dual EMA trend filter on H4: Entry direction is restricted to align with the H4 trend, defined by the relative position of a fast and slow EMA and the current closing price. Trades against the trend are not placed.
  • ADX and volatility gates: The EA requires a minimum ADX reading on H1 and a minimum 24-hour price range before any order is placed, filtering out low-momentum and low-volatility conditions.
  • ATR-based stop loss and take profit: Both the stop loss and take profit distances are calculated as multiples of the H1 ATR reading, with configurable minimum and maximum pip limits for the stop loss.
  • Conditional pending order management on H4: The EA reviews and rebuilds pending orders only when the trend or fractal level actually changes, avoiding unnecessary cancellations during stable market conditions.
  • Trailing stop and break-even: An optional trailing stop activates once profit exceeds a configurable ATR multiple and steps forward in ATR increments. An independent break-even feature moves the stop loss to the open price plus a configurable pip buffer once a separate ATR profit threshold is reached.
  • Risk-based lot sizing: Lot size is calculated from the stop loss distance and a percentage of account balance or equity, with user-defined minimum and maximum lot limits and a margin check before every order.
  • Session filter and daily trade limit: Trading is restricted to a configurable GMT session window, with optional weekend avoidance. A daily trade count based on executed deals prevents overtrading within a single session.

 

How It Works

On each new H1 bar, the EA checks whether the trading session and daily trade count allow a new entry. It then reads the latest indicator values and searches for a confirmed fractal within the lookback window. The trend direction is evaluated from the H4 EMA configuration, and the ADX and volatility readings are checked. If all conditions pass and no open position is active, a pending stop order is placed at the fractal level plus the entry offset, with stop loss and take profit calculated from the current ATR. After execution, the trailing stop and break-even logic run on every tick to manage the open position. At each H4 bar close, the pending order book is reviewed against the current trend and fractal state, with selective cancellation and replacement applied where needed.

 

Recommended Settings

The EA is designed primarily for XAUUSD on H1 with H4 as the trend timeframe. A spread limit of 100 points or above is recommended for Gold to avoid filtering out valid trading conditions during normal market hours. An ECN account type with a low base spread is preferable. A VPS is recommended to ensure uninterrupted execution and accurate pending order management across H1 and H4 bar transitions.

 

Input Parameters

Strategy Settings

  • Magic number — Unique identifier for this EA's orders — Default: 10001
  • Order comment — Comment attached to each trade — Default: PrecisionGold
  • Maximum spread — Maximum allowed spread in points before trading is paused — Default: 40

Risk Management

  • Risk per trade — Percentage of account balance or equity risked per trade — Default: 0.1
  • Risk base — Use equity (true) or balance (false) for lot size calculation — Default: false
  • Maximum lot size — Upper lot size limit regardless of risk calculation — Default: 0.1
  • Minimum lot size — Lower lot size limit — Default: 0.01

Entry Settings

  • Left bars — Number of bars to the left that must be lower (high fractal) or higher (low fractal) than the pivot — Default: 5
  • Right bars — Number of confirmed closed bars to the right of the pivot — Default: 2
  • Fractal lookback — Number of H1 bars to search for a valid fractal — Default: 30
  • Minimum fractal distance — Minimum distance in pips between the fractal and current price — Default: 5.0
  • Entry offset — Additional pips beyond the fractal level where the pending order is placed — Default: 2.0

Trend Filter

  • Fast EMA period — Period for the fast EMA on the trend timeframe — Default: 50
  • Slow EMA period — Period for the slow EMA on the trend timeframe — Default: 200
  • Trend timeframe — Timeframe used for EMA trend evaluation and pending order review cycle — Default: H4

Momentum Filter

  • ADX period — Calculation period for the ADX indicator on H1 — Default: 14
  • Minimum ADX level — Minimum ADX reading required before placing an order — Default: 20.0
  • ATR period — Calculation period for the ATR indicator on H1 — Default: 14
  • Minimum volatility — Minimum 24-hour high-low range in pips required to allow entry — Default: 40.0

Exit Management

  • Stop loss ATR multiplier — Stop loss distance expressed as a multiple of ATR — Default: 2.5
  • Take profit ATR multiplier — Take profit distance expressed as a multiple of ATR — Default: 5.0
  • Minimum stop loss — Minimum stop loss distance in pips — Default: 100.0
  • Maximum stop loss — Maximum stop loss distance in pips — Default: 300.0

Trailing Stop

  • Enable trailing stop — Activate the trailing stop mechanism — Default: true
  • Trail activation — Profit threshold in ATR multiples required to start trailing — Default: 3.0
  • Trail step — Step size for trailing stop adjustments expressed as an ATR multiple — Default: 2.0

Break Even

  • Enable break even — Activate the break-even stop loss mechanism — Default: false
  • Break even activation — Profit threshold in ATR multiples required to activate break even — Default: 2.0
  • Locked profit at break even — Minimum pip buffer above the open price locked in when break even activates — Default: 50.0

Trading Filters

  • Use session filter — Restrict trading to a defined GMT time window — Default: true
  • Session open — Session start time in GMT (hh:mm format) — Default: 07:00
  • Session close — Session end time in GMT (hh:mm format) — Default: 21:00
  • Avoid weekend — Prevent new orders from Friday evening through Sunday — Default: true
  • Weekend start time — GMT time on Friday from which trading is suspended — Default: 22:00
  • Maximum daily trades — Maximum number of executed entries allowed per day — Default: 10
  • Minimum gap between trades — Minimum minutes between two consecutive trade executions — Default: 30

Pending Order Control

  • Maximum orders per zone — Maximum pending orders allowed within the same price zone radius — Default: 3
  • Zone radius — Price zone radius in pips used to detect duplicate pending orders — Default: 3.0
  • Maximum total pending orders — Maximum total pending orders allowed for this EA at any time — Default: 10

Dashboard

  • Show dashboard — Display the real-time monitoring panel on the chart — Default: true

 

Past performance in backtesting does not guarantee future results. All trading involves risk. Test thoroughly on a demo account with your broker's conditions before running on a live account.

レビュー 3
ABDIRIZAK_123
21
ABDIRIZAK_123 2026.01.01 17:51 
 

The seller was supportive and the bot works well thank you Tomy.

おすすめのプロダクト
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
Introducing Neural Bitcoin Impulse - an innovative trading bot created using neural network training technology on voluminous market data sets. The built-in mathematical model of artificial intelligence searches for the potential impulse of each next market bar and uses the resulting patterns of divergence and convergence between the predictive indicators and the price to form high-precision reversal points for opening trading positions. The trading robot is based on the Neural Bar Impulse ind
This MT5 AI Auto Trading EA is a fully automated trading system that reads market behavior using RSI, Bollinger Bands, ATR, and trend-based moving averages to understand whether the market is moving up or down. It also looks at long-term price behavior from the past few months to support its decision-making and reduce false trades. When the market shows a clear upward trend, it automatically places buy orders, and when the trend is downward, it places sell orders. Each trade is managed with a fi
FREE
Axiom Gold
AC INTERNATIONAL LLC
5 (5)
AXIOM GOLDは、MetaTrader 5向けに開発されたXAU/USD専用のExpert Advisorです。 10個の連携されたゴールド・ブレイクアウト戦略、5つの事前定義済み設定、そして体系化された口座保護ルールを中心に構築されています。 マーチンゲールなし。グリッドなし。スキャルピングなし。 損失回復型システムではなく、構造化されたゴールド自動売買を好むトレーダー向けに設計されています。 AXIOM GOLD購入後 、推奨セットアップガイドを受け取るために、MQL5のメッセージシステムを通じて個別にご連絡ください。 早期アクセス価格 価格は最終価格に達するまで、 15件の購入 ごとに $100 ずつ上昇します。 最終価格: $1,990 公式リソース ライブ結果 完全版バックテストレポート 公式セットアップ&ユーザーガイド 得られるもの MetaTrader 5向けのXAU/USD H1専用Expert Advisor。 1つのシステム内で稼働する10個の連携されたゴールド・ブレイクアウト戦略。 さまざまな口座サイズとドローダウン許容度に対応する
Gold Trend EA – Automated Trend & Market Structure Trading for MT5 Gold Trend EA is an automated Expert Advisor developed for trading XAUUSD and other financial instruments using a combination of technical indicators, market structure analysis, and configurable risk management tools. The EA combines multiple confirmation methods to analyze trend direction, momentum, volatility, and price structure before executing trades. It is designed for traders who prefer structured automated trading with f
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Cyber Druid Hollowgate AI (MT5) [Subtitle: Donchian Breakout | Ichimoku Cloud | Silent Fortress Safety] Introduction Cyber Druid Hollowgate AI is an advanced Trend-Following system designed to capture massive market expansions. It combines the ancient wisdom of the Druid (Ichimoku Cloud Trend Filter) with the precision of the Hollowgate (Donchian Channel Breakout). The result is a strategy that ignores market noise and only engages when
SUPREMACY BTCUSD – 攻撃性と耐久性を融合したハイブリッド・スキャルピングマーチンEA SUPREMACYは、BTCUSD専用に設計されたスキャルピング特化型マーチンゲールEAでありながら、長期運用に耐えうる堅牢性を兼ね備えたハイブリッド型の自動売買システムです。一般的に「スキャルピング」と「マーチンゲール」、そして「長期耐久性」は相反する要素とされがちですが、本EAはそれらを高次元で融合させることに成功しています。 まず本EAの核となるのは、BTCUSDという極めて高いボラティリティを持つ市場に最適化された高速スキャルピングロジックです。短期的な価格変動を精密に捉え、わずかな値幅でも確実に利益を積み上げる設計となっており、細かな利確を繰り返すことで安定した収益曲線を形成します。一般的なスキャルピングEAと比較しても、エントリーの精度と約定後の処理スピードに重点が置かれており、無駄なポジション保持を極力排除しています。 一方で、SUPREMACYは単なるスキャルピングEAに留まりません。相場が逆行した際には、独自設計のマーチンゲールロジックが作動します。ここで採用されて
EMA Cross RSI TurboTrader Automated EMA and RSI Trading System with Trend Filtering and Risk Management Short Description EMA Cross RSI TurboTrader is an automated MetaTrader 5 trading system combining EMA crossover analysis, RSI filtering, trailing stop management, and market-safe order handling for structured trend-following execution. Overview EMA Cross RSI TurboTrader is an automated trading system designed for trend-following and momentum-based execution across multiple market conditions. T
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Synthetic Supreme Reason AI (MT5) [Subtitle: Ichimoku Cloud | Internal Vortex | Sanctum Shield Safety] Introduction Synthetic Supreme Reason AI is a hybrid trend-following construct designed to trade with the supreme logic of a synthetic mind. It fuses the structural authority of Ichimoku Kinko Hyo with the directional force of an internal Vortex Reason algorithm. By smoothing price action with Heiken Ashi logic and gating entries throu
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
LIMITED LAUNCH PROMOTION — ONLY $49  5/10  (regular price $499 after 10 sales) Private Group support   https://www.mql5.com/en/messages/032629a87fdbdc01 Welcome to QuantumSlayer QuantumSlayer is a   disciplined, chart-forward Expert Advisor   built for traders who want   clarity over chaos —clean entries, defined risk, and management you can actually explain to yourself after the trade, not a mystery box that only “worked in a screenshot.” Marketed for serious   Gold (XAUUSD)   work (and us
This algorithm uses statistically justified comparison of historical prices, moving average and output values of Williams R and Stochastic indicators in order to take decision whether it is necessary to open a position. Prior to giving birth to a new EA, this logic was created as a result of usage of stochastic methods and then tested on historical data and checked with Monte Carlo method, which, of course, does not guarantee any results in the future. The bot is designed to trade during evening
資産保全を最優先に、利益も追求 本EAは資産を守ることを第一に考えながら、 年間平均 +24.5% の成長 (条件により変動)を記録した設計です。 レンジ判定等の堅牢な4つのフィルター により、 月あたり0~数本という超厳選エントリー 。 長期安定を実現しつつ、取引量が小さい時間帯や日次利益目標の達成後には さらに超堅牢モードへ自動移行 。 余計な取引を避け、資産を守りながらも 着実な成長を追求 します。 特徴 資産保全を最優先 :過剰な取引を徹底的に排除 年間平均 +24.5% の成長実績 (バックテストの一例) レンジ判定等の堅牢な4つのフィルター により、月0~数本の厳選エントリーで長期安定を実現 超堅牢モード搭載 :取引量が小さい時間帯や日次利益目標達成後は、さらに厳格な条件へ移行 こんな方におすすめ 資産を守りながら、長期的な複利成長を狙いたい方 低頻度でも安心して運用したい方 (月0~数本でもOKな方) 過去に高頻度EAで破綻を経験し、堅実な設計を求めている方 裁量に頼らず、システムに任せて再現性のある運用をしたい方 短期的な爆発利益より、安定した年間リターンを重視する方
Scalpermultichartsmt5 は、ナイトスキャルピングのための完全自動マルチ通貨取引システムです。  特徴 Expert Advisorは28のメジャーメジャーとクロスで取引しています , Gold, Silver 。 Expert Advisorは危険な方法を使用しません Expert Advisorは、理解のために利用可能な入力パラメータの最小数を使用します Expert Advisorは、ブローカーからのすべての注文に対して固定および非表示のストップロスとテイク利益を設定します Expert Advisorは、マジックナンバーマジックを使用して注文を識別します 推奨事項 狭いスプレッドと注文の迅速な実行を持つ任意のブローカーは、取引に適しています 最低推奨預金は1 100です チャートにExpert Advisorをインストールするだけで十分です パラメータ スリッページ-価格のスリッページ Magic-マジックナンバー ロット-注文数量 TradeHour-アドバイザーの取引時間 そして、他の人。..  Expert Advisorはスプレッドと実行速度に敏感
本EAは、短期と長期の指数平滑移動平均(EMA)である EMA20とEMA200の乖離距離 と、 価格がEMA200をクロスした瞬間 を検出してトレンド方向にポジションを持つシンプルかつ堅実なロジックです。 トレンドが強い相場を狙い撃ちし、順張りで大きな値幅を取る設計になっています。 通貨ペア :USDJPY 時間足 :H1(バックテストで調整可) 推奨口座タイプ :ECN / スプレッドの狭い口 同梱内容  MQL5版(.mq5ファイル)                本EAは過去の値動きに基づいて設計されています。将来の利益を保証するものではありません。 ご利用の際は、 デモ口座などで十分なテストを行ってから 実運用にお進みください。 不具合やサポートが必要な場合はお気軽にご連絡ください。
Average Directional Index(ADX) Strategy EA MT5を紹介します。これは、MetaTrader 5専用に設計された革新的な自動取引ソリューションです。このエキスパートアドバイザーは、平均方向性指数を利用してトレンドを特定し、効果的に取引を管理します。初心者と経験豊富なトレーダーの両方が取引パフォーマンスを向上させるために理想的です。 トレンドの強さに基づいて取引のエントリーとエグジットを自動化する能力により、Average Directional Index(ADX) Strategy EA MT5は感情的な意思決定の削減や取引効率の向上など、重要な利点を提供します。トレーダーは、取引を実行する際の精度から利益を得ることができ、市場の動きに乗りながら手間のかからない取引アプローチを実現します。 MQL製品のインストールガイド | MT5で購入したMQL製品の更新 | 一般的なトラブルシューティングガイド | 一般設定 / 入力ガイド | インジケーター設定 | バックテストとセットファイル 主な機能 コア戦略:ADXを利用して強いトレンドを特定し
The operation of this Expert Advisor is primarily designed to eliminate unprofitable positions according to Martingale with recalculation of the lot depending on the market situation. The EA uses Moving Averages with different periods to determine the trend strength and the moment for opening a deal, as well as RSI to avoid opening deals at the peak of a trend. The lot calculation is performed automatically depending on the current deposit. The deals are closed at different values depending on t
Let the KING trades!!! KING of TRADES  is a trading system that can be optimized according to: - Trend indicator:  Ichimoku Kinko Hyo (either in different timeframe) - Trigger system:  Fractals - Filter - trade in:  Stochastic Oscillator (values and upper and lower limits) - Stops definition:  ATR (period and long and short takeprofit and stoploss) - General:  magic number, autolot (% balance), symbol digits, max spread and max number of openned orders Default configuration on EURUSD, H1.
Tripple Scalper EA is a multi-symbol automated trading robot. It places stop orders automatically, manages open trades, and supports both fixed lot and risk-based lot sizing. Main features: multi-pair trading automatic stop order placement stop loss and take profit management fixed lot mode risk-based lot mode simple settings Expert can trade on any pairs on time frame M1/M5/M15 Recommended ECN broker with spread from 0.1(10 points) to 4.0 (40 points) A straightforward automated scalping system
RSI Sniper EA is fully automated EA and handles two strategies at same time with its unique style. This Ea use RSI indicator and martingale strategies in MetaTrader 5 Terminal. The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. OpenBUY - Set to true to allow buy trades. This setting is true by default. OpenSELL - Set to true to allow sell trades. This setting is true by default. StartTakeProfit - take profit value for
Unveiling Momentum Deep Neural, a uniquely designed, momentum-based artificial intelligence deep neural network Expert Advisor. Currently on a limited time offer, secure this meticulously crafted software at a special sales price before it escalates to its final price of $1599. Seize this exceptional opportunity and experience the revolution in forex trading. Power of deep neural network Momentum Deep Neural works on key market momentum, ensuring trades are placed strategically. Unlike the risk
This algorithm is based on the grid strategy and performs dynamic position management to make it work on netting accounts. Unlike other robots, this grid system bases its entries on profit over time of the asset instead of using pips. This parameter is the one that corresponds to "Average Distance".  You can trade all 28 major currencies simultaneously.  Parameters: +------------------------------------------------------------------+ :-:-:-:-:-:-:-:EXPERT SETTINGS:-:-:-:-:-:-:-: +---------------
Folmar MetaTrader5 EA for auto buysell. Automatic TP/SL entry to simplify futures trading. Optimal Timeframe XAUUSD is optimal for the M15 timeframe BTCUSD is optimal for the M5 timeframe XAGUSD is optimal for the M5 timeframe This EA was created to simplify trading and generate income easily. Backtest and forward test to understand how the indicator works. The filter uses SNR for consistent winning trades. This EA's strategy is to utilize momentum candles that are larger than average, wi
An Expert Advisor that operates in times of high contrast, employing the stochastic indicator and the commodity index indicator, using overbought or oversold points or the ADX indication to exit trades. It also features a stop-loss control that operates on a percentage difference in price, with progressive lot scaling as the balance increases, while keeping an eye on the account's margin call. Learn what parameters are with better performance for each symbol in the strategy tester and find a go
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Attention! This EA is only for "hedging" account
This Expert Advisor is designed for a large number of positions with a small profit. In case of a drawdown, a position is opened in the opposite direction with recalculated lot size and reduced amount of points for closure. It trades along the trend based on Moving Average, and opens positions during a drawdown based on Stochastic. For each addition of a position, there are certain rules that take the current situation into account. Lot size for the first position is also calculated automaticall
BelSkalp
Tatsiana Mironava
По дефолту советник настроен под EURGBP m5. Настраиваться на любые пары. На примерах тест за 6 месяцев Первые 5 копий цена будет 300$ . Потом цена будет 500 Советник работает по закрытию бара. Алгоритм: Поиск уровней на индикаторах RSI.WPR.STOX. Описание настроек. limit_amount_buy  // Максимальное кол-во бай позиций limit_amount_sell // Максимальное кол-во селл позиций time_periods // Время работы wait_for_signal // Ожидание сигнала в минутах tp_for_all_positions // ТП для всех позиций tp_for_al
ゴールデン マトリックス取引アドバイザーは、金融市場における金先物 (XAUUSD) の自動取引のために設計されたハイテク ソリューションです。このアドバイザーの主な利点は、人工知能と機械学習を使用していることで、変化する市場状況に適応し、取引効率を向上させることができます。  限定オファー!新品限定値下げ!  最初の 20 部の価格は 90 ドル 最終価格 490$ ゴールデン マトリックスは、膨大な量の過去のデータを分析し、金の価格変動を予測できる複雑な関係とパターンを捕捉します。固定ルールに基づく従来のアルゴリズムとは異なり、このアドバイザーは自身の過去の取引から学習し、リアルタイムで戦略を調整して最適な結果を達成することができます。 取引アドバイザーには次の主要な機能が含まれています。 1. リアルタイムデータ分析: Golden Matrix は、ニュース、テクニカル指標、マクロ経済指標などの市場データを継続的に監視および分析し、最新の情報に基づいて意思決定を行うことができます。 2. 適応戦略: 機械学習アルゴリズムの使用により、アドバイザーは新しい市場状況に適応し、リ
Aureum Advisor
Dmitriq Evgenoeviz Ko
Aureum Advisor – Expert Advisor for XAUUSD Aureum Advisor is an automated trading advisor for MetaTrader 5 designed for trading the XAUUSD instrument. The advisor uses a combination of trend logic, volatility analysis, and market condition filtering to make trading decisions. The advisor is designed for stable automated trading with a controlled level of risk and minimal user intervention. IMPORTANT: After purchase, it is recommended to contact the seller for installation instructions and recomm
Forex Fighter 5
Jared Matthew Bryant
1 (2)
Forex Fighter は、EURJPY、GBPCHF、EURGBP、USDCAD、AUDNZD、USDJPY、および AUDCAD シンボルを取引する高度な多通貨システムです。 この戦略は、私が独自に開発した組み込みインジケーターに基づいています。 Forex Fighter は反復的で独自のパターンに従いますが、人間の脳はそれらを捉えることができません。 ここでの意思決定者は、特定の取引を行うべきかどうかについて合意する必要がある 2 つのニューラル ネットワークです。 取引が行われる前に、パターンを繰り返す確率が 85% 以上である必要があります。 この Expert Advisor は常にチャートをスキャンして収益性の高い取引を探しているため、適切な品質の VPS を使用して 24 時間年中無休で取引することをお勧めします。 EAについて: しばしば繰り返されるパターンに従う 独自に開発した独自のインジケーターを内蔵 2 つのニューラル ネットワークで動作 EURJPY H1チャートで実行 ライブ信号: https://www.mql5.com/en/signals/1
このプロダクトを購入した人は以下も購入しています
Quantum OmniGold
Bogdan Ion Puscasu
5 (4)
MQL5史上最高評価かつベストセラーのGOLDエキスパートアドバイザーであるQuantum Queenの驚異的な成功に続き、Quantumの伝統は続いています。 次世代の金取引エキスパートアドバイザーが登場しました。 生涯ライセンスの提供数は1,000個限定です。すべてのライセンスが取得され次第、Quantum OmniGoldはこの限定リリースでは提供されなくなります。 クォンタム・オムニゴールドのご紹介: IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格での発売   価格。       10個購入するごとに価格が50ドルずつ上がります。最終価格は1999ドルです。 ライブシグナルIC市場:       ここをクリック Quantum OmniGold MQL5 公開チャンネル:       ここをクリック ***Quantum OmniGold MT5を購入す
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
3.53 (15)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: 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
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 は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングス
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.47 (118)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード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 購入後、以下
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 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き下げ)も使用
Gold Snap
Chen Jia Qi
5 (14)
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 現在の価格で購入できるのは残り10本のみです。価格はまもなく799ドルに値上げされます。 重要:残り3本です。まもなく値上げ予定です。 購入後、ユーザーガイド、推奨設定、使用上の注意、およびアップデートサポートを受け取るため、必ずプライベートメッセージでご連絡ください。 https://www.mql5.com/en/users/walter2008 製品アップデートやトレード情報を受け取るため、ぜひ MQL5 チャンネルにご参加ください。 https://www.mql5.com/en/channels/tendmaster Gold House の長期的な開発と実運用での検証を通じて、ゴールド市場におけるブレイクアウト戦略の
AXIO Gold EA
Shengzu Zhong
4.56 (9)
AXIO GOLD EA MT5 MQL5 ライブシグナル参照 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 は、MetaTrader 5 上の XAUUSD ゴールド向けに開発された自動売買システムです。 この EA は、MQL5 上で確認できる検証済みライブシグナルと同じロジックおよび執行ルールを使用します。推奨される最適化済み設定を使用し、 TMGM のような信頼性の高い ECN/RAW 原始スプレッドのブローカーで運用する場合、この EA のライブ取引挙動は、ライブシグナルの取引構造および執行特性にできる限り近づくように設計されています。 ただし、ブローカー条件、スプレッド、執行品質、銘柄仕様、スリッページ、通信遅延、VPS 環境、口座設定の違いにより、個別の結果が異なる場合があります。 AXIO GOLD は、危険なマーチンゲール、過度なグリッド拡張、または損失ポジションへのナンピンを使用しません。 現在の製品価格は MQL5 Market ページに表示されている
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 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
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
Lizard
Marco Scherer
4.82 (22)
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 の待機注文を配置します。トリガーには単なる価格のタッチではなく、本物のブレイクアウトが必要です。 このア
NEXORION: Initium Novum — 決定論的ロジックとアルゴリズムの統合 NEXORION は、厳密な流動性処理数学アルゴリズムに基づいた機関投資家レベルの分析コンプレックスです。本プロジェクトの中核概念は「計算の透明性」にあります。このエキスパートアドバイザー(EA)は、混沌とした価格フィードを構造化された幾何学的ゾーンへと変換し、意思決定プロセスを取引チャート上に直接可視化します。 リアルタイム・モニタリング https://www.mql5.com/es/signals/2372338 システム技術仕様 取引銘柄: XAUUSD (Gold) 運用タイムフレーム: H1 手法: 機関投資家流動性分析および決定論的ロジック (Institutional Liquidity Analysis & Deterministic Logic) 意思決定基盤: 流動性プールと均衡レベルの数学的算出 数学的アーキテクチャと可視化 システムの主要な革新は、Dynamic Computation Mapping(動的計算マッピング)にあります。アルゴリズムは単に価格を分析するので
Cortex Aurex
Vladimir Mametov
5 (2)
本EAはMetaTrader 5向けに開発された完全自動売買システムであり、ゴールド(XAUUSD)専用に設計されています。そのロジックは、金市場の特徴である急激な価格変動、鋭い反転、高いボラティリティを前提に構築されています。本EAは、反応速度・規律・精密なポジション管理が特に重要となる環境での自動売買を可能にします。 本システムは、規律あるトレード管理、市場変化への迅速な対応、そしてコントロールされた決済を重視しています。基本的な考え方はシンプルで、トレーリングストップを用いて利益を伸ばしつつ、すべてのポジションを固定ストップロスで保護し、さらにM1時間足で逆シグナルが発生した場合には損失トレードを早期にクローズできる設計となっています。 シグナル:  https://www.mql5.com/en/signals/2378776 特別ローンチ価格: 現在の価格は最初の30本の販売にのみ適用されます。30本販売後、EAの価格は 100 USD 上昇し、 599 USD となります。 コアコンセプト 本EAは、ゴールド(XAUUSD)を自動売買したいトレーダー向けに設計されており、明
XG Gold Robot MT5
MQL TOOLS SL
4.25 (109)
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
Impulse MT5
Simon Reeves
5 (14)
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
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (126)
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 時間枠で成功し、市場の勢いの本質を捉
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2378119 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く Mavrik Scalper は、Hybrid Attention ニューラルネットワークアーキテクチャを基盤として開発された新世代のエキスパートアドバイザーです。 事前に定義された取引ルールに依存する従来型のアルゴリズム戦略とは異なり、Mavrik Scalper は市場行動の複数の特徴を同時に分析できる学習済みニューラルモデルを使用します。 Hybrid Attention アーキテクチャにより、システムは重要度の高い市場情報に動的に集中し、重要度の低い価格変動の影響を抑えることができます。 このモデルは、取引回数ではなく執行品質を重視して、短期的な取引機会を識別するために開発されました。 各取引判断は、単一のシグナルではなく、学習された複数の特徴の相互作用に基づいて行われます。 取引活動は意
Chiroptera
Rob Josephus Maria Janssen
4.54 (46)
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
このEAは、第三者の販売業者、アフィリエイト、または別の配布チャネルを通じて販売していません。 モニタリング -  ライブシグナル 公開チャンネル - こちら このEAは2つのシンボルを取引し、それらの間の短期的な不均衡を探します。シンボルが通常の関係から外れて動いた場合、EAは取引を開始し、不均衡が小さくなった時に決済できます。 これはグリッドEAではありません。マーチンゲールではありません。EAは多くの回復注文を開きません。各シンボルにつき1ポジションのみを使用します。 含み損のまま何日もポジションを保有するために作られたものではありません。 EAは取引を開始する前にフィルターを使用します。市場条件が良くない場合、取引をスキップできます。 EA入力: メイン取引シンボル - 取引に使用される最初のシンボル。 セカンダリーシンボル - 比較と取引に使用される2番目のシンボル。 分析タイムフレーム - 計算に使用されるタイムフレーム。 履歴データの深さ - EAが計算のために確認するローソク足の数。 Entry Threshold - EAが取引を開始する前に必要な不均衡の強さ。値が高
Gold House MT5
Chen Jia Qi
4.73 (55)
Gold House — ゴールド・スイングブレイクアウト取引システム 1つのEA、3つの取引モード。あなたのスタイルに合ったモードを選べます。ナンピンなし。マーチンゲールなし。 10件のご購入ごとに、価格は50米ドルずつ値上がりします。最終予定価格:1,999米ドル。 ライブシグナル: アダプティブモード: 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チャンネルに参加して、製品アップデートやトレードのヒントを受け取りましょう。 リンクを開き、ページ上部の「購読」ボタンをクリッ
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はトレーディング・インテリジェンスを複数のターミナル、ブローカー、口座、市場にわたって分散させます。各ノードは独立して
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (508)
ご紹介     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つの小さな取引に継続的に分割する独自の戦略を採用しています
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is coming - look at the  Early Back-Test Get your copy for  499 USD  only  before the 5.0 price jump to   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 tri
Pulse Engine
Jimmy Peter Eriksson
4 (31)
最新情報 - 現在の価格で入手できるのは残りわずかです! このシステムの主な目的は、リスクの高いマルチンゲールやグリッドを使用せずに、長期的なライブパフォーマンスを実現することです。  現在の価格での販売部数は非常に限られています。 最終価格 1499ドル 【ライブシグナル】    |    【バックテスト結果】    |    【設定ガイド】    |    【FTMO結果】 取引への新たなアプローチ Pulse Engineは、インジケーターや特定の時間枠を一切使用しません。MQL5上の他のどのトレーディングシステムも採用していない、非常にユニークなアプローチを採用しています。 この手法は、日中の方向性パターンに基づいて取引を行います。これらのパターンは、私が長年開発・改良を重ねてきた独自のパターン認識ソフトウェアを用いて発見したものです。 このソフトウェアにより、市場が過去に特定の方向に強い動きを示した時間帯を特定することができます。 市場ごと、そして曜日ごとに、それぞれ独自の動きがあります。 この手法が非常に強力な理由は、市場がトレンドにあるのか、反転しているのか、あるい
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (14)
Smart Gold Hunter は、MetaTrader 5 で XAUUSD / Gold を取引するための Expert Advisor です。グリッドなし、マーチンゲールなし、実際の Stop Loss と Take Profit ロジック、そして管理されたリスクコントロールを重視するトレーダー向けに設計されています。 購入前にライブシグナルを確認できます: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Gold Hunter はグリッド EA ではなく、マーチンゲール EA でもありません。無制限のリカバリーポジションや、損失後のロット増加に依存しません。この EA の主な考え方は、危険なナンピンではなく、管理されたロジック、保護設定、実際のトレ
MY LAST STRATEGY One engine. Every candle. Every session. TEN YEARS, DISTILLED INTO ONE My Last Strategy is not another experiment. It is the concentrated result of more than ten years of building, breaking, and rebuilding automated trading systems. Every dead end, every over-fit backtest, every system that looked flawless and then fell apart taught a lesson — and every lesson was poured into this single engine. This is the one the author chose to keep. After a decade in the trenches, one belief
Mosquito
Muhammad Zahran Rahmadi Putra
5 (3)
The price is gradually increasing up. Only 5 copy remains available at the current price,  next price increase to   $799 . Hello, traders!, the newest and a very powerful Mosquito MT5 of Expert Advisors. My specifically designed to run on the XAUUSD/GOLD pair. Live Performance      ||      Setfile ICM Mosquito  EA is more selective and accurate in signal entry and better in managing existing transactions.  Mosquito   MT5 EA analyzes markets based on Trend Following using Bollinger Bands and Mo
ArtQuant Gold
Miguel Angel Vico Alba
4.33 (24)
ArtQuant Gold は MetaTrader 5 向けのプロフェッショナルなエキスパートアドバイザーであり、 Gold / XAUUSD の自動売買専用に開発されています。また、各ブローカーで使用される一般的なゴールド銘柄名のバリエーションにも対応しています。 本EAは、構造化された マルチモジュール型グリッド取引エンジン を基盤として構築されており、シンプルでMarket向けに整理されたインターフェースを通じて、エクスポージャー、取引サイクル、執行フィルター、口座保護、仮想的なポジション管理を行うよう設計されています。 ArtQuant Gold は、XAUUSD専用の自動売買システムを求めるトレーダー向けに設計されています。明確なリスク管理、ブローカー別設定プロファイル、制御されたモジュール稼働、カスタムポートフォリオ機能、そして見やすい操作パネルを備えています。 本EAはチャートの時間足に依存しません。 任意の時間足チャートに適用できますが、内部の取引ロジックは独自の構造に基づいて動作します。 重要: ArtQuant Gold は、Gold / XAUUSD または同等
Obsidian Flow Atlas EA 精度・構造・実行 金融市場は感情に報いることはありません。 市場が評価するのは、規律、一貫性、そして客観的なデータに基づいて意思決定を行う能力です。 Obsidian Flow Atlas EA は、この理念のもとに開発されました。 MetaTrader 5向けに設計された完全自動売買システムであり、金融市場で最も人気の高い2つの銘柄に対応しています。 • XAUUSD(ゴールド) • EURUSD(ユーロ/米ドル) システムは市場環境を自動的に分析し、独自の取引ロジックと統合されたリスク管理モデルに基づいてポジションを開設・管理します。 チャートを長時間監視したり、エントリーポイントを探したり、手動で取引判断を行う必要はありません。 EAをインストールし、希望するリスクレベルを選択するだけで、システムが自動的に取引を行います。 実証済みのリアル運用実績 最大限の透明性を確保するため、本システムの運用実績は公開ライブシグナルを通じて確認できます。 XAUUSD(ゴールド) https://www.mql5.com/en/signals/23
作者のその他のプロダクト
SignalForge One MetaTrader 5向けの11指標コンフルエンスシステム。複数のテクニカルフィルターを明確なエントリーシグナルへと統合し、ATRベースのリスク管理機能とデュアルダッシュボード表示を内蔵しています。 SignalForge Oneは、MetaTrader 5向けのマルチ指標コンフルエンスツールです。シグナルを生成する前に複数の独立した指標が一致することを要件とすることで、エントリーポイントの特定をサポートします。単一の手法に依存するのではなく、最大11個のテクニカル条件を同時に評価し、ANDロジック(有効化されたすべての指標が一致する必要がある)またはORロジック(いずれかの有効指標がシグナルをトリガーする)で組み合わせます。各シグナルにはAverage True Rangeから算出された動的なStop Loss・Take Profit・Trailing Stopが付与され、リスクパラメーターが現在の市場ボラティリティに自動的に適応します。   概要 SignalForge Oneは確定済みのすべてのバーで11の指標を並列処理します:SMA Cross
FREE
REW Signal RSIに適用したハル移動平均線と低速加重MAのクロスオーバーを検出してエントリーシグナルを生成するMetaTrader 5向けモメンタムオシレーター。多層品質フィルターと上位時間足トレンドガードを搭載。 REW SignalはMetaTrader 5のサブウィンドウインジケーターです。RSIと2つのスムージングレイヤー(高速ハル移動平均線と設定可能な低速MA)を同時に描画し、クロスオーバー条件が確認された時点で買いと売りのシグナルをマークします。モメンタムオシレーター上で構造化されたエントリータイミングを求めるトレーダー向けに設計されており、レンジ相場や逆張り環境での低品質シグナルを削減するコントロール機能を備えています。   概要 このインジケーターはRSIを価格に適用し、RSI曲線上に2本の移動平均線を重ねて表示します。高速線はハル移動平均線(HMA)で、標準的な指数移動平均や加重移動平均と比較して遅延が小さいため選択されています。低速線は設定可能なMA(デフォルトはLWMA)で、動的なベースラインとして機能します。RSIが低速MAをクロスした際にシグナルが検
FREE
SwingVWAP Thermal Pro MetaTrader 5 向けのスイング・アンカード VWAP インジケーター。適応型出来高加重価格分析と流動性ヒートマップを組み合わせ、重要な価格水準と市場構造を特定します。 SwingVWAP Thermal Pro は MetaTrader 5 向けのチャート・インジケーターで、同一チャート上で連携する2つの補完的な分析システムで構成されています。最初のシステムは設定可能なルックバック期間を使用してスイング高値と安値を検出し、各ピボットを HH、HL、LH、LL に分類して、識別された各スイングポイントにアンカーされた出来高加重平均価格ラインを描画します。2番目のシステムは、直近バーのスライディングウィンドウ内の31価格ビンにわたる出来高分布をマッピングするリアルタイムの流動性ヒートマップを重ね合わせ、市場が最も多く取引した場所を示します。   概要 スイング検出エンジンは、単調デック・アルゴリズムを使用して各バーのローカル極値をスキャンします。このアルゴリズムは、全履歴にわたるスライディング最大値と最小値を単一の線形パスで計算します。
FREE
SMC Compass MT5 MetaTrader 5向けのマルチモジュールSmart Money Conceptsインジケーターで、マーケット構造分析、マルチタイムフレームオーダーブロック、フェアバリューギャップ、流動性検出、スウィングフェイラーパターンを単一の統合ツールキットに集約しています。 SMC Compass MT5は機関投資家の取引手法を基盤に構築された包括的なプライスアクションインジケーターです。Smart Money Conceptsの視点で市場を読み解き、大口参加者が残す構造的な痕跡を識別します。単一のシグナルラインではなく、複数の分析モジュールを同時にチャート上に重ね合わせ、トレーダーがポジションを取る前に市場の文脈を完全に把握できるよう設計されています。 このインジケーターはプライスアクションを真剣に研究するトレーダー向けに設計されています。機械的な買いまたは売りシグナルは生成しません。代わりに、MetaTrader 5上で取引可能なあらゆる金融商品において裁量的な意思決定を支援する構造的コンテキスト、主要な流動性ゾーン、オーダーブロック、モメンタムシフトを描
FREE
BKT Monday MetaTrader 5 向けの多層テクニカルインジケーターで、供給・需要ゾーン、サポート・レジスタンスレベル、適応型MAトレンドシグナル、そして統合リスク管理パネルを1つのチャートオーバーレイに集約しています。 BKT Monday は MetaTrader 5 向けのチャートインジケーターであり、3つの相補的な分析レイヤーを使用して高確率のトレード設定を特定するためのサポートを提供します。インジケーターはスウィングピボットから自動的に供給・需要ゾーンをプロットし、過去の価格クラスターからサポート・レジスタンスラインを描画し、ユーザーが選択した上位時間足での設定可能な移動平均クロスオーバーからロング・ショートシグナル矢印を生成します。各シグナルに対してエントリー、ストップロス、3つのテイクプロフィットレベルがチャート上に直接計算・表示されます。   概要 インジケーターは2つの時間足のプライスデータを同時に処理します。メインチャートはピボットベースのゾーン検出を担い、設定可能な上位時間足がトレンドシグナル計算にデータを提供します。供給ゾーンは確認されたスウィング
FREE
PivoTrack VP MetaTrader 5向けのピボット起点ボリュームプロファイル指標。連続するPivot HighとPivot Lowの間のボリューム分布を可視化し、価格が受け入れられた領域と拒否された領域を明確に示します。 PivoTrack VPはMetaTrader 5向けのボリューム分析指標です。任意のチャート上でPivot HighとPivot Lowを自動検出し、各区間のボリュームプロファイルを完全に描画します。コントロールポイント(POC)、バリューエリアハイ(VAH)、バリューエリアロー(VAL)、バリューエリアの背景塗りつぶしを表示し、各価格スイングのボリューム分布を明確に把握できます。また、直近の確認済みピボットから現在のバーまでの区間を追跡するデベロッピングプロファイルをリアルタイムで更新します。   概要 この指標は、左右のバー数を設定可能なPivot HighとPivot Lowを検出することでチャート履歴を区間に分割します。完了した各区間では、設定可能な価格行数にわたってボリュームがどのように分布しているかを計算し、ヒストグラムを描画、最大ボリュー
FREE
VaultEdge FVG 市場構造を起点とする MetaTrader 5 向けのフェアバリューギャップ(Fair Value Gap)インジケーターです。多要素エンジンであらゆるリテスト機会を採点し、確定足でのみエントリーを確認します——だからこそ、何を、なぜ取引するのかが明確になります。 多くの FVG トレーダーはこの瞬間に直面します。価格がギャップへ戻ってきても、判断はまだ明確でない——VaultEdge FVG はまさにそのために作られました。構造のブレイクを確認し、最も維持されやすいギャップを見つけ、7 つの基準で格付けし、適格な足の確定がリテストを確認したときにのみ作動します。エントリー、ストップ、3 つのテイクプロフィット目標がチャートに描画されます。判断はあなた自身に——分析はすでに完了しています。   概要 エンジンは 2 つのフェーズで動作します。第 1 フェーズでは、ピボットの高値と安値を追跡し、確信を伴う構造ブレイク——BOS の継続、または CHoCH の反転——を待ちます。ブレイクが確認された瞬間、エンジンはブレイクの一連の動きを走査し、勢い(ディスプレイ
FREE
GoldStorm Proは、ゴールド市場(XAUUSD)特有の激しいボラティリティに対応するために特別に設計された、プロフェッショナルグレードの自動売買ソリューションです。口座を無制限のリスクにさらす一般的なグリッド(Grid)やマーチンゲールシステムとは異なり、GoldStorm Proは高度な「フラクタルブレイクアウト(Fractal Breakout)」エンジンとトレンドフォローアーキテクチャを組み合わせ、H1タイムフレームで高確率なエントリーポイントを特定します。 バージョン1.30の核心となる哲学は「精度による安全性(Safety through Precision)」です。50期間の移動平均線(Moving Average)トレンドフィルターを統合することで、市場の支配的なモメンタムと一致する場合にのみ取引を実行します。これにより、逆張りによる損失や「落ちるナイフをつかむ(catching falling knives)」ようなリスクを大幅に軽減します。 ### 運用ロジックと戦略の詳細 GoldStorm Proは単一のエントリー方法に依存しません。その代わりに、
BKT Pro Tooco MetaTrader 5向けのマルチメソッド・サポート&レジスタンスツールキット。4種類の検出アルゴリズムを選択してスイングレベルをリアルタイムに検出し、確定済みシグナルは再描画しません。 BKT Pro Tooco は MetaTrader 5 向けのサポート&レジスタンス指標で、複数の市場構造において信頼性の高いゾーン検出を必要とするトレーダーのために設計されています。4種類の独立した検出メソッドを提供しており、トレーダーは自身のトレードスタイルに合わせてアルゴリズムを選択できます。ピボットベースの構造分析、ドンチャンチャネルの反転、連続ローソク足のシーケンス、またはZigZagスイング識別から選択可能です。すべての確定ゾーンは確定済みバーから算出され、再描画は行いません。   概要 この指標は過去の価格動向と現在のバーをスキャンして、重要なスイング高値・安値を特定します。スイングポイントが識別されると、ATRベースの深度計算を使用してサポートまたはレジスタンスゾーンが構築されます。ゾーンの幅は2つのパラメーターで決まります。1つはゾーン本体用、もう1つ
FREE
Maxfutures Supertrend MetaTrader 5向けのSuperTrendインジケーターで、K-Meansボラティリティクラスタリングを使用して適応的なATR入力値を選択し、デュアルロジックシグナル確認システムとブルームバーグ端末スタイルの情報パネルを搭載しています。 Maxfutures SupertrendはMetaTrader 5向けのトレンドフォローインジケーターです。標準的なSuperTrend実装で使用される固定ATR乗数を、直近のATR値のK-Meansクラスタリングから導出された動的な値に置き換えます。このインジケーターは、様々な市場環境においてトレンド方向とシグナル品質をより明確に把握したいトレーダー向けに設計されています。   概要 このインジケーターは、教師なしK-Meansアルゴリズムを使用して、直近N個のATR値を高・中・低の3つのボラティリティクラスターに継続的にグループ化します。各バーで現在のATR値が最も近いクラスターに分類され、そのクラスターの重心がSuperTrend公式の固定乗数に取って代わります。これにより、SuperTren
FREE
NOVA LINE MetaTrader 5 向けの適応型移動平均線です。市場状況に合わせて自動的に感度を調整し、再描画なしの買いシグナルと売りシグナルを提供し、ストップロスとテイクプロフィットのゾーンを内蔵しています。   仕組み NOVA LINE は、従来の移動平均線の固定期間を非線形加重エンジンに置き換えています。各過去バーを現在のボラティリティに対する価格変動の大きさで評価します。真のモメンタムを示すバーには高い重みが付与され、ノイズを示すバーにはゼロに近い重みが付与されます。これにより、高速設定と低速設定を選択する必要なく、実際のトレンド時に素早く反応し、もみ合い相場時には安定を保ちます。 計算は3つのメカニズムによって駆動されます。最初はシグモイド励起ゲートです。各バーは、ATR正規化済み価格変動のシグモイド関数によって重み付けされます。設定されたしきい値を下回るとゼロに向けて重みが収束し、上回ると1に向けて上昇します。これがNOVA LINEをすべての線形移動平均線と区別する特性です。遷移は漸進的かつ比例的ではなく、急峻でしきい値に基づいています。 第2は運動学的速度メ
FREE
Professional Trading Dashboard MetaTrader 5 向けのプロフェッショナルな口座モニタリングパネルで、リアルタイムの口座データ、日次取引履歴、月次統計をチャート上の一画面に集約して表示します。 Professional Trading Dashboard は MetaTrader 5 向けのユーティリティ指標で、トレーダーが常に口座状況を明確かつ構造的に把握できるよう設計されています。複数のターミナルウィンドウを切り替える必要はなく、すべての重要情報がチャート上に整理されたキャンバスパネルとして直接表示されます。本指標はライブ口座指標、未決済ポジションのサマリー、日次損益履歴、月次パフォーマンス統計、および直近30日間のローリング残高チャートをカバーします。   概要 パネルは MetaTrader 5 の Canvas API を使用して構築されており、シンボルや時間足に関係なくチャートウィンドウに固定された 1030x530 ピクセルのオーバーレイをレンダリングします。表示は4つの主要エリアに分かれています。口座セクションにはライブの残高、有効
FREE
BKT ZeroFlow MetaTrader 5向けのマルチタイムフレームトレンドインジケーターです。Zero Lag EMAとATRボラティリティバンドを組み合わせ、5つのタイムフレームのトレンド方向を同時に識別します。 BKT ZeroFlowはMetaTrader 5向けのトレンドフォローインジケーターです。ATRベースのボラティリティバンドで平滑化したZero Lag EMAを適用し、相場が強気または弱気のフェーズにあるかを判断します。トレンド転換矢印は価格がバンド境界を突破した瞬間を示し、エントリー矢印は確認済みトレンド内の押し目に表示されます。5タイムフレームのダッシュボードとバーチャル勝率トラッカーがチャート上に直接内蔵されています。   概要 コアラインはZero Lag EMAです。これはルックバック修正項を組み込むことで、標準的な指数移動平均に固有の遅れを低減します。このラインを中心に、設定可能なウィンドウ内のATR値の移動最大値を使用して上下のATRバンドが構築されます。価格が上バンドを上回って終値をつけると強気トレンドが記録され、下バンドを下回ると弱気トレンド
FREE
Trader Command Center MetaTrader 5 向けのフルチャートリアルタイム取引ダッシュボード。口座監視、プロップファームルール追跡、リスクゲート管理、直接注文執行を単一の Canvas レンダリングインターフェースに統合しています。 Trader Command Center は MetaTrader 5 向けのユーティリティで、標準チャート表示を包括的かつレスポンシブなダッシュボードに置き換えます。口座の状態を追跡し、プロップファームのコンプライアンスを監視し、オープンポジションを管理し、事前計算されたロットサイズで成行注文を執行するための統一されたワークスペースを必要とするトレーダー向けに設計されています。インターフェースは Canvas エンジンでレンダリングされ、チャートサイズに応じて自動的にスケーリングします。   概要 ダッシュボードは、永続的なヘッダー、7 つのパフォーマンス指標の行、および執行・チャレンジ進捗・エクイティカーブ・リスクゲート・セッション別パフォーマンス・シンボル別内訳・経済カレンダー・オープンポジション・直近の取引・未決注文を含
FREE
EA Performance Monitor MetaTrader 5向けのユーティリティで、開いているすべてのチャートでアクティブなExpert Advisorを自動検出し、各EAをその取引データとマッピングし、ドローダウン、損益、勝率、オープンポジションのメトリクスを単一パネルにリアルタイムで表示します。 EA Performance Monitorは、MetaTrader 5向けの自動モニタリングユーティリティです。設定可能な間隔ですべての開いているチャートをスキャンし、マジックナンバーとシンボルで実行中の各Expert Advisorを識別し、チャート上の構造化されたパネルにパフォーマンスデータを表示します。このツールは、クローズ済み取引履歴とライブフローティングポジションの両方を追跡し、単一のアタッチメントポイントからアカウントのすべてのEAアクティビティの統合ビューを提供します。   概要 初期化時に、ユーティリティはアタッチされた時点からアカウントの取引履歴を読み込みます。すべてのオープンポジションをスキャンしてアクティブなマジックナンバーを探し、それぞれをExpert
FREE
MaxFutures EA MetaTrader 5向けXAUUSD対応のデュアルタイムフレーム平均足グリッドEA。ATRトレンドフィルターとポートフォリオレベルの利益管理を搭載。 MaxFutures EAは、MetaTrader 5プラットフォームでXAUUSDのスキャルピングを行う自動売買システムです。2つの独立したタイムフレームから読み取った平均足シグナルを基に方向性グリッドポジションを構築し、上位タイムフレームで算出したゼロラグEMAのトレンド方向でフィルタリングします。シグナル発生時に即座に成行注文を発注するのではなく、仮想的な指値注文を置いて価格を追跡し、価格がトリガーレベルに達したときにのみ実際の注文を発注します。これにより、レンジ相場での衝動的なエントリーを回避します。すべての建玉は単一ポートフォリオとして管理され、設定した利益目標に達すると一括決済されます。   概要 MaxFutures EAは、設定可能な2つのタイムフレームで同時に平均足の方向を評価してトレードシグナルを生成します。買いシグナルは両タイムフレームで陽線が必要、売りシグナルは両タイムフレームで陰線
フィルタ:
jpnfka14
40
jpnfka14 2026.01.14 10:59 
 

I have had several trades using the H1 set and time frame. All of the trades start out good in double digit profit but the EA never closes in profit and always hits the stop loss. I haven't won a single trade yet. I think the TP is too high but I don't see an easy to understand setting that allows me to lower the tp. I trade to adjust one settings that mentions TP but nothing changed.

Khac Thanh Bui
17343
開発者からの返信 Khac Thanh Bui 2026.01.14 14:26
Thank you for your review, but please contact me if you have any questions about the settings.
KDest
718
KDest 2026.01.08 11:07 
 

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

Khac Thanh Bui
17343
開発者からの返信 Khac Thanh Bui 2026.01.08 13:33
Thanks bro!
ABDIRIZAK_123
21
ABDIRIZAK_123 2026.01.01 17:51 
 

The seller was supportive and the bot works well thank you Tomy.

Khac Thanh Bui
17343
開発者からの返信 Khac Thanh Bui 2026.01.01 23:58
Thanks bro !
レビューに返信