GoldWay EA II

GoldWay EA II is a brand-new MetaTrader 5 Expert Advisor built on a new GoldWay trading engine.
This is not a patch of a previous version — it’s a new architecture: an HTF core + controlled LTF add-ons, staged position management (up to 3 tranches), separate HTF/LTF take-profit targets, breakeven automation, and an advanced indicator-based exit workflow.

Live signal: https://www.mql5.com/en/signals/2343104?source=Site+Signals+Page

The EA is optimized to work with the following brokers:

Optimal leverage: 1:500. If your leverage is lower, reduce the risk per trade accordingly.

Important: optimized setup / installation / testing

Optimized for

  • GoldWay EA II is configured for XAUUSD (Gold). Platform: MetaTrader 5. Account type: Hedging. 

  • Other instruments can be traded as well, but you must adjust the settings yourself.

  • Attach GoldWay EA II to the H4 timeframe.

  • Do not change the EA menu/settings — use the default configuration.

  • You may change only the risk per trade: default is 4%, and risk above 5% is not recommended.

  • Minimum recommended deposit for live trading: $200.

How to get the EA

  • Purchase: open the product page in the MQL5 Market, click Buy, and complete the payment.

  • Demo version: click Download Demo on the product page.

After purchase/download, the EA is delivered to your MT5 automatically (make sure you are logged in to MT5 with the same MQL5 account used for the purchase).

How to install it on a chart

  1. Open MetaTrader 5 and log in to your MQL5 account via Tools → Options → Community.

  2. Open the Market tab and find the EA under Purchased (or open the product page and click Install).

  3. Open XAUUSD chart and set timeframe to H4.

  4. Go to Navigator → Expert Advisors and drag & drop the EA onto the chart.

  5. Enable Algo Trading (top toolbar button).

  6. In the EA settings, make sure Allow Algo Trading is enabled.

  7. Done — keep default inputs unless instructed otherwise.

How to test (Strategy Tester)

  1. Open Strategy Tester → select the EA, symbol (e.g., XAUUSD), timeframe (H4), and Every tick based on real ticks (or the most accurate mode available).

  2. For faster testing, disable in the EA inputs:

    • Show Info Panel

    • Market validation helper (tester only)
      Both options are located at the very bottom of the input parameters list.

  3. For live trading, you can leave these options enabledthe Market validation helper runs in the tester only and does not affect real account trading.


What the new GoldWay engine is about

  • HTF defines the primary context/signal and opens the core position.

  • LTF (optional) is used for precision add-ons and faster scenario execution.

  • Trade management follows a structured workflow: entry → add-ons → TP stages → breakeven → trailing/exit.

Key features

  • Hedging-style logic: handles multiple separate positions.

  • Up to 3 tranches per direction with independent lot sizes (Lots1/Lots2/Lots3).

  • HTF targets: TP1/TP2/TP3.

  • LTF targets: LTF TP1/LTF TP2/LTF TP3.

  • Breakeven / Profit Saver:

    • classic or jumped mode (move to previous target),

    • optional BE2/BE3 levels,

    • spread buffer for accurate BE placement.

  • Advanced Exit workflow:
    VMA flip → FA opposite color → FA back, indicator source selectable (HTF or LTF).

  • Optional MACD Divergence entries for HTF and/or LTF:

    • zero-line policy (HTF/LTF),

    • FA color filter on entry,

    • anti-repeat protection (bars / same-bar-after-close).

  • Safety & filters:

    • trade direction Buy/Sell/Both,

    • spread filter,

    • trading days/holiday filter,

    • night-time block for new entries only,

    • entry distance filter (ADR/ATR/%/fixed),

    • optional on-chart info panel.

Risk notice

Trading involves substantial risk. GoldWay EA II does not guarantee profits. Use conservative risk management: default 4%, risk above 5% per trade is not recommended.


Expert advisor settings

  • CommentPrefixInput — trade comment prefix (EA identification).

  • Expert_MagicNumber — magic number.

  • _cnt_position — number of tranches (1/2/3).

  • _Tp1 / _Tp2 / _Tp3 — HTF take profits (points).

  • Lots1 / Lots2 / Lots3 — lot size per tranche.

  • _StopType — stop type: not_used / fixed / minmaxbar .

  • _StopValue — stop value (depends on stop type).

  • _ProfitSaver — enable breakeven.

  • _ProfitSavertype — breakeven type: classic or jumped (move to previous TP).

  • _ProfitSaverValue — primary BE trigger (points).

  • _LTF_ProfitSaverValue — LTF BE trigger (points).

  • _ProfitSaver2Value — second BE level (% of TP2).

  • _ProfitSaver3Value — third BE level (% of TP2).

  • Slippage — allowed slippage.

  • requoting_count — requote retries.

  • requoting_waiting_ms — delay between retries (ms).

  • _Persent_from_deposit — risk per trade (% of deposit).

Trade direction

  • TradeDirection — TradeBoth , TradeBuyOnly , TradeSellOnly .

LTF Take Profit settings

  • _LTF_Tp1 / _LTF_Tp2 / _LTF_Tp3 — dedicated LTF take profits (points).
    0 = TP disabled (exits may rely on indicator/exit logic).

Indicator settings

  • _vmaonly — entries only by VMA.

  • _vmaenter — VMA color change as entry signal.

  • _closeSdl — close last position when FA color changes.

  • VMA params: vma_inpPeriod / vma_inpPeriod2 / vma_inpPrice / vma_inpStepSize

  • FA params: sdl_InpPeriod / sdl_InpMethod / sdl_InpAppliedPrice / sdlInpFilter

  • waiting — indicator init delay (ms).

Second VMA (additional filter)

  • _use_vma2 + vma2_* — second VMA filter settings.

HTF trading switch

  • EnableHTFTrading — enable/disable HTF trades.

Lower TF entries

  • EnableLowerTFEntries — enable LTF add-ons.

  • LTF_Timeframe — LTF timeframe.

  • LTF_EntryMode — LTF entry mode: VMA/FA, MACD, or both.

  • LTF_Require_HTF_VMA1 / VMA2 — HTF trend confirmation requirements.

Lower TF VMA2

  • vma2_ltf_* — LTF VMA2 settings.

  • LTF_UseVMA2_In_VMAFA — use LTF VMA2 as an extra filter for VMA/FA entries.

Lower TF indicators VMA3 and FA_LTF

  • vma3_* — LTF VMA3 settings.

  • sdl_ltf_* — LTF FA settings.

LTF filters

  • Enable_LTF_FA_HTF_FA_Filter — price must align with FA on both HTF & LTF.

  • AllowHTFWhenLTFOpen

  • LTF_CloseBy_LTF_FA

  • HTF_CloseBy_HTF_FA

MACD divergence settings

  • MACD parameters, detection depth, pivot sensitivity, min bars between pivots.

MACD rules & protection

  • Zero-line policies, toggles, anti-repeat rules, FA/VMA2 filters, opposite-pair block.

Advanced exit sequence

  • UseAdvancedExit, ExitSequenceOnTF.

Entry distance filter

  • ADR/ATR/%/fixed distance controls and AND/OR option.

Trading days filter

  • Weekends/holidays/tester holiday ignore/years ahead.

Spread settings

  • UseSpreadFilter, MaxSpreadPoints.

BE buffer

  • BE_Buffer_Points — extra points added vs spread when placing BE.

Night-time trading block

  • UseNightTimeFilter, NightStartHour / NightEndHour (blocks new entries only).

Info Panel

  • ShowInfoPanel — show/hide panel.


おすすめのプロダクト
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
Tensline
Vladimir Karputov
Simple , effective - an expert advisor that works for you This advisor is designed for traders who value simplicity and control. With minimal settings, it is incredibly easy to set up and run - no complex optimization required. Holds only one market position at a time - no clutter, no overlap. Currently optimized for trading gold ( XAUUSD , GOLD ). Backtest results show: This advisor is an ideal choice for traders looking for a simple, reliable and adaptable tool for daily trading.
Bitcoin Trading  My Expert Advisor trade Bitcoin on H1 time frame, Base on ADX indicator,  Bollinger Bands indicator, and follow the trend. stop loss 31 usd/0.01 bitcoin take profit 19 usd/0.01 bitcoin (0.01 lot) Min deposit: from 300 usd Profit: 100%/year. Draw Down: < 35% Input Setting to test my EA: - Lots: 0.01 - Stoploss: 31 usd/0.01 bitcoin or 3100 usd/bitcoin depend on your broker and your account (adjust to the correct ratio and do not change) - Takeprofit:  19 usd/0.01 bitcoin or 1900 u
AI GOLDEN ARCHON – XAUUSD H1 Trading Expert AI Golden Archon is an automated trading system designed for XAUUSD on the H1 timeframe. The system analyzes market trends, volatility conditions, and price structure to generate trading signals. It operates fully automatically once installed on the chart. Limited Launch Allocation Only the first 5 buyers will secure AI Golden Archon at the current discounted launch price. After the initial allocation is completed, pricing will increase permanently. Tr
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
STEADYRANGE M5 Professional Range-Trading Algorithmic System for EURUSD (M5) System Approach SteadyRange M5 is a professionally engineered Expert Advisor designed exclusively for EURUSD on the M5 timeframe , focused on: selective market participation strict risk control long-term operational consistency The system operates within a structurally defined intraday zone (1.1450 – 1.2050) , prioritizing execution quality over trade frequency. No martingale, no grid, no arbitrage, and no recovery tec
WALL STREET INDEX US30 推奨口座設定 タイムフレーム:M1 または M5 最大スプレッド:50 口座タイプ:Hedge(ヘッジ) 小数点桁数:1桁 推奨初期資金:500 USD 推奨ブローカー:Pepperstone、IC Markets Raw Expert Advisor 概要 Wall Street US30 は、 US30(ダウ・ジョーンズ工業株価平均) 専用に設計された高性能トレードロボット(EA)です。 高速で頻繁に動く価格変動を利用し、スキャルピングに最適化されています。 EA は、以下の3つのモードを備えており、「false」を「true」に変更することで切り替えが可能です: 保守モード 標準モード 攻撃モード(高頻度取引 HFT 含む) ブローカーのスプレッドに応じて微調整が必要な場合があります。 Wall Street US30 の主な特徴 1. 高精度スキャルピング 微細な値動きを高速かつ正確に処理し、短期取引に最適。 2. 高度なテクニカル分析 複数の指標・価格パターン・アルゴリズムロジックを組み合わせ、最適なエントリー・エグジットを判断
ScalpelBarUVL is a new generation universal scalpel bot. It can work on any type of accounts. On any instrument, without exception. Advantages: Automatically adjusts all pip parameter values ​​for the instrument (stops, volatility, spread). That is, if you optimize your stop loss, for example, from 100 to 1000, then such a range will be on any instruments (on all currency pairs), the actual stop loss will be adjusted in accordance with the needs of this instrument. This is very convenient for
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
Rohi
Tunanuke Araali Muganzi
Rohi is a carefully designed Expert Advisor focused on liquidity-driven market behavior and disciplined risk management , making it particularly well suited for traders operating under prop firm conditions. The strategy trades XAUUSD during key market sessions, where liquidity and participation are highest. By combining session awareness, trend structure, and volatility filters, Rohi aims to engage the market only when conditions are favorable, rather than forcing trades in low-quality environme
AI Gold Master is an exceptional Expert Advisor specifically designed for trading XAUUSD (GOLD) on M1 and M5 timeframes. By harnessing the power of advanced GPT-based models and the deep learning capabilities of DeepSeek, AI Gold Master has been trained on over ten years of historical data, spanning from 2014 to February 2025. This strategy, tested with an initial investment of just $1000, has proven to be an absolute powerhouse, showing a staggering return of 46,000 times its original value in
Equity Gate
Perry Gonzaga Ndege
Equity Gate MT5 EA is a powerful risk-management and account-protection Expert Advisor designed for MetaTrader 5 traders who want total control over profits and losses . Whether you are a scalper, swing trader, grid trader, or automated system user, this EA works as your last line of defense —protecting your capital and locking in gains automatically. The EA continuously monitors your account balance or equity in real time and instantly closes all open positions and pending orders when predefine
Draggon EA
Albert Andrei Brandel
Draggon is an advanced Expert Advisor (EA) designed for MetaTrader 5, with an emphasis on simplicity, efficiency, and consistent profitability. This algorithmic trading system follows market trends and employs a sophisticated combination of indicators to identify high probability trade opportunities in the EUR/USD pair on a 4-minute chart. Backtesting from 01.01.2019 until today showed that, starting with an initial deposit of $300, Draggon was able to generate a profit of $36,788. Key Features:
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
This system accepts a comma-separated list of symbols and iterates through them, creating a neural network with training for each symbol. These neural networks take values ​​from price action, Bollinger Bands, MACD, and RSI indicators. The number of neurons for each of the three layers of each network can be configured, and genetic training for the indicator parameters can be set up at specific intervals. Confidence levels for the neurons can be adjusted, and market trend analysis filters can be
Ksm mt5
Andriy Sydoruk
5 (1)
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
QuantumScale Velocity AUD The QuantumScale Velocity AUD combines strictly validated momentum signals with reversal logic to execute high-probability entries on the AUDUSD M15 timeframe. Instead of relying solely on static targets, the algorithm utilizes a dynamic, volatility-based exit mechanism to close positions immediately when trend strength fades, ensuring realized gains are protected. Strategy Key Facts Primary Indicators: Awesome Oscillator (AO) for momentum direction, Relative Strength
Insight Investor: Advanced Multi-Currency Forex Trading Bot Introduction In the fast-paced world of Forex trading, having the right tools can significantly enhance your trading experience. Insight Investor is an advanced multi-currency trading bot designed to automate and optimize your trading operations. This expert advisor employs modern algorithms to analyze market conditions and execute trades, aiming to deliver consistent results while maintaining controlled risk levels. Key Features of Ins
Matematiks The expert Advisor is based on simple math. The expert Advisor puts 2 multidirectional orders further, wherever the price goes, it turns out that one order is always in the plus, the second in the minus. If we average it, then on the reverse price movement (only a few spreads), the averaged orders are closed and only the profitable one remains! It is thanks to his profit that the trade goes on. Of course, the averaging positions themselves also add profit to the piggy Bank at the ex
A neural network-based expert is a program designed for automated trading in the Forex market using neural network technologies and artificial intelligence. This system processes and analyzes large amounts of data from the Forex market, including price movements, trading volumes, technical indicators and other factors, to make buy or sell decisions and provide accurate and reliable results. Always sets Stop Loss, and has several Trailing Stop algorithms to choose from, to ensure maximum deposit
TradeForge Pass Prop Firm – AI搭載のProp Firmチャレンジ対応EA TradeForge Pass Prop Firm は、 Prop Firmの評価ステージ合格 と資金提供アカウントの運用に特化した高性能MT5 EAです。 AI技術 と高度なリスク管理を融合し、正確なトレード管理を実現します。 AIエンジン搭載 過去のProp Firmデータとリアルタイム市場を学習したAIによって: プライスアクションとボラティリティを分析 市場変化に柔軟に対応 多層ロジックで最適なエントリーとイグジットを判断 重要ニュース回避によるリスク低減 AIが スマートなトレード選択 を可能にし、合格率を高めます。 Prop Firm 規約対応設計 FTMO、MyForexFunds、True Forex Funds等の規約に対応: 1日最大ドローダウン制御 総ドローダウン監視 ソフト/ハードストップ条件設定 リスク%ベースの固定または可変ロットサイズ マーチンゲールやグリッドなし — 純粋なロジック取引 目標とリスク上限の設定後、EAが安全に運用を実施
AutoFib EA は、フィボナッチ リトレースメントとエクステンション レベルのパワーを活用して自動取引を行うように設計された最先端のエキスパート アドバイザーです。 初心者でも経験豊富なトレーダーでも、AutoFib EA は正確かつ効率的に取引戦略を強化します。 Test   The EA Before Risking Real Money.  テスト 結果に基づいて設定を調整します。 ご質問がございましたら、お気軽に お問い合わせください。 主な特徴: 自動取引: フィボナッチ レベルに基づいて売買注文をシームレスに開始し、手動による介入を最小限に抑えます。 カスタマイズ可能なパラメータ: 独自の取引スタイルに合わせて、フィボナッチ レベル、ロット サイズ、ストップ ロス、テイク プロフィットなどを調整します。 動的な市場適応: 市場の動向をリアルタイムで分析して適応し、確率の高い取引を特定します。 リスク管理: 統合されたストップロスおよびリスク管理機能により、規律ある取引と資本の保全が保証されます。 AutoFib EA を選ぶ理由 フィボナッチ レベルは、潜在的な反転
FREE
MACD EA for Prop Firms is an Expert Advisor designed specifically to overcome Proprietary Firms challenges such as MyForexFunds to obtain a founded account. In fact, it has specific functions to comply with the rules imposed by the companies that offer managed accounts. - It is based on a strategy with MACD and EMA indicators that signals to the EA when to open positions - Works on all Forex pairs, recommended on M5, M6, M10 timeframes. - The EA should work on VPS 24/7 - Write to me private
Your Grox EA MT5
Dilipbhai Mavjibhai Makwana
Your Grox EA   –   The Next Evolution in Automated Trading Your Grox EA is an advanced and innovative trading advisor built on a   unique Buy and Sell strategy . Designed to adapt dynamically to market conditions, this   EA follows the trend with precision , leveraging a proprietary algorithm and a powerful internal system of indicators. Revolutionary Buy Sell Powered Strategy: This cutting-edge advisor doesn’t rely on ordinary trading logic— it utilizes your exclusive strategy and optimized se
QuantumScalp is a next-generation automated trading advisor designed to enhance your trading efficiency and profitability                                                                                                        in the dynamic world of financial markets. Leveraging advanced algorithms and real-time data analysis, QuantumScalp automates the scalping strategy, enabling traders to exploit small price movements with unparalleled precision and speed. Basically, the advisor does not use
I Gold Rush I
Dmitriq Evgenoeviz Ko
Many traders use algorithmic systems to analyze the XAUUSD (Gold) market. These systems can employ various methods to identify potential entry and exit points. In the context of gold trading, which is known for its volatility, automated systems can be attractive to traders seeking to exploit rapid price changes. Approaches that can be used in algorithmic trading: Basic logic: The algorithm analyzes the market according to three criteria: Trend Definition: to determine the global direction. Mom
Ultimate Pulse
Clifton Creath
4.29 (14)
Public Channel https://www.mql5.com/en/channels/ultimatepulse Ultimate Pulse 2.0 Ultimate Pulse is a smart position management EA that extracts profit from natural price movement. It identifies trend direction, enters with the trend, and manages positions with individual take-profit targets that lock in gains as price moves. How It Works The EA detects the current trend using multi-timeframe EMA analysis. It opens a position in the trend direction and monitors price action. If price pulls back,
このEA戦略は、2016年6月から2017年6月までのBTCでのテストで非常に良い収益を示しました。 このEA戦略は単一の戦略ではなく、個人による長期にわたるデバッグと独自開発を経て構築されたものです。 このEA戦略の初期資金は3,000ドルから10,000ドルの範囲に対応し、優れたリスク管理機能を備えています。適切な相場状況下では市場で効果的に利益を上げることが可能です。 I hope you can make money from the market by using my EA strategy.Keep one eye on your own trade. So just enjoy the trading!With best regards. by TEAMOL
Dear traders and investors, Introducing   Vikopo Value Gaps MT5 , Developed by a team of experienced traders with trading experience of over 15 years. MT4 Version : https://www.mql5.com/en/market/product/114438 products List : https://www.mql5.com/en/users/vikopoadvise/seller Strategy Introduction : When utilizing this robot, we have harnessed the power of cutting-edge neural plugins to enhance its capabilities. By integrating these neural plugins, our trading robot is equipped with a for
Prometheus AI Gold
Aleksei Butler
2.83 (12)
The expert trades using a strategy based on stochastics under the control of artificial intelligence. Developed using advanced technologies in the field of artificial intelligence and neural networks. It sets stop loss and take profit for all trades, plus it also uses a trailing stop loss to minimize risk and maximize the potential of each trade. Does not use Martingale, grid and similar dangerous money management methods. Recommendations Currency pair: XAUUSD Time frame: M15 Minimum deposit: $3
Dear users! - This is a Forrex trading expert advisor following the trend trading method. It has proven its effectiveness in overcoming 2 rounds of FTMO fund challenges. This is a modified and optimized version after completing the process of passing 2 rounds of FTMO challenges. - Max drawndown auto caculate by risk initial setting. Telegram instruction for backtest and using: https://t.me/ +0lDs0UXiJUVjM2Jl  I. Application Highlights: 1. Safe and easy to use. 2. Martigale and grid are not app
このプロダクトを購入した人は以下も購入しています
Quantum Valkyrie
Bogdan Ion Puscasu
4.96 (100)
クォンタムヴァルキリー - 精密、規律、実行 割引   価格。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 にアプローチできるように構築されています。 数ヶ月間、私のアーキテクチャは舞台裏で洗練され続けました。変動の激しいセッシ
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (477)
トレーダーの皆さん、こんにちは!私は 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
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに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
Mad Turtle
Gennady Sergienko
4.52 (85)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて失う
Syna
William Brandon Autry
5 (22)
Syna 5 – 永続的インテリジェンス。真の記憶。ユニバーサル・トレーディング・インテリジェンス。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 Syna 5は違います。 すべての会話、分析したすべてのトレード、なぜエントリーしたか、なぜ見送ったか、そしてその後マーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。トレードを重ねるごとに蓄積されるインテリジェンス。 これはマーケティングのためにAI機能を付け足しただけのEAではありません。 これはトレーディングのための永続的インテリジェンス・レイヤーです。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテールトレーディングに導入した最初期のシステムの一つです。 Syna 5は次なる飛躍です。 従来のEAは静的です。固定されたロジックに従い、マーケットが変化すると取り残されます。 Syna 5は時間とともにインテリジェンスを蓄積します。実際の結果から学び、変化する状況を認識し、思考と応答の方法を継続的に洗練させます。 リセットされません。陳腐化し
Aura Ultimate EA
Stanislav Tomilov
4.8 (101)
Aura Ultimate — ニューラル ネットワーク トレーディングの頂点、そして経済的自由への道。 Aura Ultimateは、Auraファミリーの新たな進化形であり、最先端のAIアーキテクチャ、市場適応型インテリジェンス、そしてリスク管理された精度を融合させた製品です。Aura Black EditionとAura Neuronの実績あるDNAを基盤に、さらに進化を遂げ、それぞれの強みを統合したマルチ戦略エコシステムへと融合させ、全く新しい予測ロジックレイヤーを導入しています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 1000ドルで購入できるのは残り3本のみです。次の価格は1250ドルになります。 Aura Ultimate アドバイザーを購入すると、 2 つの取引口座番号にリンクされた Vortex、Oracle、または Aura Bitcoin Hash アドバイザーの無料ライセンス を受け取ることができます。 プライベートメッセージで条件を尋ねてください https://w
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
ライブシグナルが10%増加するごとに、Zenoxの独占権を維持し、戦略を保護するために価格が引き上げられます。最終価格は2,999ドルとなります。 ライブシグナル IC Markets口座、証明としてライブパフォーマンスをあなた自身の目でお確かめください! ユーザーマニュアルをダウンロード(英語) Zenoxは、トレンドを追跡し、16通貨ペアにリスクを分散する最先端のAIマルチペアスイングトレードロボットです。長年の開発努力により、強力な取引アルゴリズムが実現しました。 2000年から今日までの高品質なデータセットを使用しました。AIは最新の機械学習技術を用いてサーバー上でトレーニングされ、その後強化学習が行われました。このプロセスには数週間かかりましたが、結果は非常に印象的です。トレーニング期間は2000年から2020年までです。2020年から今日までのデータはOut Of Sampleです。複数年にわたるOut Of Sampleでこのレベルのパフォーマンスを達成できたことは異例です。これは、AIレイヤーが新しい市場状況に問題なく適応できることを証明しており、これは重要です。多
AI Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation Artificial Intelligence system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in real time and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by artificial intel
Mean Machine
William Brandon Autry
4.93 (40)
Mean Machine GPT Gen 2 登場 – オリジナル。今、よりスマートに、より強く、かつてないほど高性能に。 私たちは2024年末にMean Machineでこの変革全体を始めました。リアルな最先端AIをライブのリテール取引に導入した最初期のシステムの一つです。 Mean Machine GPT Gen 2はそのオリジナルのビジョンの次の進化です。 オリジナルを置き換えたのではありません。進化させたのです。 ほとんどのシステムは一度応答し、一度行動し、すべてを忘れます。 Mean Machine GPT Gen 2は違います。 すべてのトレード、すべての判断、すべての結果、そしてなぜエントリーしたか、なぜ保持したか、なぜエグジットしたかの正確な推論を記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される永続インテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これはオリジナルのMean Machine、永続的な専門インテリジェンスとして再構築されたものです。 従来のEAは固定されたロジックの中に閉じ込められたままで
Remstoneは、ありきたりなエキスパートアドバイザーではありません。 長年の研究と資産管理の成果を融合させたものです。 Live:  Remstone Club 2018年以来 、私の前職であるArmonia Capitalは、FCA規制下の資産運用会社であるDarwinexにシグナルARFを提供し、75万ドルを調達しました。1人のアドバイザーで4つの資産クラスをマスターしましょう! 約束も、曲線フィッティングも、幻想もなし。ただ、豊富なライブ体験だけ。 Remstone の力を活用して成功しているトレーダーの成長コミュニティに参加しましょう。 Remstoneは、市場トレンドを活用するために設計された完全自動取引ソリューションです。高度なアルゴリズムを基盤とし、信頼性と成果を求めるトレーダーのために設計されています。 実証された精度でトレーディングの優位性を高めましょう! Remstoneを選ぶ理由 高度な市場適応性: さまざまな資産や経済ニュースを処理して、トレンドになる可能性のある資産を適切なタイミングでピックアップします。 カスタマイズ可能な戦略: 独自の目標に合わせ
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: Best Pairs (default settings) High-risk   performance Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the late
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Quantum Baron
Bogdan Ion Puscasu
4.77 (39)
クォンタムバロンEA 石油が「黒い金」と呼ばれるのには理由があります。Quantum Baron EA を使用すれば、比類のない精度と信頼性で石油を活用できます。 M30 チャートの XTIUSD (原油) の高オクタン価の世界を支配するように設計された Quantum Baron は、レベルアップしてエリート精度で取引するための究極の武器です。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引   価格 。       10回購入するごとに価格が50ドルずつ上がります。最終価格は4999ドルです。 ライブ信号:       ここをクリック クォンタムバロンチャンネル:       ここをクリック ***Quantum Baron MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細については、プライベートでお問い合わせくださ
Aura Black Edition MT5
Stanislav Tomilov
4.37 (51)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
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
Bitcoin Robot MT5
MQL TOOLS SL
4.55 (140)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 ビットコインスキャルピングMT4/MT5のご紹介 – 暗号通貨取引のためのスマートEA ローンチプロモーション: 現在の価格で残り3コピーのみ! 最終価格:$3999.99 ボーナス - 生涯Bitcoin Scalping購入で、無料EA EURUSDアルゴ取引(2アカウント)をプレゼント => 詳細についてはプライベートでお問い合わせください! EAライブシグナル MT4バージョン なぜビットコインが今日重要なのか ビットコインは単なるデジタル通貨以上の存在となり、金融革命を引き起こしました。暗号通貨の先駆者として、ビットコイン
OrionXAU
Pierre Paul Amoussou
5 (1)
OrionXAU は、**XAUUSD(ゴールド)**および US100 / Nasdaq 市場を対象としたアルゴリズム取引システムです。 スキャルピングとスイングトレードという 2 つの戦略を組み合わせ、長期安定性を目指したリスク管理構造を備えています。 対応市場 • XAUUSD(ゴールド) • US100 / Nasdaq 2 つの戦略エンジン 1. スキャルピング • 日中取引 • 短時間の市場エクスポージャー • 小さな値動きを狙う設計 • 厳格なリスク管理 2. スイングトレーディング • トレンドの継続動向を捉える • 取引頻度は低い • 小さな損失が頻繁 • 勝ちトレードは一般的に 非常に大きな利益 をもたらす バージョン 3.5 – 新機能 OrionXAU は以下の運用が可能です: • ゴールドのみ、 • Nasdaq のみ、 • または同一口座で両方の市場を運用。 安全制御: • 1 日最大 2 取引 • 市場ごとに最大 1 取引 • 最初の取引が損失の場合、2 回目の取引は行われない ただし、リスクを抑えるため、1 つの市場への運用を推奨します。 動作原理と
I am Quantum Gold , I'm very best with GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. Quantum Gold has proven itself to be the best GOLD EA ever created. We design these techniques to suit the latest trend of the best market starting from 2025 to the future, the previous period is just for past training We usually UPDATE latest version IMPORTANT! After the purchase please send me a private message t
MultiWay EA
PAVEL UDOVICHENKO
4.89 (19)
MultiWay EA は、強力な平均回帰戦略に基づいた、スマートで効率的な自動売買システムです。9つの相関関係のある(さらには通常「トレンド型」とされるものも含む)通貨ペア — AUDNZD、NZDCAD、AUDCAD、USDCAD、EURUSD、GBPUSD、EURCAD、EURGBP、GBPCAD — による広範な分散により、強い方向性の動きの後に価格が平均へ戻る動きを捉えます。 購入後、完全なセットアップ手順を受け取るためにプライベートメッセージを送ってください。 リアルタイムシグナル:  こちらをクリック 現在の価格 —   次の10名様はわずか $1937。 MultiWay EA は、シンプルさ、安定性、明確なロジックを重視する方に最適です — 複雑な設定は不要ですが、柔軟な資金管理とリスクコントロール機能を備えています。 このEAは本当の「セットして忘れる」哲学に従っています。ユーザーの介入を最小限に抑えながら、何年も安定して稼働でき、長期戦略に理想的です。 MultiWay EA を単独で使用することも、多様化ポートフォリオの重要な構成要素として追加す
Golden Lion Emperor Apex – 口座資金の最大成長を目指し設計された、高度に調整された戦略の融合 Golden Lion Emperor Apex は、高度に調整された強力な戦略の組み合わせを単一の統合された取引ソリューションにブレンドした、洗練されたアルゴリズムエンジンです。M5時間枠のXAUUSD専用に設計されたこのシステムは、精度、スピード、そして何よりも「Apex(頂点)」レベルの口座成長を求めるトレーダーのために作られました。 Apexエンジンの勢いを完全に引き出すために、システムは ネイティブ・マルチセッション・スキャルピング を活用しています。アジアセッションを含むすべての市場サイクルをデフォルトでカバーすることで、このEAは高確率なセットアップを決して逃しません。あなたの取引を標準的な実行から、一貫して市場を上回るパフォーマンスを発揮するために構築された環境へと移行させます。 始め方: EAを XAUUSD M5チャート に適用するだけです。最大のパフォーマンスを発揮し、エンジンの内部複利ロジックをトリガーするために、 UseFixedLotSi
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
Golden Blitz MT5
Lo Thi Mai Loan
4.43 (14)
EA Golden Blitz   – 安全で効果的な金取引ソリューション  \ ローンチプロモーション  現在の価格で残りわずか1本  次回価格:$1299.99 最終価格:$1999.99 MT4バージョン   こんにちは。私はEA Gold Blitz   、Diamond Forex Groupファミリーの2番目のEAで、金(XAU/USD)取引専用に設計されています。優れた機能と安全性を重視した設計で、トレーダーの皆様に持続可能で効果的な金取引体験を提供します。   EA Gold Blitz   の特徴   - 動的ストップロス(SL):EAは、最近のローソク足の価格範囲に基づいてストップロスを設定します。これにより、SLが市場の状況に柔軟に対応し、変動する市場でも効果的に口座を保護します。   - 多様な取引戦略:EAには3つの取引戦略が搭載され、それぞれ最大3つのポジションを同時に開くことができます。合計で最大9つの取引が可能です。   - 柔軟なトレーリングストップ:トレーリングストップによる利益確保機能が含まれています。この機能は、個々の好みに応じてカス
NorthEastWay MT5
PAVEL UDOVICHENKO
4.5 (8)
NorthEastWay MT5は完全自動の「プルバック」トレーディングシステムであり、特に人気の「プルバック」通貨ペア(AUDCAD、AUDNZD、NZDCAD)での取引に効果的です。このシステムは、外国為替市場の主要なパターンである、価格が急激に動いた後に元の位置に戻るという特性を活用しています。 タイムフレーム: M15 主要通貨ペア: AUDNZD、NZDCAD、AUDCAD 追加通貨ペア: EURUSD、USDCAD、GBPUSD、EURCAD、EURGBP、GBPCAD EA購入後、必ず私にプライベートメッセージを送ってください。プライベートグループに追加し、設定ファイルや詳細な説明を送付します。 EAのインストールや設定について、購入者全員をサポートします。 EAを初めて使う方には、使用方法を丁寧にお教えします。 EA設定: OneChartSetupを使用すれば、単一のチャート上で全ての通貨ペアを取引できます(M15タイムフレームのみ)。 このEAはスプレッド、スリッページ、またはブローカーに関連する他の変数に影響を受けません。 推奨される通貨ペアのみを使用してくだ
Pips Maven
Andriy Sydoruk
5 (1)
Discover Pips Maven: Your Premier Trend Analysis Bot for Currency Trading In the dynamic realm of currency trading, the right tools can make all the difference. Introducing Pips Maven , an avant-garde trend analysis bot meticulously designed for traders who seek to master the intricate dance of the forex market. Harnessing sophisticated algorithms rooted in geometric virtual patterns, Pips Maven serves as a comprehensive solution, empowering you to refine your trading strategies effortlessly. Wh
Marvelous EAの紹介:究極のトレーディングパートナー Marvelous EAを使用して、FX市場の真の可能性を解き放ち、利益を最大化し、リスクを最小限に抑えましょう。この高度な自動取引ソリューションは、動的なFX市場を正確かつ効果的にナビゲートするための高度な機能を備えた、慎重に設計されたトレーディングアルゴリズムです。ゴールド - XAUUSD - H1 リアルアカウントのパフォーマンス: https://www.mql5.com/ja/signals/ 2321875 主な特徴: 実証済みの取引戦略:経験豊富なトレーダーによって開発され、さまざまな市場状況でテスト済み。 自動取引:感情的なバイアスや手動介入なしで24/5取引を実行。 リスク管理:資本を保護する高度なリスク管理システム。 適応技術:変化する市場環境に継続的に学習し適応。 マルチ通貨対応:最適化された設定で複数の通貨ペアを取引。 リアルタイムモニタリング:パフォーマンスと市場分析をリアルタイムで監視。 メリット: 効率の向上:自動取引で時間と労力を節約。 精度の向上:感情的な取引決定を減らし、
FastWay EA
PAVEL UDOVICHENKO
4.33 (6)
FastWay EA は強力な平均回帰戦略を基にした、スマートで効率的な自動売買システムです。 AUDCAD、AUDNZD、NZDCAD、EURGBP などの相関通貨ペアを取引し、大きな値動き後に価格が平均へ戻る特性を活用します。 購入後、セットアップ手順を受け取るために必ずプライベートメッセージを送信してください。 ライブシグナル:  ここをクリック 現在の価格 — 次の10人の購入者にはわずか$1337。 FastWay EA は、複雑な設定を避けつつも柔軟な資金管理とリスク制御を求める方に最適です。 本EAは「セット&フォーゲット」コンセプトで設計され、最小限の介入で何年も安定稼働します。 単独でも、分散ポートフォリオの一部としても利用可能です。 チャートにセットするだけで、あとはEAにお任せください。 FastWay EA の主な特徴: 通貨ペアの価格だけでなく、 世界株式市場のボラティリティ 取引通貨の金利先物のボラティリティ 対象通貨ペアのオプション市場のシグナル グリッドを使用しますが、 マーチンゲールは不使用 。 長期ドローダウン時は損切りするスマートな
It's recommended that you read through the entire document.. Pro15 is a professional breakout Expert Advisor built around clearly defined daily price structure. The EA continuously calculates and plots the current day’s high, low, open, and multiple intraday equilibrium levels directly on the chart, then executes trades when price breaks these levels according to your selected confirmation rules. This Trading bot is designed so the same engine can be run side by side as both a trend-following an
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
All explainations about the strategy:  https://www.mql5.com/en/blogs/post/747470 Live signals:  Main account:  https://www.mql5.com/en/signals/1416185 Second account:  https://www.mql5.com/en/signals/2111323 Here I will explain only the EA inputs part. This EA will be consistently updated with new and unpredictable things that can bring its performance to a better level every day! Buying this EA you will not only got a powerful automatic trading system, but also all knowledge and experience I'v
作者のその他のプロダクト
TB5 Channel
Oleksandr Myrhorodskyi
1 (1)
TB5 Channel  is a multi- timeframe channel indicator. It generates input points on different timeframes. There are 2 methods for constructing an indicator. The first method  is to install the indicator on the current timeframe. In this case you will have a channel on that timeframe that you have at MT5. The second method to install an indicator is to multiply it by the timeframe index. The point of the second method is to construct a higher timeframe channel on the current chart. For example, i
Maxminza
Oleksandr Myrhorodskyi
MAXMINZA is a  channel indicator showing the maximum and minimum values ​​on any timeframe for a certain period (number of candles). This indicator creates a channel that predicts where the price will tend to reach (the opposite side of the channel). The indicator is multi-timeframe, it can consider the spread for plotting. The indicator does not redraw. This indicator goes well with another channel indicator TB5 Channel . Values: The number of candles is the period for which the channel is calc
GoldWay EA
Oleksandr Myrhorodskyi
GoldWay EA  is a trending Expert Advisor for various instruments . The EA does not use either martingale or grid. It has an automatic increase in lot size, the size of which can be adjusted in the EA settings. By default, three orders are opened at once with different take profits. When the first take profit is reached, the remaining open positions are transferred to breakeven, when the second take profit is reached, the remaining third order is transferred to the first take profit. That ensures
ADR Pro
Oleksandr Myrhorodskyi
ADR Pro — Auto Adaptive Daily Range & Volatility Indicator (ATR + ADR + Alerts) Auto Adaptation. All Markets. No Guesswork . Enhance your trading decisions with precise ADR levels — for Forex, Crypto, Stocks, Indices, Metals, Energy, Commodities, and ETFs. Easy Setup Professional Features Lifetime Free Updates ADR Pro is your personal "volatility compass" that shows the real daily range boundaries for any asset. Forget manual calculations and constant parameter adjustments — the indicator
フィルタ:
レビューなし
レビューに返信