GridDuo Pro

GridDuo Pro — Dual-Side Grid Martingale EA with Smart Pair Close

GridDuo Pro is a fully automated Expert Advisor built around a dual-sided grid strategy. It opens both BUY and SELL positions simultaneously at the init price, then uses Martingale to scale into the losing side as the price moves. Profitable positions are locked through an intelligent Batch Pair Close system that combines the oldest losing position with multiple profitable positions to offset the loss — inspired by the Sure-Fire hedging method.

⚠ WARNING: This EA uses Martingale and hedging techniques. These strategies involve significant risk. Past performance is not indicative of future results. Always test thoroughly on a demo account before using on a live account.

────────────────────────────────────────
KEY FEATURES
────────────────────────────────────────

✦ Dual-Side Grid
Opens BUY + SELL simultaneously. Martingale adds to the losing side as price moves, while the winning side acts as a natural hedge.

✦ Batch Pair Close
Closes the oldest (losing) position together with the top N most profitable positions. Combined profit must meet the MinPairProfit threshold before closing. This reduces drawdown progressively without waiting for a full basket recovery.

✦ Dynamic Grid Step
Automatically widens the grid spacing when total basket lot size exceeds a threshold — reducing order frequency and exposure as the position grows.

✦ Grouped Lot Mode
Alternative to classic Martingale: lots increase every N levels instead of every level. For example, 4 positions at 0.01 lot, then 4 positions at 0.02 lot. Produces a much lower drawdown curve.

✦ Rolling Hedge
After a pair close removes the hedge, the EA can immediately reopen a new hedge at the current price. Optionally, a profitable hedge can be closed (locking profit) and reopened at the current market price to reset entry closer to the action.

✦ Currency Strength Filter
Uses RSI-basket across 7 major pairs per currency to determine relative strength. Supports Dual Timeframe analysis (HTF bias + LTF timing) and Mean-Revert or Trend-Follow modes.

✦ Lock Profit / Trailing Stop
Activates a trailing profit floor once the basket reaches a target. The floor rises with each new peak — protecting accumulated gains without closing prematurely.

✦ News Filter
Uses the MT5 built-in Economic Calendar to pause trading before and after high-impact news events. Automatically disabled in Strategy Tester.

✦ Session Filter
Restrict trading to specific hours of the day.

✦ Live Dashboard
Detailed on-chart panel showing: market data, P/L in pips and USD, grid levels, risk metrics, trailing lock status, currency strength signal, news filter status, and pair close statistics.

✦ Orphan Recovery
If the EA is restarted or reattached while positions are open, it automatically detects and adopts those positions back into the grid — no manual intervention needed.

────────────────────────────────────────
RECOMMENDED SETTINGS
────────────────────────────────────────

EURUSD (conservative):
  GridStep = 30, MaxGridLevels = 8, BaseLot = 0.01
  LotMultiplier = 1.5, MaxLot = 0.5
  MaxDrawdownPct = 20, MinCapital = $1,000

XAUUSD / Gold:
  GridStep = 150, MaxGridLevels = 5, BaseLot = 0.01
  LotMultiplier = 1.3, MaxLot = 0.10
  MaxDrawdownPct = 10, PipSizeOverride = 0.1, MinCapital = $3,000

────────────────────────────────────────
INPUT PARAMETERS
────────────────────────────────────────

=== Grid Settings ===

GridStep
  Grid spacing between levels (pip). Recommended: 20–40 for Forex, 150–200 for Gold.

MaxGridLevels
  Maximum number of grid levels opened per side (BUY and SELL independently).
  Recommended: 8–12. Higher values increase potential recovery but raise margin requirements.

PipSizeOverride
  Manual override for pip size. Set to 0 for auto-detection.
  Use 0.01 for JPY pairs, 0.10 for Gold if grid spacing appears incorrect.

UseDynamicStep
  Enable automatic grid step expansion when total lot size grows.

DynStep_LotTrigger
  Total basket lot size threshold that triggers the dynamic step expansion.

DynStep_Multiplier
  Factor by which GridStep is multiplied once the trigger is reached (e.g. 2.0 = double the step).

=== Take Profit ===

TpMode
  Choose between Dollar ($) or Pips (basket-weighted) profit target mode.

ProfitTargetUSD
  Basket profit target in USD. Used when TpMode = Dollar.

ProfitTargetPips
  Basket profit target in pips (basket-weighted). Used when TpMode = Pips.

=== Martingale Settings ===

BaseLot
  Lot size for the first grid level (L0). All subsequent lots are derived from this.

LotMultiplier
  Multiplier applied per level (Martingale mode) or per group (Grouped mode).

MaxLot
  Hard cap on lot size per individual position. Prevents runaway lot escalation.

LotMode
  LOT_MARTINGALE: lot increases every level (L0=0.01, L1=0.02, L2=0.04...).
  LOT_GROUPED: lot increases every GroupSize levels (4×0.01, 4×0.02, 4×0.04...).
  Grouped mode produces significantly lower drawdown.

GroupSize
  Number of levels sharing the same lot size in LOT_GROUPED mode.

=== Trade Direction ===

TradeDirection
  DIR_BOTH: open BUY and SELL simultaneously (recommended for hedging).
  DIR_BUY: BUY only.
  DIR_SELL: SELL only.

UseCurrStrength
  Enable the Currency Strength filter to bias direction based on RSI basket analysis.
  Automatically disabled for non-Forex symbols (Gold, Crypto, Indices).

CsMode
  CS_MEAN_REVERT: buy when oversold, sell when overbought (recommended for grid).
  CS_TREND_FOLLOW: buy when currency is strong, sell when weak.

StrengthRsiPeriod
  RSI period used for each pair in the currency strength basket (default: 14).

UseDualTF
  Use two timeframes for currency strength analysis: one for overall bias, one for entry timing.

StrengthTF_High
  Higher timeframe for trend bias (default: H4).

StrengthTF_Low
  Lower timeframe for entry timing (default: H1).

StrengthTF
  Single timeframe used when UseDualTF = false.

HtfBiasWeight
  Lot multiplier applied to the signal side when HTF and LTF signals conflict.

OversoldLevel
  RSI level below which the currency is considered oversold → BUY signal (Mean-Revert mode).

OverboughtLevel
  RSI level above which the currency is considered overbought → SELL signal (Mean-Revert mode).

StrengthThreshold
  Minimum difference in strength values required to generate a Trend-Follow direction signal.

UseLotBias
  Apply a lot multiplier to the signal side while still opening both sides.

BiasMult
  Lot multiplier for the signal-side position (e.g. 1.5 = 50% larger lot on signal side).

UseReversalUnlock
  Automatically unlock the direction bias when price reverses by ReversalPips.

ReversalPips
  Pip distance required for a price reversal to unlock the direction lock.

=== Risk Management ===

MaxDrawdownPct
  Maximum equity drawdown percentage. EA closes all positions when breached.
  Recommended: 15–25% for Forex, 8–12% for Gold.

MaxMarginUsePct
  Maximum margin usage percentage. New orders are blocked above this level.

CloseOnDD
  Close all positions immediately when MaxDrawdownPct is reached.

MaxSpreadPips
  Maximum allowed spread to open new positions. Protects against high-spread conditions.

=== Lock Profit / Trailing ===

UseLockProfit
  Enable the trailing profit lock feature.

LockActivateAt
  Profit level at which the trailing lock activates (in TpMode units).

LockMinProfit
  Minimum profit floor that the trailing lock protects.

TrailingStep
  Amount by which the profit floor rises with each new basket peak.

=== Partial Close ===

UsePartialClose
  Enable the Batch Pair Close system.

MinPairProfit
  Minimum combined profit ($) required to trigger a pair close.
  Negative values (e.g. -2.0) allow closing at a small loss to free margin.

PairCloseCooldown
  Seconds to wait after a pair close before ManageGrid can open new positions.
  Prevents rapid reopening at the same price. Recommended: 30–60 seconds.

BatchSize
  Maximum number of profitable positions combined with the oldest to meet the threshold.
  BatchSize=1: classic pair close. BatchSize=3–5: recommended for large lot baskets.

ReHedgeAfterClose
  When true: if a pair close removes all SELL positions, immediately open a new SELL
  hedge at the current price (and vice versa). Uses BaseLot only.

UseRollingHedge
  When true: if a hedge position reaches RollingHedgeProfit, close it (locking profit)
  and reopen a new hedge at the current market price to reset the entry level.

RollingHedgeProfit
  Profit threshold ($) at which a hedge position is rolled to the current price.

PairCloseOnce
  Limit to one pair close event per grid cycle.

ShowPairCloseLog
  Print pair close activity details to the MT5 journal.

=== Trade Settings ===

MagicNumber
  Unique identifier for this EA's orders. Use a different number for each chart instance.

Slippage
  Maximum allowed slippage in points when executing orders.

TradeEnabled
  Master switch. Set to false to pause all new order activity while keeping monitoring active.

=== Dashboard ===

ShowDashboard
  Show or hide the on-chart information panel.

DashX / DashY
  Dashboard panel position on the chart (pixels from top-left corner).

ColBuy / ColSell / ColProfit / ColLoss / ColNeutral / ColHeader / ColBg / ColBorder
  Color customization for the dashboard panel elements.

=== Chart Style ===

ApplyChartStyle
  Apply a custom dark chart style (candle colors, background, grid).

CandleBullBody / CandleBullWick / CandleBearBody / CandleBearWick
  Colors for bullish and bearish candlestick bodies and wicks.

ChartBg / ChartFg / ChartAxis / ShowChartGrid
  Chart background, foreground, axis color, and grid line visibility.

=== Session Filter ===

UseSessionFilter
  Restrict new order opening to a defined time window.

SessionStartHour / SessionEndHour
  Trading session start and end hour (server time, 0–23).

=== News Filter ===

UseNewsFilter
  Pause new order activity around high-impact economic news events.
  Uses the MT5 built-in Economic Calendar. Automatically disabled in Strategy Tester.

NewsMinutesBefore
  Minutes before a news event to stop opening new orders.

NewsMinutesAfter
  Minutes after a news event before resuming new orders.

FilterHighImpact
  Block trading around high-impact news events.

FilterMediumImpact
  Block trading around medium-impact news events.

CloseOnNews
  Close all open positions when the news filter activates.


────────────────────────────────────────
SUPPORTED SYMBOLS & RECOMMENDED SETTINGS
────────────────────────────────────────

GridDuo Pro works on any symbol available on your broker.
All parameters adapt automatically to the symbol's pip size and tick value.
Below are tested configurations for the most common instruments.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EURUSD — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
A well-ranging pair with moderate volatility (~70–90 pip/day).
Works well with default settings. Currency Strength filter
helps avoid strong USD or EUR trend days.

  AccountPreset     = STANDARD
  GridStep          = 20–30       pip
  MaxGridLevels     = 8–10
  BaseLot           = 0.01
  LotMultiplier     = 1.5
  MaxLot            = 0.50
  TpMode            = Dollar
  ProfitTargetUSD   = 5.0
  MinPairProfit     = -2.0
  MaxDrawdownPct    = 20
  UseCurrStrength   = true
  CsMode            = Contrarian  (Mean-Revert)
  Minimum capital   = $500 (conservative) / $1,000 (recommended)


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
GBPUSD — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Higher volatility than EURUSD (~100–130 pip/day). Wider grid
step recommended to avoid excessive order frequency.

  AccountPreset     = STANDARD
  GridStep          = 30–40       pip
  MaxGridLevels     = 8
  BaseLot           = 0.01
  LotMultiplier     = 1.5
  MaxLot            = 0.30
  TpMode            = Dollar
  ProfitTargetUSD   = 5.0
  MinPairProfit     = -3.0
  MaxDrawdownPct    = 20
  Minimum capital   = $800 (conservative) / $1,500 (recommended)


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
USDJPY / EURJPY — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JPY pairs require PipSizeOverride = 0.01 if grid spacing
appears too tight or too wide after attaching the EA.

  AccountPreset     = STANDARD
  PipSizeOverride   = 0.01        ← required for JPY pairs
  GridStep          = 20–30       pip
  MaxGridLevels     = 8
  BaseLot           = 0.01
  LotMultiplier     = 1.5
  MaxLot            = 0.50
  MaxDrawdownPct    = 20
  Minimum capital   = $600


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
XAUUSD (Gold) — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Gold moves 15–30 pip/minute during active sessions. A wide
grid step is essential. Currency Strength is automatically
disabled for Gold. Use a conservative lot multiplier and
strict drawdown limit.

  AccountPreset     = STANDARD
  PipSizeOverride   = 0.10        ← required for Gold
  GridStep          = 150–200     pip
  MaxGridLevels     = 4–5
  BaseLot           = 0.01
  LotMultiplier     = 1.3
  MaxLot            = 0.10
  TpMode            = Dollar
  ProfitTargetUSD   = 10.0
  MinPairProfit     = -5.0
  MaxDrawdownPct    = 10          ← tighter DD for Gold
  BatchSize         = 5
  Minimum capital   = $2,000 (conservative) / $5,000 (recommended)


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
XAUUSD (Gold) — Cent Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
A cent account lets you trade Gold with a much smaller real
capital while maintaining the same grid logic. All dollar-based
inputs are entered as if on a standard account — the EA
multiplies them by 100 internally to match the cent currency.

HOW IT WORKS:
  You enter ProfitTargetUSD = 10
  EA internally uses 1000 cents = $10 real money

  AccountPreset     = CENT        ← key setting
  PipSizeOverride   = 0.10
  GridStep          = 150–200     pip
  MaxGridLevels     = 4–5
  BaseLot           = 0.01
  LotMultiplier     = 1.3
  MaxLot            = 0.10
  TpMode            = Dollar
  ProfitTargetUSD   = 10          (= 1000¢ = $10 real)
  MinPairProfit     = -5          (= -500¢ = -$5 real)
  LockActivateAt    = 5           (= 500¢ = $5 real)
  LockMinProfit     = 1           (= 100¢ = $1 real)
  RollingHedgeProfit= 50          (= 5000¢ = $50 real)
  MaxDrawdownPct    = 10          (percentage — unchanged)
  BatchSize         = 5
  Minimum capital   = ¢20,000 ($200 real) to ¢50,000 ($500 real)

NOTE: Parameters that use pip or percentage (GridStep,
MaxDrawdownPct, MaxSpreadPips, LotMultiplier) are never
scaled — they work identically on both account types.


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
US30 / NAS100 / DAX — Indices
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Indices have wide intraday ranges and can trend strongly.
Use a larger grid step and stricter drawdown limit.
PipSizeOverride depends on broker — check the pip value
shown in the dashboard after attaching.

  AccountPreset     = STANDARD
  PipSizeOverride   = 1.0         (verify after attach)
  GridStep          = 50–100      pip
  MaxGridLevels     = 4
  BaseLot           = 0.01
  LotMultiplier     = 1.3
  MaxLot            = 0.05
  MaxDrawdownPct    = 8
  UseDynamicStep    = true        ← recommended for indices
  DynStep_LotTrigger= 0.05
  DynStep_Multiplier= 2.0
  Minimum capital   = $3,000


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BTCUSD / ETHUSD — Crypto
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Extremely volatile. Grid trading on crypto is high risk.
Use the widest grid step and lowest possible lot size.
Recommended for experienced users only.

  AccountPreset     = STANDARD
  PipSizeOverride   = 1.0
  GridStep          = 500–1000    pip
  MaxGridLevels     = 3
  BaseLot           = 0.01
  LotMultiplier     = 1.2
  MaxLot            = 0.02
  MaxDrawdownPct    = 5
  Minimum capital   = $5,000+


────────────────────────────────────────
UNDERSTANDING THE DASHBOARD
────────────────────────────────────────

The on-chart panel displays real-time information in sections:

  MARKET           Current price, spread, direction, grid cycle count
  PROFIT / LOSS    Float P/L in pip and USD, TP target, progress bar
  POSITIONS        Open BUY/SELL count and lot sizes
  GRID LEVELS      Filled levels per side, next trigger price, dynamic step status
  RISK MONITOR     Equity drawdown % and margin usage % with visual bars
  TRAILING LOCK    Lock status, current peak P/L and profit floor
  CURRENCY STRENGTH EUR/USD strength values and direction signal
  NEWS FILTER      Filter status and next blocked event
  PAIR CLOSE       Status, number of pairs closed, total locked profit

Account type (STANDARD or CENT) is shown at the bottom of the panel.
おすすめのプロダクト
S&P 500スキャルパーアドバイザーは、S&P 500指数で成功したいトレーダーのために設計された革新的なツールです。この指数は、米国の株式市場で最も広く利用され、権威のある指標の一つであり、米国の主要企業500社で構成されています。 特徴: 自動取引ソリューション:     アドバイザーは、高度なアルゴリズムとテクニカル分析に基づいており、変化する市場状況に合わせて戦略を自動的に適応させます。 多目的なアプローチ:     アドバイザーは、インデックスのトレンドの理解、変動価格の分析、利益を最大化しリスクを最小化するアルゴリズムなど、複数の戦略を組み合わせます。 柔軟性とカスタマイズ性:     トレーダーは、取引目標、リスク レベル、取引戦略の好みに合わせて EA 設定をカスタマイズできます。 リスク管理:     アドバイザーは市場を常に監視し、リスクを管理するための対策を講じます。一定の損失レベルに達したときに取引を自動的に終了するように設定することもできます。 透明性と報告:     トレーダーは詳細なレポートと分析にアクセスしてアドバイザーのパフォーマンスを評価し、情報に
| 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
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
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
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
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT5 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT5 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。平均方向移動指数(ADX ) 、 商品チャネルインデックス(CCI) 、 クラシック平研アシキャンドル 、 移動平均 、 移動平均収束発散(MACD) 、 相対活力指数(RVI) 、 相対力指数(RSI) 、 放物線SAR 、 ストキャスティクス 、 ウィリアムズのパーセント範囲 。 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。   Matrix Arrow EA MT5 を使用すると、チャートのトレードパネルから直接、または100%アルゴリ
XGen Scalper MT5 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
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-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
XAUUSD Gold Scalper EA — Vision (MT5) Current Version: 11.33 Professional Rule-Based Gold Trading for MetaTrader 5 XAUUSD Gold Scalper EA — Vision is a professional Expert Advisor developed for traders who want a structured and disciplined approach to trading gold on MetaTrader 5. This system is built for XAUUSD with a focus on setup quality, execution safety, and risk control. Instead of chasing constant trades, it is designed to wait for more favorable market conditions and manage positions w
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Smart Reversion – Professional Mean Reversion for MT5 Smart Reversion is a precision trading tool designed for professional traders who demand logic-driven entries and institutional-grade risk management. Unlike standard grid EAs, Smart Reversion utilizes a multi-layered filtering system and smart recovery logic based on actual market structure. Live signal:   https://www.mql5.com/en/signals/2365476 Verified Performance & Pairs The EA has been rigorously stress-tested to ensure stability and lon
Bolic Eagle EA
Almaquio Ferreira De Souza Junior
Bolic Eagle EA - Advanced Parabolic SAR-Driven Trading Algorithm Overview Bolic Eagle EA is a sophisticated algorithmic trading solution designed for traders seeking a highly adaptable and automated system rooted in the Parabolic SAR indicator. This Expert Advisor (EA) is crafted to identify and capitalize on market reversals by utilizing the precision of the Parabolic SAR, enhanced with optional trend confirmation tools, advanced risk management protocols, and unique features such as email no
YenSync
Michael Prescott Burney
1 (1)
円同期     YenSyncは、実績のある富士波システムのコアロジックに基づいた、USD/JPYの1時間足チャート向け高度トレーディングシステムです。USD/JPYペア特有の価格変動に対応するように設計されたYenSyncは、様々なボラティリティ状況下において、正確な市場エントリー、トレンド同期、リスク管理を最優先事項としています。 このシステムは、内部のモメンタム追跡機能と方向性アライメントフィルターを活用し、明確かつ一貫した市場トレンドを捉え、短期的な変動の影響を最小限に抑えます。取引タイミング、最大スプレッド、資本削減フィルターを精密に制御できるほか、ロットサイズ、最大ポジションサイズ、取引頻度をユーザーが自由にカスタマイズできるため、リスクと取引戦略を好みに合わせて調整できます。 YenSyncは効率性と適応性を重視して設計されており、USD/JPYペアの高い変動性を管理するために、信頼性が高く体系的なアプローチを求めるトレーダーにとって理想的な選択肢となっています。
Sonic R Pro Enhanced EA - バージョン 2025 249ドル - 最初の5名様限定! ライブシグナル Sonic R Pro Enhancedのライブパフォーマンスを確認: トレード戦略 Sonic R Pro Enhancedは、Dragon Band (EMA 34とEMA 89) を基にした自動トレード戦略の改良版であり、先進的なアルゴリズムを搭載しています。 タイムフレーム: M15, M30 対応通貨ペア: XAUUSD, BTCUSD, AUDJPY, USDJPY トレードスタイル: スイングトレード - リトレースメント & 逆張り 最低資金: 500 USD レバレッジ: 1:200 以上 ユーザーガイド Sonic R Pro Enhancedはシンプルさを追求しています。設定するのは1つのパラメータ: RiskAmount のみです。 RiskAmount < 0 の場合:口座残高のパーセンテージでリスクを計算 RiskAmount > 0 の場合:1回のトレードあたりの固定リスク金額 (USD) 例: RiskA
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Srfire Hedge Position
Javier Antonio Gomez Miranda
SRFire Hedge Position - Automated Trading Strategy SRFire Hedge Position is an Expert Advisor (EA) designed to ensure trades always close in profit using a hedging and scaling technique. Here’s how it works: How It Works: Trade Initiation: The EA opens a Buy position within a predefined channel. Simultaneously, it places a Sell Stop order below the channel with double the lot size of the Buy position. If the Buy position hits the Take Profit (TP), the Sell Stop order is canceled, and the proces
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: $199 Note: The price may increase to $39
Announcement: All EAs (Expert Advisors) from QuanticX are currently available for free, but only for a limited time! To enjoy a Lifetime QuanticX support and continue receiving free EAs, we kindly request you to leave a review and track the performance of our EAs on Myfxbook. Additionally, don't hesitate to reach out to us for exclusive bonuses on EAs and personalized support. Seaguard by QuanticX Step into the cutting-edge domain of QuanticX , a leading FinTech startup reshaping the landscape
Intraday VWAP Reversion Strategy with HTF Bias Control and Advanced Risk Management A structured mean-reversion Expert Advisor designed for disciplined intraday trading. It combines anchored VWAP logic with higher-timeframe EMA bias, volatility filtering, and strict trade management rules. Built for traders who value risk control as much as entries. Core Strategy Logic The EA trades mean reversion around daily-anchored VWAP using: M1-based anchored VWAP (daily reset) Standard deviation st
FREE
プラチナトレーダーの皆様へ! XPTUSD Trend Protected EAは、無作為にトレードを行いません。 トレンドが明確で、市場が確認したときのみエントリーします。 ノイズや過剰取引を避け、アカウントを守ります。 リスク管理はスマート:連敗時には自動でポジションを減らし、連勝時には利益を最大化します。 すべての取引は独立しており、マーチンゲール、グリッド、ヘッジは使用しません。 プログレッシブ・トレーリングストップにより、利益を守りつつトレンドの伸びを妨げません。 ロンドン、ニューヨーク、中間セッションに適応。 ドローダウンを抑え、長期的な一貫性を実現。 賢いトレーダー向けに設計されており、運頼みではありません。 XPTUSD Trend Protected EAは完全自動のエキスパートアドバイザーで、 プラチナ (XPTUSD) 専用、 M15タイムフレーム に最適化されています。 詳細説明 システムは マルチタイムフレームによるトレンドフォロー のロジックに基づき、マーケット構造、トレンドの強さ、ボラティリティが揃ったときのみトレードを行い、低品質の取引を大幅に減
Meteoro
Gabriel Joel Dos Passos
FORCE CANDLE PRO MT5 モメンタム 型 の 取引 ロボット 規律 と 明瞭 さ で 強い 値動き を 捕捉 する 市場 に 本物 の 強勢 ローソク が 現れた 時 のみ エントリー する 実体 が 支配 的 反対 ヒゲ を 制御 客観 的 な 判定 と 堅実 な 執行 余計 な 要素 なし 外部 依存 なし マーチン なし グリッド なし FORCE CANDLE PRO が 優れている 理由 価格 の エネルギー が 一本 の 強勢 ローソク に 集中 する 瞬間 を 狙う その 状況 では 継続 の 可能性 が 高まり やすい ロボット は 実体 の 強さ を ATR と 比較 し 実体 対 レンジ の 質 を 評価 し 反対 ヒゲ が 制御 されて いる か を 確認 する 必要 に 応じて 直近 の 高値 または 安値 の 突破 に よる 確認 を 追加 できる 結果 は 背景 の ある クリーン な エントリー で 大きな 一波 を 狙う こと に 集中 できる 対象 ユーザー 明確 な エントリー と 低 ノイズ を 求める トレーダー 軽量 で 実用
FREE
Quantum SNI
Wassayos Phuthadthom
5 (1)
Quantum SNI — Precision Setup & Smart Profit System RR 1:15 Launch Promotion — Price increases by $50 every 10 sold. Lock in the lowest price now before the next automatic price adjustment. Early access is highly recommended. ​Quantum SNI is a highly disciplined trading system built for MetaTrader 5. It does not rely on random, high-frequency, or continuous market exposure. Instead, the EA operates on a strictly guarded, proprietary logic. It patiently monitors the chart and only executes trade
Makfin Algo – Smart Trend-Following Expert Advisor for MT5 Makfin Algo is a sophisticated 100 parameter trend-following Expert Advisor (EA) for MetaTrader 5, engineered to deliver consistent, automated trading results while keeping risk under control. Suitable for beginners, experienced traders, and algo enthusiasts, Makfin Algo combines cutting-edge features with user-friendly operation. Key Features: • Automated Trend-Following Strategy: Detects market trends across multiple timeframes
Ay XAUUSD Expert ゴールド専用M15トレンド自動売買EA|安定型スキャル・デイトレ両対応 ゴールド自動売買の新定番! 高精度トレンド判定 × コツコツ型ロジック × 右肩上がりの実績! 「Ay XAUUSD Expert」は、ゴールド(XAUUSD)M15専用に設計された高性能トレンドEAです。 アップダウンの激しい相場にも強く、急変動でもブレない独自アルゴリズムを搭載。 <主な特徴> ・M15専用・ゴールド特化型EA(XAUUSD向け自動売買) ・独自ロジックでトレンドと押し目をしっかりキャッチ ・急変動やノイズにも強い安定稼働設計 ・資金管理・リスクコントロール自動化 ・毎日利益を積み上げるコツコツ型運用 ・パラメータ調整不要!デフォルトのまま即運用可能 ・バックテストでも右肩上がりの安定成績! ・スキャルピング・デイトレード両対応/長期運用も <使い方> 通貨ペア:XAUUSD(ゴールド) 時間足 :M15(15分足) <こんな方におすすめ> ・ゴールド自動売買で“安定して利益”を狙いたい方 ・どの期間でも右肩上がりのパフォーマンスを重視する方 ・トレ
NO GRID | NO MARTINGALE | 1:1 RISK-REWARD RATIO | NO AI STUNT |  Welcome to GOLD Ranger EA! GOLD Ranger EA is designed specifically for trading the XAUUSD pair in low-volatility, ranging markets, providing a safer, controlled approach to gold trading. Built without complex AI or risky strategies, it’s a straightforward, reliable system, by the people who are trading in forex as a team from more than 9 years. Live Signal: High Risk (2% Per Trade)   https://www.mql5.com/en/signals/2268757 Intro
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
他のEAを無料で入手!!!他のEAを無料で入手!!!他のEAを無料で入手!!!他のEAを無料で入手!!!他のEAを無料で入手!!! RSIグリッドはRSIの買われ過ぎと売られ過ぎの条件に基づいており、取引が市場の負け側にあるときにグリッドを開きます。 RSIはテクニカルトレーダーに強気と弱気の価格の勢いに関するシグナルを提供し、多くの場合、資産の価格のグラフの下にプロットされます。資産は通常、RSIが70%を超えると買われ過ぎと見なされ、30%を下回ると売られ過ぎと見なされます。 パラメーター: タイムフィルター 月曜日 火曜日 水曜日 木曜日 金曜日 土曜日 日曜日 始まる時間 終了時間 RSI設定 RSI期間 買われ過ぎ 売られ過ぎ 時間枠 資金管理 Autolot 最大ロット 利益を得る グリッドサイズ 乗数 トレーリングオプション トレーリングストップ トレーリングステップ トレイルオフセット ファイルを設定する v1.8GBPUSDセット1 https://youtu.be/a7PfCr1jYXQ htt
このプロダクトを購入した人は以下も購入しています
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (525)
トレーダーの皆さん、こんにちは!私は 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 Queen MT5 を購入すると、Q
Gold House MT5
Chen Jia Qi
4.88 (32)
Gold House — ゴールド・スイングブレイクアウト取引システム バージョン2.0が大幅な改善を伴ってリリースされました。 近日中に価格調整が予定されています。早めの導入をおすすめします。 93   本販売済み — 残り7本のみ。最安値で手に入れるチャンスをお見逃しなく。 Live signal: https://www.mql5.com/en/signals/2359124 最新情報をお届け — MQL5チャンネルに参加して、製品アップデートやトレードのヒントを受け取りましょう。 リンクを開き、ページ上部の「購読」ボタンをクリックしてください: Click to Join このEAは、私たちのチームの内部リアル取引口座から生まれました。7年間のヒストリカルデータで開発・検証し、実際の市場パフォーマンスで確認した後に公開を決定しました。出品のためにバックテスト曲線を特別に最適化してはいません。ご覧いただいているのは、私たち自身がずっと使用してきたバージョンそのものです。 固定時刻のエントリーやインジケーターのクロスに依存しません。代わりに、ゴールド市場で最も根本的な価格構造である
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (33)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 3つのモード: モード1(推奨)— 非常に高い精度、週あたりの取引数が少ない。資本保全と規律ある取引のために設計。 モード2 — 取引頻度が高く、精度はやや低い。より多くの市場参加を好むトレーダー向け。 モード3(ワイドトレール)— モード1と同じエントリー品質ですが、より広いトレーリングストップでポジションを長く保持し、大きな値動きを捉えます。モード1より取引頻度がやや高め。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exne
Quantum King EA
Bogdan Ion Puscasu
4.98 (165)
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 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Gold Snap — ゴールド向け高速利益獲得システム ローンチプロモーション — 限定初期ステージ Gold Snap は現在、特別な初期プロモーション価格で提供されています。 今後の段階では価格は引き続き上昇し、次の大きな目標価格は 999 ドルです。 早期購入者が最も大きな価格優位を得られます。 ライブシグナル: https://www.mql5.com/zh/signals/2362714 MQL5チャンネルに参加して、製品アップデートやトレード情報を受け取りましょう。 リンクを開いた後、ページ上部の「登録」ボタンをクリックしてください: https://www.mql5.com/en/channels/tendmaster Gold House の長期的な開発と実運用での検証を通じて、ゴールド市場におけるブレイクアウト戦略の有効性と、当社の自動適応パラメータシステムの実用的な価値を改めて確認しました。 しかし、どのブレイクアウト戦略にも共通する課題があります: 利益確定が早すぎると、その後の本格的なトレンドを逃してしまう可能性があり、 遅すぎると、含み益の一部を市場に戻して
Quantum Valkyrie
Bogdan Ion Puscasu
4.83 (131)
クォンタムヴァルキリー - 精密、規律、実行 割引   価格。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 にアプローチできるように構築されています。 数ヶ月間、私のアーキテクチャは舞台裏で洗練され続けました。変動の激しいセッシ
Goldwave EA MT5
Shengzu Zhong
4.71 (31)
リアルトレード口座   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA は、MQL5 上で検証済みのリアルトレードシグナルと、完全に同一の取引ロジックおよび執行ルールを使用しています。推奨された最適化済み設定を使用し、信頼性の高い ECN / RAW スプレッドのブローカー (例:IC Markets または TMGM) で運用した場合、本 EA のリアルトレード挙動は、当該ライブシグナルの取引構造および執行特性に極めて近い形で設計されています。ただし、ブローカーごとの取引条件、スプレッド、約定品質、ならびに VPS 環境の違いにより、個々の結果が異なる可能性がある点にご注意ください。 本 EA は数量限定で販売されています。現在、残りのライセンスは 2 件のみで、価格は USD 999 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き下げ)も使用
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) WARNING : 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポートとレ
Akali
Yahia Mohamed Hassan Mohamed
4.05 (58)
LIVE SIGNAL: ライブパフォーマンスを見るにはここをクリック 重要:最初にガイドをお読みください このEAを使用する前に、ブローカーの要件、戦略モード、およびスマートアプローチを理解するために、設定ガイドを読むことが重要です。 ここをクリックして公式Akali EAガイドを読む 概要 Akali EAは、ゴールド(XAUUSD)専用に設計された高精度スキャルピングエキスパートアドバイザー(EA)です。非常にタイトなトレーリングストップアルゴリズムを利用して、ボラティリティの高い期間に瞬時に利益を確保します。 このシステムは精度を重視して構築されており、市場の急速な動きを利用し、市場が反転する前に利益を確定することで、高い勝率を目指しています。 設定要件 通貨ペア: XAUUSD(ゴールド) 時間足: M1(1分足) 口座タイプ: Raw ECN / 低スプレッドが必須です。 推奨ブローカー: ガイドを参照してください 注意: このEAはタイトなトレーリングストップに依存しています。スプレッドの広い口座ではパフォーマンスに悪影響を及ぼします。サーバー時間とブローカーの選択の詳細
Chiroptera
Rob Josephus Maria Janssen
5 (13)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades 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 caused by Tweets and other ad-ho
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1499ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 999 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインしました。 Ultimate Breakout System は単なる EA
The Gold Phantom
Profalgo Limited
4.54 (28)
プロップファーム準備完了! --> すべてのセットファイルをダウンロード 警告: 現在の価格では残りわずかです! 最終価格: 990ドル 新着(399ドルから) :EAを1つ無料でお選びください!(取引口座番号は2つまで、UBSを除く私のEAのいずれか) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   ライブシグナル ライブシグナル2 !! ゴールドファントム登場!! The Gold Reaper の大成功に続き、その強力な兄弟機、 The Gold Phantom を ご紹介できることを大変誇りに思います。これは、同じ実戦テスト済みのエンジンをベースに構築された、純粋で無駄のないブレイクアウト システムですが、まったく新しい一連の戦略が盛り込まれています。 The Gold Reaper の非常に成功した基盤の上に構築された The Gold Phantom は 、 自動化された金取引をスムーズに実行します。 このEAは複数の時間枠で同時に動作するように設計されており、取引頻度を完全に制御できます。 非常に保守的な設定
Full Throttle DMX
Stanislav Tomilov
5 (6)
フルスロットルDMX - リアルな戦略 , とリアルな結果   Full Throttle DMXは、EURUSD、AUDUSD、NZDUSD、EURGBP、AUDNZDの通貨ペアで動作するように設計された、マルチ通貨取引エキスパートアドバイザーです。このシステムは、よく知られたテクニカル指標と実績のある市場ロジックを用いた、古典的な取引アプローチに基づいて構築されています。EAには10種類の独立した戦略が含まれており、それぞれが異なる市場状況と機会を特定するように設計されています。多くの現代の自動システムとは異なり、Full Throttle DMXは、グリッド、平均化、マーチンゲール、その他の積極的な回復手法といったリスクの高い資金管理手法は使用しません。このシステムは、長年にわたりテストされてきた、規律正しく保守的な取引哲学に従っています。EAは、H1時間枠で動作するデイトレードシステムを使用し、影響力の大きい経済イベント時の取引を回避するためのニュースフィルターを内蔵しています。取引は5つの通貨ペアに分散されているため、単一市場への依存を軽減できます。この戦略は透明性の高い取引
Agera
Anton Kondratev
3.75 (8)
AGERA は 、金市場の脆弱性を特定するための、完全に自動化された多面的なオープン EA です。 Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :     https://www.mql5.com/en/signals/2361808 Default       Settings for One Сhart 
私のライブシグナルと同じ結果をお望みですか?   私が使っているのと同じブローカーを使用してください:   IC MARKETS  &  I C TRADING .  中央集権化された株式市場とは異なり、外国為替には単一の統合された価格フィードがありません。  各ブローカーは異なるプロバイダーから流動性を調達し、独自のデータストリームを作成しています。 他のブローカーでは、60〜80%に相当する取引パフォーマンスしか達成できません。 ライブシグナル MQL5のForex EA Tradingチャンネル:  私のMQL5チャンネルに参加して、最新情報を入手してください。  MQL5上の14,000人以上のメンバーからなる私のコミュニティ . 10個中残り3個のみ、$499で提供中! その後、価格は$599に引き上げられます。 EAは、購入されたすべてのお客様の権利を確実にするため、数量限定で販売されます。 AI Gold Scalp Proのご紹介:損失を教訓に変える自己学習型スキャルパー。  ほとんどのスキャルピングEAは自分のミスを隠します。AI Gold Scalp Pro
私のライブシグナルと同じ結果を求めていますか?   私と同じブローカーを使用してください:   IC MARKETS  および  I C TRADING .  中央集権的な株式市場とは異なり、FXには単一の統一された価格フィードは存在しません。 各ブローカーは異なるプロバイダーから流動性を調達しているため、独自のデータストリームが生成されます。他のブローカーでは、私の取引パフォーマンスの60〜80%程度しか再現できない可能性があります。     MQL5 Forex EA Trading チャンネル:  MQL5チャンネルに参加して最新ニュースを受け取ってください。  MQL5にて15,000人以上のメンバーが参加するコミュニティ . 499ドルでの販売は残り10本中3本のみです! それ以降、価格は599ドルに引き上げられます。 本EAは、購入されたすべてのお客様の権利を保護するため、限定数のみ販売されます。     AI Gold Tradingは、高度な GPT-4oモデルを活用し、XAU/USD(ゴールド)市場で洗練されたトレンドフォロー戦略を実行します。システムはマルチタ
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.72 (123)
Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bitcoin EA は H1 時間枠で成功し、市場の勢いの本質を捉える トレンドフォロー戦略 を
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲー
Smart Owl FX is a sophisticated multicurrency trading algorithm designed to operate with surgical precision during the quiet hours of the Asian session. While the market sleeps, the "Smart Owl" hunts for opportunities using advanced mean-reversion logic tailored for low-volatility periods. This Expert Advisor relies on market structure analysis rather than dangerous strategies like martingale or grid. Every trade is calculated to maximize statistical probability. Set File IC/Vantage/Tickmil..se
Golden Hen EA
Taner Altinsoy
4.51 (49)
概要 Golden Hen EA は、 XAUUSD 専用に設計されたエキスパートアドバイザー(EA)です。異なる市場状況や時間枠(M5、M30、H2、H4、H6、H12、W1)でトリガーされる 9つ の独立した取引戦略を組み合わせて動作します。 EAは、エントリーとフィルターを自動的に管理するように設計されています。EAの中核となるロジックは、特定のシグナルを識別することに重点を置いています。Golden Hen EAは、 グリッド、マーチンゲール、またはナンピン(averaging)手法を使用しません 。 EAによって開かれるすべてのトレードは、事前に定義された ストップロス(Stop Loss) と テイクプロフィット(Take Profit) を使用します。 ライブシグナル   |   アナウンスチャンネル  | セットファイルをダウンロード v4.4 9つの戦略の概要 EAは複数の時間枠で同時にXAUUSDチャートを分析します: 戦略 1 (M30):   この戦略は、定義された弱気パターンの後に、潜在的な強気(bullish)反転シグナルを識別するために、直近のバーの特
PrizmaL Gravity
Vladimir Lekhovitser
5 (1)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2364406 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く PrizmaL Gravity は、構造化されたシンプルなスキャルピング環境において、ニューラルネットワークの学習によって開発された次世代のエキスパートアドバイザーです。 本システムは2020年から現在に至るまでの市場データでトレーニングされ、異なるボラティリティ環境や市場挙動に適応できるよう設計されています。 最新のアップデートにより、戦略は買いと売りの両方の取引を完全に統合しました。 システムは特定の方向に偏ることなく、モデル条件に基づいて両方向を活用します。 PrizmaL Gravity は継続的な市場参加ではなく、選択的な参加モデルを採用しています。 現在は週5日間の全取引期間にわたって稼働し、内部フィルタリングロジックを維持しながら、より多くの市場フェーズに対応します。 市場条件が整っ
Aot
Thi Ngoc Tram Le
4.8 (108)
AOT 多通貨エキスパートアドバイザー(AIセンチメント分析搭載) 相関通貨ペア間のポートフォリオ分散のためのマルチペア平均回帰戦略。 AOTを初めてテストする場合:     固定ロットサイズ設定 から開始してください。固定ロット0.01 | ペアあたり単一ポジション | 高度な機能オフ。システムの動作を理解するための純粋な取引ロジック。 トラックレコードシグナル 詳細 設定ファイル名 説明 DarwinexZero 口座規模 $100k 設定ファイル AOT MR モジュール: リカバリー機能有効 (-500ポイント) ICMarketsSC 口座規模 $20,000 設定ファイル AOT SWING モジュール + AOT MR モジュール: リカバリー機能有効 (+500ポイント)。BE、SPS有効 重要! 購入後、インストールマニュアルと設定手順をお受け取りいただくため、プライベートメッセージをお送りください。 リソースとドキュメント リソース 説明 AOT公式チャンネル このチャンネルにより、ユーザーは最新情報を確実に受け取ることができます AOTの取引頻度について なぜボッ
BB Return mt5
Leonid Arkhipov
5 (28)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
クイーンストラテジーズエンパイア – エキスパートアドバイザー 概要 Queen Strategies Empireは、異なる取引コンセプトに基づいて構築された7つの独立したモードを備えたマルチ戦略エキスパートアドバイザーです。 各モードは独自のエントリーロジック、取引管理、SLとTPの構造を備えており、1つのシステム内で複数のアルゴリズムアプローチを可能にします。 警告: 複数の戦略を同時に使用する場合、全体のバランスを保つためにロットサイズはすべて同じにしてください。1つの戦略がストップロスに達した場合、その戦略のロットサイズが大きいと、全体の回復が遅れる可能性があります。 **ストラテジー5(自動ロット有効)**では、ロットサイズが適切なドローダウン設定を決定します: ロットサイズを増やす場合、少なくとも1つのグリッドレベルを許可するために、より大きなドローダウンが必要です。 ロットサイズを減らす場合、それに応じてドローダウンも減らす必要があります。 詳細はユーザーマニュアルをご参照ください。この調整は将来のアップデートで自動化される可能性があります。 Queen Stra
Karat Killer
BLODSALGO LIMITED
4.58 (31)
純金の知性。徹底的に検証済み。 Karat Killer   は、使い回しのインジケーターと水増しされたバックテストを持つ、ありふれたゴールドEAではありません——XAUUSD専用に構築された   次世代機械学習システム   であり、機関投資家レベルの方法論で検証され、見せかけよりも実質を重視するトレーダーのために設計されています。 LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. 詳細なバックテストレポート、検証方法論、ポートフォリオ相関研究 BLODSALGO Analyticsサブスクリプション——無料プロフェッショナルダッシュボード(購入に含まれます) LIVE IC TRADING SIGNAL   すべてのブローカーで動作します。推奨ブローカーについては   こちらのガイドをご確認ください。 ほとんどのEAが固定ルール、
AI Quantum Scalper — インテリジェント実行の進化 精度。知性。マルチマーケットの支配。 SETファイルをダウンロード  | 入力ガイド | セットアップガイド Promotion: 割引価格:プロモーション期間中、価格は**毎日50ドルずつ上昇**します。 段階的価格設定:最初の100名の顧客の後、価格は**999.99ドル**に上昇し、その後**4999.99ドル**まで段階的に上昇します。 特別オファー:今すぐAI Quantum Scalperを購入すると、**EA Titan Breaker**を受け取るチャンスがあります(詳細はプライベートメッセージでお問い合わせください)。 Live Signal: [ CLICK HERE ] 重要:購入後、最適化されたsetファイルおよびインストール手順を受け取るために、必ずプライベートメッセージを送信してください。 紹介 私はAI Quantum Scalperです。 私は一般的なエキスパートアドバイザーではなく、高頻度または無制御なスキャルピングのために設計されたものでもありません。私は、精度、規律、そ
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Nano Machine
William Brandon Autry
5 (10)
Nano Machine GPT Version 2 (Generation 2) – 持続的プルバック・インテリジェンス 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテール外国為替取引に導入した最初期のシステムの一つです。 Nano Machine GPT Version 2はそのラインにおける次の進化です。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 Nano Machine GPT Version 2は違います。 分析したすべてのプルバックセットアップ、すべてのエントリー、すべての見送り、各判断の背後にある推論、市場の反応、そして各Machine Symmetryバスケットの実際のパフォーマンスを記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される集中したインテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これはプルバックトレーディングのために構築された持続的な専門インテリジェンスです。 従来のEAは固定されたルールの中に閉じ込められたままです。Na
Zenox
PETER OMER M DESCHEPPER
4.16 (32)
フラッシュセール:10冊限定で50%オフ!通常価格:1349.99米ドル。最新情報を入手するには、無料の公開チャンネル こちら にご参加ください! ライブシグナルが10%増加するごとに、Zenoxの独占権を維持し、戦略を保護するために価格が引き上げられます。最終価格は2,999ドルとなります。 ライブシグナル IC Markets口座、証明としてライブパフォーマンスをあなた自身の目でお確かめください! ユーザーマニュアルをダウンロード(英語) Zenoxは、最先端のAI搭載マルチペアスイングトレードロボットで、トレンドを追跡し、13種類の通貨ペアにわたってリスクを分散します。長年にわたる献身的な開発により、強力な取引アルゴリズムが実現しました。 2000年から今日までの高品質なデータセットを使用しました。AIは最新の機械学習技術を用いてサーバー上でトレーニングされ、その後強化学習が行われました。このプロセスには数週間かかりましたが、結果は非常に印象的です。トレーニング期間は2000年から2020年までです。2020年から今日までのデータはOut Of Sampleです。複数年にわた
Prop Firm Gold EA
Jimmy Peter Eriksson
4.48 (27)
金(XAUUSD)におけるプロップファームの課題に対応するために構築されました 簡単な  プラグアンドプレイセットアップ リスクのないマーチンゲール/グリッド ライブシグナル  |    FTMOの結果  |  公開コミュニティ 警告 :現在の価格で入手できる在庫はごくわずかです!最終価格: 990ドル 戦略 Prop Firm Gold EAは、MT5プラットフォーム上で金(XAUUSD)専用に設計されたマルチストラテジー取引システムです。 このシステムは、ブレイクアウトベースのコンセプトと日中価格パターンを組み合わせることで、日中の主要な方向性を捉える複数のロジックを統合しています。 これにより、単一の設定に依存するのではなく、さまざまな日中市場状況に適応できます。 この戦略は、インジケーターや固定時間枠に基づかず、カーブフィッティングを減らし堅牢性を向上させるために最小限の最適化を使用しています。Prop Firm Gold EAは、分散取引ポートフォリオの一部として効果的に機能するように設計されています。日中取引に特化したロジックにより、異なるアプローチを使用する
作者のその他のプロダクト
NN Grid Pro
Saksit Pawapootanont
# NN Grid Pro - Grid Trading System ## Overview NN Grid Pro is a grid trading Expert Advisor with entry and exit management. The EA features 4 close modes, auto lot sizing, and works on all symbols including Forex pairs and Gold (XAUUSD). ## Key Features ### Entry System - Multi-timeframe analysis for precise entries - Price Action confirmation with candlestick patterns - Multiple indicator filters for signal quality ### 4 Close Modes 1. **Close All Together**: Closes all positions when tar
SmartEntry EA
Saksit Pawapootanont
Overview SmartEntry EA gives traders full control over any trading symbol — Gold (XAUUSD), Indices, Crypto, and Forex — with both manual and automated entry modes. The EA automatically detects the symbol type and adjusts pip/unit calculations accordingly. The built-in panel allows real-time control of every feature without restarting the EA.   Key Features Auto HG Trigger •   Automatically detects bullish M1 candles exceeding a configurable size threshold •   Mode 1 — HG Sure-Fire: Opens BUY an
フィルタ:
レビューなし
レビューに返信