Connors RSI2

Connors RSI2 – The High Win Rate Mean Reversion System for Indicies ETFs & Stocks (MT5)

A professional implementation of Larry Connors' RSI(2) strategy, designed to systematically capture high-probability short-term reversals in equity markets.

This strategy exploits one of the most consistent edges in trading: extreme short-term exhaustion followed by rapid mean reversion. When RSI(2) reaches extreme levels, markets are temporarily stretched — creating repeatable bounce opportunities that this EA captures with disciplined, rule-based execution.

Core Edge

Traditional RSI strategies use longer lookback periods (e.g. 14), which are too slow for short-term mean reversion. RSI(2) is different:

  • Ultra-sensitive to short-term price movement
  • Reaches extreme readings frequently
  • Identifies exhaustion points with high precision

An RSI(2) reading below 10 represents a statistically significant oversold condition in an uptrend — a setup that has consistently demonstrated strong mean reversion behaviour across decades of market data.

Research Foundation

Based on Larry Connors' RSI(2) strategy from "Short Term Trading Strategies That Work" (TradingMarkets, 2008). Connors' research showed that the 2-period RSI is one of the most effective short-term mean reversion indicators when combined with a long-term trend filter. This is one of the most widely studied and validated short-term trading systems.

Strategy Rules

Long side:

  • Entry: RSI(2) drops below 10 (default) while price is above the SMA trend filter
  • Exit: RSI(2) rises above 65 (default)

Short side (disabled by default):

  • Entry: RSI(2) rises above 90 (default) while price is below the SMA trend filter
  • Exit: RSI(2) drops below 35 (default)

The default settings implement Connors' original RSI-based exit exactly as published. Optional Take-Profit and N-bar timeout exits have been added as enhancements for traders who want additional exit control — both are OFF by default.

Two entry modes are available:

  • Standard: single entry per signal
  • Aggressive: adds one additional position if conditions remain met

Typical System Behaviour

  • High win rate (often 70 to 85 percent depending on market and settings)
  • Small, consistent gains per trade
  • Occasional drawdowns during strong trending markets
  • Performs best on liquid equity indices and ETFs

This is a mean reversion system, not a trend-following strategy. It profits from short-term pullbacks rather than large directional moves.

Who This EA Is For

Ideal for:

  • Professional Traders building multi-strategy portfolios
  • Users familiar with systematic trading concepts
  • Traders targeting consistency over aggressive returns

Not suitable for:

  • "Set and forget" users expecting constant profits and no drawdowns
  • Traders who cannot tolerate temporary drawdowns
  • Users seeking high-risk, high-return systems

Key Features

  • Fully automated execution on MetaTrader 5
  • Multi-symbol trading: up to 10 markets from a single chart
  • Three position sizing modes: Fixed Lots, Dollar Value, and Account Percentage
  • Automatic currency conversion for cross-currency instruments
  • Standard and Aggressive entry modes
  • Optional enhanced exits: Take Profit (%) and N-Bar Timeout
  • Built-in performance dashboard with win rate, P&L, average trade, and open positions
  • Alerts via chart popups, push notifications, and email

Recommended Markets

Best suited for:

  • US equity indices: S&P 500 (US500), NASDAQ 100 (NDX100/US100), Dow Jones (US30)
  • Other liquid indices: Russell 2000 (US2000), ASX 200, DAX 40, FTSE 100
  • Equity ETFs: SPY, QQQ, DIA, IWM, XLK

Individual stocks can be traded but carry higher risk. Single stocks are inherently more volatile than indices and ETFs, and their downside risk during company-specific events is substantially larger. If trading individual equities, use conservative position sizing and always backtest first.

Not recommended for Forex or commodities unless specifically tested. Do not mix asset classes in the same EA instance.

Screenshots

Screenshots show individual trade examples on SPY with entry and exit markers, RSI(2) indicator values, and strategy details.

Part of a Professional EA Series

This EA is one of 9 mean reversion strategies available from M.Wills. All target the same core edge — short-term pullbacks in trending markets — but each uses a different signal to identify when that pullback has gone far enough. Running multiple uncorrelated entry signals together can reduce drawdowns, improve consistency, and smooth equity curves.

The series includes:

  • Connors TPS (scale-in with RSI)
  • Connors RSI2 (RSI extreme readings)
  • Connors Double 7s (7-day price channel)
  • Connors Percent B (Bollinger Band %b)
  • Bandy Naive MR (consecutive down days)
  • Bandy PIRDPO (detrended price oscillator)
  • Bandy RVI2 (relative vigor index)
  • Bandy DV2 (close-to-midpoint momentum)
  • Bandy Z-Score (statistical z-score)

Expert Advisor Settings

General Settings

Magic Number (default: 12345) - Unique identifier for this EA's trades. Use different numbers when running multiple EAs on the same account to prevent trade conflicts.

Trade Entry Mode (default: Open of Next Bar) - Controls when trades are executed:

  • OPEN OF NEXT BAR: Places trades at the next bar open. Best for backtesting.
  • CLOSE OF THIS BAR: Executes near the daily session close. Recommended for live trading.
  • EXACT TIME: Executes at a user-defined time each day using the broker's server clock.

Exact Time (default: 23:54) - The time in HH:MM format used when Trade Entry Mode is set to Exact Time.

Timeframe (default: Current) - The chart timeframe for analysis. Daily is recommended.

Position Sizing

Sizing Mode (default: Lot Size) - Determines how position size is calculated:

  • LOT SIZE: Uses a fixed number of lots per trade entry.
  • TRADE VALUE $: Allocates a fixed dollar amount per trade, automatically converted to the correct lot size.
  • ACCOUNT BALANCE %: Allocates a percentage of the current account balance per trade.

Position Size (default: 0.01) - The value applied to the selected sizing mode.

Max Margin % of Equity (default: 30.0) - Safety limit that caps how much margin a single trade can consume relative to account equity. Before every trade, the EA calculates the required margin and checks whether it would exceed this percentage of current equity. If it would, the trade is skipped and a message is logged to the Journal. This prevents accidental over-leverage on brokers with high minimum lot sizes. Set to 0 to disable.

Symbol Management

Additional Symbols (default: blank) - Comma-separated list of additional symbols to trade from a single chart (e.g. US500,NDX100,ASX200). Leave blank to trade only the chart symbol.

Max Symbols Open at Once (default: 2) - Maximum number of symbols that can have active trades simultaneously.

Indicator Settings

RSI Period (default: 2) - The lookback period for the RSI calculation. The ultra-short 2-period setting creates an extremely responsive oscillator that captures short-term exhaustion.

Long System

Enable Long (default: true) - Toggles long (buy) trading on or off.

Entry Mode (default: Standard) - Standard = single entry per signal. Aggressive = adds one additional position.

Trend Filter: Price > SMA (default: true) - Long trades are only taken when price is above the moving average, ensuring trades align with the broader uptrend.

Trend Filter: SMA Period (default: 200) - The lookback period for the trend filter.

Entry: RSI Below (default: 10) - When RSI(2) drops below this level, a long entry is triggered.

Exit: RSI Above (default: 65) - When RSI(2) rises above this level, long positions are closed. The exit threshold is deliberately below the traditional 70 overbought level to capture profits earlier.

Exit: Take Profit % (default: 0.0) - Percentage-based profit target. Disabled by default — the RSI exit is Connors' original exit mechanism. Set to a percentage value to add a profit target as an additional exit layer.

Exit: N-Bar Timeout (default: 0) - Maximum bars to hold a position. Disabled by default. Set to a non-zero value to add a time-based exit.

Aggressive: 2nd Entry Multiplier (default: 1.0) - Position size multiplier for the second entry in Aggressive mode.

Short System

Enable Short (default: false) - Toggles short (sell) trading on or off. Disabled by default.

Entry Mode (default: Standard) - Standard = single entry per signal. Aggressive = adds one additional position.

Trend Filter: Price < SMA (default: true) - Short trades are only taken when price is below the moving average, ensuring trades align with the broader downtrend.

Trend Filter: SMA Period (default: 200) - The lookback period for the trend filter.

Entry: RSI Above (default: 90) - When RSI(2) rises above this level, a short entry is triggered.

Exit: RSI Below (default: 35) - When RSI(2) drops below this level, short positions are closed.

Exit: Take Profit % (default: 0.0) - Percentage-based profit target for short positions. Disabled by default.

Exit: N-Bar Timeout (default: 0) - Maximum bars to hold a short position before closing at market. Disabled by default.

Aggressive: 2nd Entry Multiplier (default: 1.0) - Position size multiplier for the second entry in Aggressive mode.

Display Settings

Show Dashboard (default: true) - Displays the on-chart information panel showing all active settings and current trade status.

Font Size (default: 20) - Text size for the dashboard display.

Show Trade Metrics (default: true) - Includes performance statistics in the dashboard: total trades, win/loss ratio, accuracy, average trade, and cumulative P&L.

Metrics Start Date (default: 2000.01.01) - Starting date for performance calculations.

Alerts and Notifications

Chart Alerts (default: false) - Enable on-chart popup alerts when trade signals are generated.

Push Notifications (default: false) - Enable mobile push notifications for trade signals. Requires push notifications to be configured in the MetaTrader 5 terminal.

Email Notifications (default: false) - Enable email notifications for trade signals. Requires email to be configured in the MetaTrader 5 terminal settings.

Backtesting and Execution Notes

This strategy is designed for entry at the close of the trading day, when the signal is first identified. Backtesting research shows that entering at the close provides a measurable edge over waiting for the next day's open.

  • Default mode: Open of Next Bar (required for MQL5 Market validation)
  • Recommended for live trading: Close of This Bar, or Exact Time (1-2 minutes before market close)
  • Set Exact Time to match your broker's daily close (e.g. 23:54 for a server that closes at 23:55)

Backtesting tips:

  • Use "1 minute OHLC" or higher tick model for accurate results on daily bars
  • Do not use "Open prices only" for daily timeframe strategies
  • Close of This Bar and Exact Time modes may not function correctly in the Strategy Tester

Additional notes:

  • Do not mix different asset classes in the same EA instance
  • For Forex and Metals, use the Lot Size position sizing method only — Trade Value and Account Percentage modes are designed for stocks and indices

Requirements

  • MetaTrader 5 platform (Hedging or Netting account)
  • Minimum recommended leverage: 1:30
  • Daily timeframe preferred
  • All symbols must be available in your broker's Market Watch

Support

If you need custom adjustments or have questions, leave a comment with your email and we will get back to you. Always test the EA on a demo account before running it on a live account.

Risk Disclosure

This EA trades mean reversion setups using RSI(2) extreme readings. However, RSI can remain at extreme levels during sustained trends, and exits may not prevent losses during severe drawdowns. Backtests use historical data and do not account for slippage, partial fills, or changing market conditions. Proper position sizing relative to account equity is essential. Always test with demo accounts before trading live. Past performance does not guarantee future results.


おすすめのプロダクト
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
R1 Deep Seek EA - The Ultimate Precision Trading Solution! If you are searching for a highly efficient, consistent, and sustainable trading approach in the Forex market, combined with an advanced mathematically-driven averaging system, then R1 Deep Seek EA is the perfect solution for you! What Makes R1 Deep Seek EA Unique? R1 Deep Seek EA is designed with an intelligent strategy that executes precise and calculated trades. It places multiple buy and sell orders at predetermined intervals around
Nova FRC Trader is a disciplined automation of the Fractals indicator — a classic tool that identifies local highs and lows to pinpoint potential reversal and breakout points. This EA transforms fractal patterns into a structured trading system, entering trades only when price confirms a meaningful shift in market structure. Instead of chasing every swing, Nova FRC Trader focuses on setups where fractals indicate a real change in momentum. Trades are executed with discipline, avoiding noise and
Grid ATR Bands Bounce EA
AL MOOSAWI ABDULLAH JAFFER BAQER
Grid ATR Bands Bounce EA Important Notice: This Expert Advisor is provided in its base configuration and requires optimization for your specific trading preferences and market conditions. The EA serves as a framework for your personal trading strategy development. Description: The Grid ATR Bands Bounce EA combines technical analysis with grid trading methodology to identify and capitalize on price bounces from dynamic support and resistance levels. This tool is designed for traders who appreciat
| 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
Cash Drop MT5
Volodymyr Hrybachov
3 (2)
このエキスパートアドバイザーは、長年の開発の結果です。私は主にグリッドとヘッジ戦略を専門としており、このエキスパートアドバイザーですべての経験と知識を移転しました。その結果、高度にカスタマイズ可能なExpert Advisorテンプレートと、トレーダーが選択できるいくつかの優れた戦略があります。取引戦略は常に追加され、Expert Advisorは関連性を維持し、10年後もトップになります。つまり、この製品を購入することで、継続的なサポートと最新の更新を備えた、柔軟にカスタマイズ可能なExpertAdvisorを入手できます。あなたの戦略と願いは改訂で使用することができます。 EAは市場と保留中の注文を取引します。ストップロス、テイクプロフィット、トレーリングストップは取引を成立させるために使用されます。これらは、単方向または双方向の注文のバスケットに対して、注文ごとに個別に使用できます。注文のグリッドは、固定または拡大するステップとポジションのボリュームのいずれかを使用できます。貿易統計がチャートに表示されます。 ストップロス、テイクプロフィット、トレーリングストップはリアルと
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
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
GVolt
DRT Circle
4 (14)
GVolt — 高精度ゴールドグリッドエンジン(非マーチンゲール) GVoltは、ボラティリティの高いXAUUSD市場において、安定性、精度、そしてインテリジェントな注文処理を求めるトレーダーのために設計された、高度な金取引エキスパートアドバイザーです。非マーチンゲールグリッドアーキテクチャを基盤とするGVoltは、高頻度の取引と独立した戦略実行を維持しながら、ボラティリティに対して制御された構造的なアプローチを提供します。 このEAは、金のボラティリティを解釈・管理し、市場の動きをよりスムーズで扱いやすくするという唯一の目的のために開発されました。その内部アーキテクチャは、長期的な方向性を示す機会と短期的な日中の動きの両方を捉えるように設計されており、マーチンゲール手法によってロットサイズを増やすことなく、規律あるグリッド構造を維持しています。 5件の販売以降は価格が100ドル上昇し、最終価格は1,800ドルとなります。 主なハイライト 2つのEAを1つに – 独立した戦略エンジン GVolt は、完全に独立した 2 つの取引システムを同じ構造で組み合わせています。 トレンドフ
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.97 (58)
Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペアで
Atomic Xau
Ignacio Agustin Mene Franco
Atomic XAU - Expert Advisor Overview Atomic XAU is an automated trading system specifically designed to trade XAU/USD (Gold) on the M5 timeframe. This EA combines four professional technical indicators to identify high-probability trading opportunities with rigorous risk management. Trading Strategy The system uses multi-indicator confirmation through: MACD: Detects momentum changes and trend crossovers Bollinger Bands: Identifies overbought/oversold zones and volatility RSI: Confirms extreme
SureFireHedgeStrategy v20.3  Professional Equity Protection & Profit Shield Added SureFireHedgeStrategy v20.3 is a high-logic algorithmic trading system engineered for traders who prioritize capital safety above all else. Optimized specifically for high-volatility assets like Gold (XAUUSD) and Bitcoin (BTCUSD) , version 20.3 introduces a sophisticated financial management layer designed to grow small accounts into significant wealth. ️ Advanced Safety Features: The "Profit Vault" Technology:
MACDインジケーターのトレーディングロボット これはトレーディングロボットの簡易バージョンであり、1つのエントリー戦略のみを使用します(高度なバージョンには10を超える戦略があります) 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます。マジックナンバ
移動平均インジケーターのトレーディングロボット 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます。マジックナンバーですべての注文を受け取り、処理することができます。 オープニングフィルターを扱う。 すべての取引戦略には、シグナルフィルターと取引
Alpha Grid MT5
Aliaksandr Charkes
3.67 (3)
Alpha Grid MT5  is a versatile trading system designed for the full or partial automation of various grid-based trading strategies (for hedging accounts). Additionally, this Expert Advisor can be viewed as a universal strategy builder, offering capabilities that go beyond simple grid trading. If you take the time to master its functionality, you can create more complex and customized systems. In other words, the strategy you implement does not necessarily have to be grid-oriented or fully automa
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan for MetaTrader 5 Due to using the virtual trades, trading in both directions (buy and sell) simultaneously became possible. This allows users to adapt the popular strategy for the net accounting of positions applied by MetaTrader 5.  Expert Advisor Settings The Expert Advisor setup is simple. However, all the important settings of the strategy are available for adjusting. Available tools: Unique  MagicNumber  for identification of trades; Trade direction option ( Trade direction ): buy onl
This is an expert advisor meant to grow small accounts with low risk trading strategy, buit to trade ranging chart symbols and has a wide range of multipliers to grow with your account .  Trades with martinagale, grid and hedging to scalp the market,. Should trade with "ENABLE_TRAILING" in the inputs field turned to true. Fine tuning the inputs is also recommended depending on the chart to trade. kindly reachout for more advise and config after purchasing/subscribing to the EA. Trade safe...
The Sniper King EA – Precision Gold Robot The Sniper King EA is a high-accuracy scalping expert advisor designed for traders who demand precision entries, strict risk control, and consistent performance on Gold and major forex pairs. Built with a smart candle-analysis engine and trend-filter logic, this EA focuses on high-probability sniper entries while avoiding unnecessary exposure in unstable market conditions. Key Features Ultra-precise sniper entry algorithm Smart trend and momentum filt
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Ultra KZM
Nattapat Jiaranaikarn
Ultra KZM is an Expert Advisor that using the unique trading operation. It's strategy is based on the combination of grid and correlation system which is the new method that I invented and developed for a long time. You can see Live Signal from these links : (delete space) 1.  https: //www .myfxbook.com/portfolio/ultra-kzm-eurjpyeurchf/10224608 2.  https: //www .myfxbook.com/portfolio/ea-ultra-kzm-real-account/10374382 Note that this EA should run in ECN swap-free account. When you backtest yo
EA Builder PRO
Arthur Hatchiguian
4.5 (8)
EAビルダーは、独自のアルゴリズムを作成し、自分の取引スタイルに合わせることができるツールです。 古典的な取引、グリッド、マーチンゲール、個人的な設定による指標の組み合わせ、独立した注文またはDCA、可視または不可視のTP/SL、トレーリングストップ、損失カバーシステム、損益分岐点システム、取引時間、自動ポジションサイズなど、様々なものがあります。 EAビルダーには、あなたの完璧なEAを作るために必要なものがすべて揃っています。独自のアルゴリズムを構築することで、無限の可能性を秘めています。創造力を発揮してください。 Guide on my blog post:  https://www.mql5.com/en/blogs/post/740705 ️   This EA is not recommended to beginner or new MT5 user. It's a tool to create your algorithm, it is not supposed to be used with the default settings. You need to full
S&P 500スキャルパーアドバイザーは、S&P 500指数で成功したいトレーダーのために設計された革新的なツールです。この指数は、米国の株式市場で最も広く利用され、権威のある指標の一つであり、米国の主要企業500社で構成されています。 特徴: 自動取引ソリューション:     アドバイザーは、高度なアルゴリズムとテクニカル分析に基づいており、変化する市場状況に合わせて戦略を自動的に適応させます。 多目的なアプローチ:     アドバイザーは、インデックスのトレンドの理解、変動価格の分析、利益を最大化しリスクを最小化するアルゴリズムなど、複数の戦略を組み合わせます。 柔軟性とカスタマイズ性:     トレーダーは、取引目標、リスク レベル、取引戦略の好みに合わせて EA 設定をカスタマイズできます。 リスク管理:     アドバイザーは市場を常に監視し、リスクを管理するための対策を講じます。一定の損失レベルに達したときに取引を自動的に終了するように設定することもできます。 透明性と報告:     トレーダーは詳細なレポートと分析にアクセスしてアドバイザーのパフォーマンスを評価し、情報に
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
GoldHFT MT5
Aldo Marco Ronchese
3.8 (5)
High Frequency Trader for Gold ! Meaning this EA can trade many times in a second to take advantage of news and fast movements while waiting patiently in slow markets for tiny moves to take advantage of . MT4 version can be found here Introducing the future of XAUUSD trading: EA Gold HFT   The AI-powered expert advisor that learns and adapts to the market EA Gold HFT is a new trading tool that uses artificial intelligence to help you take advantage of gold volatility , even if you're a beginne
Astra Ea
Muhammad Huraira
5 (1)
Astra EA – Precision. Power. Perfection. Astra EA is a modular trading engine built for robust performance across major FX pairs and XAUUSD. It merges multiple independent entry frameworks with disciplined exit and risk controls. All components are price-driven and fully automated. ️ Core Strategies  • Grid / Overlap Engine – Adaptive step sizing, controlled lot progression, and overlap protection to avoid excessive exposure across correlated levels.  • Support & Resistance Logic – Instit
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-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
LAUNCH OFFER Kefren Bot Gold - Version 1 PRO Launch Price: 39  USD Next Price: 89  USD The price will increase progressively with every batch of sales. Kefren Bot Gold - Version 1 PRO   Real Expert Advisor - NO MARTINGALE - NO GRID Kefren Bot Gold is a highly optimized and robust trading robot, designed   exclusively for XAUUSD (Gold) . System Optimization:   The EA has undergone rigorous optimization between the years 2020-2021, 2021-2022, 2022-2023, and 2024-2025, with each of the 7 str
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
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
Oxi – Mean Reversion DCA Riser (MT5 Expert Advisor) Oxi is a fully automated MetaTrader 5 Expert Advisor that combines advanced Mean Reversion logic with strategic Dollar-Cost Averaging (DCA) to help you grow your account steadily. Designed to work across multiple currency pairs using adaptive analysis and smart trade management, Oxi offers a high win rate, flexible controls, and reliable recovery—perfect for traders who want performance with peace of mind. Key Features: ️ Plug & Pla
このプロダクトを購入した人は以下も購入しています
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 は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポートとレ
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日間の全取引期間にわたって稼働し、内部フィルタリングロジックを維持しながら、より多くの市場フェーズに対応します。 市場条件が整っ
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は、分散取引ポートフォリオの一部として効果的に機能するように設計されています。日中取引に特化したロジックにより、異なるアプローチを使用する
"GoldBaron"は、金取引(XAUUSD)のために設計された全自動取引ロボットです。 実際の口座での6ヶ月間の取引で、専門家は2000%の利益を得ることができました。 毎月、専門家は60%以上を獲得しました。 ただ、毎時(H1)XAUUSDチャートに取引の専門家をインストールし、将来の金価格を予測する力を参照してください。 積極的なスタートには200ドルで十分です。 推奨されるデポジットは500$からです。 ヘッジの可能性のあるアカウントを必ず使用してください。 一年前、私たちは証券取引所のテクニカル指標の開発に画期的な進歩を遂げました。 私達は全く新しい概念を作成することをどうにかしてしまった。 そのアプリケーションを持つ指標は歴史に適応しませんが、実際には実際の効果的なパターンを明らかにします。 新しい開発のすべての力は、技術指標"__AceTrend__"に投資されました。 10補完的な取引システムと現代の人工知能に基づくトランザクションフィルタ。 取引ロボットは、マーチンゲール、平均化および他の雪崩のようなお金の管理技術を使用していません。 何が起こったのか見てください!
Mad Turtle
Gennady Sergienko
4.51 (89)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて
作者のその他のプロダクト
Connors TPS
MATTHEW STAN WILLS
5 (1)
日本語翻訳 – Larry Connors TPS - 自動取引システム Larry Connors TPS - 自動取引システム バージョン 2.0 – Matthew Wills このエキスパートアドバイザー(EA)は、Larry Connors の 「Time, Position & Scale(TPS)」 取引システムを自動化したものです。このシステムは彼の著書に詳しく説明されています: 「High Probability ETF Trading」 Amazon リンク 戦略概要 Larry Connors の TPS システムは 市場の押し目 を利用し、ポジションを段階的に拡大して リスク調整後のリターンを最適化 します。 ETF、株価指数、個別株 などの 平均回帰資産 に適用可能 200日移動平均線(SMA) より上で最も効果を発揮 RSIシグナル & スケールイン戦略 に基づいて取引を実行 標準TPS取引ルール: 1️⃣ ETF、株価指数、または個別株を取引 2️⃣ 200日SMAより上で取引していること 3️
Howard Bandy's - Naive Mean Reversion System Version 1.0   – Developed by   Matthew Wills This EA automates a professional-grade mean reversion system designed to exploit one of the most consistent edges in equity markets: short-term reversals after clustered selling pressure. This Expert Advisor systematically enters trades after consecutive down days within an established trend, capturing the high-probability bounce that often follows. Both long and short trading are supported, with short disa
Larry Connor's - Double7 Mean Reversion System -  Version 1.0   An enhanced implementation of Larry Connors' Double 7s strategy from "Short Term Trading Strategies That Work," designed to systematically capture high-probability short-term reversals in equity markets. This elegantly simple system buys when price closes at a 7-day low and sells when it closes at a 7-day high. No indicators, no oscillators — just raw price action relative to its recent range. The strategy captures the tendency for
Howard Bandy's - Naive Mean Reversion System - version 1.0 A professional implementation of Howard Bandy's Z-Score strategy, designed to systematically capture high-probability short-term reversals in Indicies, ETFs and Equity markets. The Z-Score measures how many standard deviations the current price is from its recent mean. When price deviates significantly below the mean (negative Z-Score), statistical probability favours a reversion back toward average. This is one of the most mathematicall
Howard Bandy's - PIRDPO (Position in Range Detrended Price Oscillator) A professional implementation of Howard Bandy's PIRDPO (Position In Range of Detrended Price Oscillator) strategy, designed to systematically capture high-probability short-term reversals in equity markets. PIRDPO measures where the current detrended price sits relative to its recent history, expressed as a percentile from 0 to 1. When the percentile is low, price is at the bottom of its detrended range — a classic mean rever
Larry Connors TPS – PercentB - (Bollinger Band %) A professional implementation of Larry Connors' Percent B strategy, designed to systematically capture high-probability short-term reversals in equity markets. This system uses the Bollinger Band %b indicator to identify when price has moved to a statistical extreme relative to its recent volatility envelope. When %b drops near zero, price is at or below the lower Bollinger Band — a quantified oversold condition that this EA captures with discipl
Howard Bandy's RVI2 – Automated Trading System A professional implementation of Howard Bandy's 2-period Relative Vigor Index (RVI) strategy, designed to systematically capture high-probability short-term reversals in Indicies, ETF's and Equity markets. RVI measures the conviction behind price moves by comparing the close-to-open range against the high-to-low range. When RVI is deeply negative, candles are closing near their lows — indicating exhausted selling pressure and a high-probability boun
フィルタ:
レビューなし
レビューに返信