H Bandys Naive Mean Reversion

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 disabled by default.

Core Edge

Markets frequently overreact in the short term. After several consecutive down closes, selling pressure becomes exhausted and price tends to revert. This EA captures that edge by identifying oversold conditions using consecutive down-day counts, filtering with a long-term trend via the 200-period SMA, and exiting through a structured triple framework that protects profits. This approach is simple by design, and that simplicity is what makes it robust across different market conditions and time periods.

Research Foundation

This EA implements the Naive Mean Reversion system from Dr. Howard Bandy's book "Mean Reversion Trading Systems: Practical Methods for Swing Trading" (Blue Owl Press, 2013). Dr. Bandy is a quantitative trading systems researcher and consultant whose books, including "Quantitative Trading Systems" and "Modeling Trading System Performance," are widely regarded as essential reading for systematic traders. The Naive system is intentionally elementary, reflecting Bandy's research philosophy that trading systems should be as simple as possible to remain effective across decades of market data rather than overfitted to recent conditions.

Strategy Rules

Long entry: N consecutive down closes (default 4) while price is above the SMA trend filter.
Short entry: N consecutive up closes (default 4) while price is below the SMA trend filter (disabled by default).
Exit logic uses a triple framework: percentage-based profit target, consecutive opposite-day exit, and N-bar timeout. All three work together to manage each position. Optional scaling allows additional entries during deeper pullbacks for traders who want to add to positions on subsequent down days (Note, each entry is treated as an independent signal and trade).

Typical System Behaviour

This is a mean reversion system, not a trend-following strategy. It profits from short-term pullbacks, not large directional moves. Expect a high win rate (often 70 to 90 percent depending on market and settings), small consistent gains, and occasional losing streaks during strong trending markets. It performs best on liquid equity indices and ETFs.

Who This EA Is For

This system is ideal for traders building multi-strategy portfolios, users familiar with systematic trading concepts, and traders targeting consistency over aggressive returns.

This system is not suitable for "set and forget" users expecting constant profits, traders who cannot tolerate temporary drawdowns, or users looking for high-risk high-return systems.

Key Features

Fully automated execution on MetaTrader 5 with multi-symbol trading supporting up to 10 markets from a single chart. Three position sizing modes are available: Fixed Lots, Dollar Value, and Account Percentage, with automatic currency conversion for cross-currency instruments. The triple-exit framework provides structured risk control through profit targets, consecutive day exits, and time-based exits. Optional scaling into deeper pullbacks is configurable. A built-in performance dashboard displays win rate, P&L, average trade, and open positions directly on the chart. Alerts are available via chart popups, push notifications, and email.

Example Performance on SPY

Using optimized settings of 3 consecutive down days, 0.5 percent profit target, 5-bar timeout, and 200-period SMA filter, the system produced an 87.6 percent win rate across 194 trades over a 21-year backtest period (2004 to 2026, $10,000 per trade, $0.02 per share commission). Default textbook settings use 4 down days and a 1.0 percent profit target as a conservative starting point. Results vary by instrument. Always test on your chosen market before trading live.

Recommended Markets

Best suited for US equity indices such as S&P 500 (US500), NASDAQ 100 (NDX100/US100), and Dow Jones (US30). Equity ETFs including SPY, QQQ, DIA, and IWM also work well, along with other liquid indices like ASX 200, DAX 40, and FTSE 100. Not recommended for low-liquidity instruments or Forex unless specifically tested. Each EA instance should trade similar asset classes.

Screenshots

Screenshots 1 through 4 show individual trade examples on SPY with entry and exit markers, indicator values, and strategy details. Screenshot 5 shows the backtest equity curve on SPY using default settings. Screenshot 6 shows the equity curve using optimized settings on SPY. Screenshot 7 shows the backtest equity curve on QQQ.

Part of a Professional EA Series

This EA is one of 9 mean reversion strategies available from M.Wills, each targeting a different market behaviour. The series includes Connors TPS (scale-in mean reversion), Connors RSI2 (RSI extreme readings), Connors Double 7s (7-day price channel), Connors Percent B (Bollinger Band), Bandy Naive MR (consecutive down days), Bandy PIRDPO (detrended price oscillator), Bandy RVI2 (relative vigor index), Bandy DV2 (close-to-midpoint momentum), and Bandy Z-Score (statistical z-score). Running multiple systems together can reduce drawdowns, improve consistency, and smooth equity curves.

Expert Advisor Settings and Configuration

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. All symbols are assessed for entries and exits at this time.

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

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. For Lot Size this is the number of lots. For Trade Value this is the dollar amount. For Account Balance this is the percentage.

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. Invalid symbols are skipped automatically to prevent execution errors.

Max Symbols Open at Once (default: 2) - Maximum number of symbols that can have active trades simultaneously. Controls total exposure across multiple instruments.

Long System

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

Trend Filter: Price > SMA (default: true) - When enabled, long trades are only taken when price is above the moving average. Ensures trades are taken in the direction of the broader uptrend.

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

Entry: Consecutive Down Days (default: 4) - The number of consecutive lower closes required to trigger a long entry signal.

Entry: Additional on Subsequent Days (default: 0) - If the market continues falling after the initial entry, take additional positions on each subsequent down day. Set to 0 for a single entry only. Set to N for up to N additional entries on subsequent down days.

Exit: Consecutive Up Days (default: 1) - Close long positions after N consecutive higher closes. This captures the mean reversion bounce. Set to 0 to disable and rely on the profit target and N-bar timeout only.

Exit: Take Profit % (default: 1.0) - Percentage-based profit target applied to each position. The take profit is submitted with the order at the broker level for reliable execution. Set to 0 to disable.

Exit: N-Bar Timeout (default: 5) - Maximum number of bars to hold a position. If no other exit has triggered after N bars, the position is closed at market. Prevents capital from being tied up in stagnant trades. Set to 0 to disable.

Short System

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

Trend Filter: Price < SMA (default: true) - When enabled, short trades are only taken when price is below the moving average. Ensures trades are taken in the direction of the broader downtrend.

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

Entry: Consecutive Up Days (default: 4) - The number of consecutive higher closes required to trigger a short entry signal.

Entry: Additional on Subsequent Days (default: 0) - If the market continues rising after the initial entry, take additional positions on each subsequent up day. Set to 0 for a single entry only.

Exit: Consecutive Down Days (default: 1) - Close short positions after N consecutive lower closes. Set to 0 to disable.

Exit: Take Profit % (default: 1.0) - Percentage-based profit target for short positions. Set to 0 to disable.

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

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. Adjust this to measure performance over a specific period.

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.

Recommendations

Backtesting should be done using Open of Next Bar mode for stable and repeatable results, as the tester processes completed bars. Close of This Bar and Exact Time modes may not function correctly in the Strategy Tester.

Live trading should use Exact Time or Close of This Bar for precise execution that aligns with the daily close.

Use "1 minute OHLC" or higher tick model for accurate results on daily bars. Do not use "Open prices only" for daily timeframe strategies.

Do not mix different asset classes in the same EA instance. Indices, Forex, and Metals should be traded separately to avoid incorrect position sizing.

For Forex and Metals, use the Lot Size position sizing method only. Trade Value and Account Percentage modes are designed for stocks and indices and may produce incorrect lot sizes with other asset classes.

Requirements

MetaTrader 5 platform with a Hedging or Netting account type. Minimum recommended leverage is 1:30. Daily timeframe is 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 that historically produce high win rates. However, consecutive down days can extend significantly during market crashes, 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.


おすすめのプロダクト
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
Aegis Kalman Trend
Amanda Vitoria De Paula Pereira
Aegis Kalman Trend is a raw automated trading engine built specifically to extract real momentum from XAUUSD without chasing market noise or taking dummy entries, most retail expert advisors use slow moving averages that cruzam atrasadas and wipe your balance during choppy sessions but this chassi uses a dual-matrix Kalman filter to track the true institutional price line with zero phase-lag, the core algorithm runs an adaptive noise engine that calculates volatility on the fly, it adjusts the f
quantum bot designed for forex trading. test on eur/usd gives good returns. based on several indicators include risk management. best timeframes 1h; 4h. this bot was backtesting for the past year and gives 2000% return profit. no hidden lost trades in code. settings are customizables to give you better experience of trading. contact me for more details or installation guide
このEAは,Meta Trader 5プラットフォーム向けのシンプルな自動取引システムです.パラボリックSARを用いて,市場のトレンドを見極めてロットサイズを自動的に調整し,コツコツと利益を積み上げていきます. 主な特徴 ロットサイズの調整にマーチンゲール法を用いません. 外国為替市場閉場前にポジションを持っている場合,そのポジションは週末に持ち越しされます. このEAは複数のポジションを同時に持つことを前提としているため,利用しているブローカーのMT5口座がヘッジングシステムタイプであることを確認してください. どの執行方式・フィルポリシーであっても対応できる回路をEAに組み込んでいます. 注文価格がストップレベルに違反していた場合には自動調整が行われます. 推奨設定 シンボル:USDJPY タイムフレーム:M5(5分足チャート) デポジット:最低1,000ドル(100,000円)を推奨します すべてのパラメータはデフォルト値に設定することを推奨します.TradeVolumeは証拠金に応じて増やすことができますが,その分リスクも高まります.TakeProfitとStopLoss
Golden Rebound Super v2.0 概要 Golden Rebound Super は、MetaTrader 5向けの全自動売買ロボット(EA)です。 ゴールド(XAUUSD)M5足 に特化して開発・最適化されており、独自の4層トレンド確認システムにより、高確度エントリーポイントを精密に捉えます。 マーチンゲールなし。グリッドなし。危険な資金管理なし。 すべてのトレードに固定ロット・固定SL/TPを使用した、シンプルで安全な設計です。 バックテスト結果 GOLD(XAUUSD) · M5 · 2023.05.01〜2026.05.26 · ティック品質99% · 初期証拠金$10,000 · 0.01ロット 指標 値 プロフィットファクター 1.33 最大ドローダウン 3.43%($382.74) 純利益 +$2,102.64 期待利得 $2.60 / トレード シャープレシオ 2.37 リカバリーファクター 5.28 総トレード数 810回 勝率 28.02% リスクリワード比 1:3.0 証拠金維持率 19,715% ヒストリー品質 99% 2023〜2026年
SCIPIO AIは、金融市場で20年以上の経験を積んだ私が開発した自動取引BOTです。エントリー、管理、ストップロスなど、取引活動のすべてを100%自動化するため、トレーダーは毎日何もする必要がありません。 このEAは一度に1つの取引のみを開き、ストップロスを即座に非常に近い値に設定します。グリッドやマーチンゲール法は使用せず、1取引ずつ行うため、大きなドローダウンを回避できます。 過去数日間の動向に基づいて、人工知能(AI)が取引(ロング+ショート)を開始する最適なタイミングを特定します。 取引方法 + EAをチャートに配置し、自動取引を有効にするだけで、他に何もする必要はありません。 + このEAはGBPUSD専用に作成されており、他の資産には対応していません。 + どの時間枠でも操作は同じなので、最終結果は変わりません。 + 中期的には、毎日辛抱強く続ければ結果が得られます。 + このEAは常に同じロットサイズを使用するため、使用するロットを慎重に選択してください。 + ロットは設定インターフェースから設定でき、いつでも変更できます。 + SCIPIO EAをアクティブ
Pullback Trading Bot Overview Pullback Trading Bot is an automated Expert Advisor designed to trade with the trend instead of chasing price. It combines higher timeframe trend analysis with lower timeframe pullback entries to identify high-probability trading opportunities. The EA uses a state-based trading system that waits patiently for market conditions to align before opening a trade. This helps reduce unnecessary entries and keeps trading disciplined. The strategy is suitable for traders wh
Catching Bot is an automated advisor used for trading in all financial markets. This bot combines rich functionality for working on the Forex market and on any instruments. The bot implements methods that can overcome the security of the forex market and help you work with it with an acceptable reasonable risk. Briefly about the essence of the problem. As you know, working in the forex market is not easy, it is difficult to predict the price movement, and if you work with one order, it is diff
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro — 規律あるビットコイントレードのための信頼できるパートナー。 最新バージョンでは OpenAI の人工知能 を統合し、高ボラティリティな暗号資産市場において、より高度な執行判断と取引フィルタリングを実現します。 本プロフェッショナル向けエキスパートアドバイザーは、 MetaTrader 5 上での Bitcoin(BTCUSD) 取引専用に設計されており、構造化された執行ロジック、エクスポージャー管理、そして高度なリスクマネジメントに重点を置いています。 価格: $499  →  次段階: $699  →  最終価格: $999 LIVE SIGNAL HERE OpenAI搭載・執行フィルター 最新バージョンでは OpenAI 技術を活用し、リアルタイムで市場環境を分析し、質の低いエントリーや不利なセットアップをフィルタリングします。 AIセーフティレイヤー: AIモジュールは取引実行前の第二承認レイヤーとして機能します。これは予測ツールではなく、あくまで執行フィルターとして設計されています。すべての取引は構造化ロジックとインテリジェントな検証プ
BLUEBOAT ATLAS BlueBoat Atlas is a session-based Expert Advisor for MetaTrader 5. It builds a structured CA/C1/C2 price framework and evaluates confirmed closed-candle breakouts with configurable risk, recovery and flip controls. SESSION STRUCTURE Atlas supports four independently configurable sessions: - Oceania - Tokyo - London - New York Each session can be disabled, always active, or set to operate only if no earlier enabled session has entered during the same trading day. Session star
MQL5 Market Description: CJ Smart Alpha Genesis - AI Connector CJ Smart Alpha Genesis - AI Connector MT5 is not just another Expert Advisor; it is your direct gateway to an institutional-grade Quantitative AI and Large Language Model (LLM) ecosystem. Designed for serious investors, prop-firm challengers (e.g., FTMO), and fund managers, this EA acts as a high-speed execution terminal on your MT5, while the heavy lifting—complex machine learning calculations, multi-timeframe matrix analysis, an
Range Expansion PRO: Strategy & Implementation The Problem: The "Fakeout" Trap Most breakout bots fail for one simple reason: they treat every price movement as a signal. They get chopped up in sideways markets or wiped out by "fakeouts" during low-liquidity sessions. I designed Range Expansion PRO to solve this specific frustration. I wanted a tool that remains dormant when the market is indecisive and only strikes when there is undeniable institutional momentum. By shifting the focus from "how
Next Level — 次世代型インテリジェント・エキスパートアドバイザー(EA) live signal: https://www.mql5.com/en/signals/2313342 主要なメリット ライブシグナルで検証済みの実績:シグナル公開「後」の実運用データが11カ月分(公開前データではありません)。口座は現在も稼働中。 三段階ヘッジング:ボラティリティ上昇時にパラメータを適応させつつ、ポジション保護とリスクヘッジを3つの独立レイヤーで実行。 マルチカレンシー・アーキテクチャ:低相関ペアの同時運用によるリスク分散。相関分析によってエントリーをフィルタリング。 利益によるドローダウン軽減:利益の一部を意図的に「重い(含み損の大きい)ポジション」のクローズに充当し、不利な連敗の発生確率を大幅に低減。 推奨事項 口座タイプ:スプレッドと手数料の低い ECN/Raw 口座。 レバレッジ:1:200 以上。 最低入金額:ECN/Raw 口座は $5,000 以上、セント口座は $500 以上。 よくある質問(FAQ) Next Level を単一シンボルで使えますか? はい。です
A fully automated trading system based on trend analysis and consisting of two interdependent bots: one works when the market rises (Buy-bot), the second - when the market falls (Sell-bot). Link to the second bot (Sell-bot):  https://www.mql5.com/ru/market/product/78678?source=Site+Market+Product+Page The system works on a "set it and forget it" principle. The client does not need to do anything except ensure the round-the-clock operation of the trading terminal. The developer assumes obligation
We present you an expert system, which is a universal scalper. The expert system works with small spreads and on a fast Internet channel. Settings are quite simple and easy to adjust. The Forex Attack expert system is a high-speed scalpel, and accordingly works with ticks, which must be taken into account when testing the system. The expert system works on all types of accounts: netting, hedging. The bot does not use the history stored in the database for work. For his own needs, he uploads hi
Prop Firm Ready — 25% Discount on Darwinex Zero → DWZ2347430MGM What Makes This EA Different Most EAs on this marketplace look impressive — until they don't. Grid systems, martingale, and high-leverage momentum bots produce spectacular equity curves right up to the point they blow an account. Calendar Edge EUR is built on a different principle entirely. It trades statistically validated seasonal price patterns across all 7 liquid EUR currency pairs simultaneously — EURUSD, EURJPY, EURGBP, EURAUD
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
Trend-following Expert Advisor that acts based on Ichimoku indicators, programmed to respond for identify strong trend moments and ensure greater precision in entry decisions for better perfomance in ops. It features optional stop-loss control based on the percentage of price change, or "stop and reverse" between these moments, and lot scaling based on balance growth. Learn what parameters are with better performance for each symbol in the strategy tester and find a good linear regression making
EA Name: Dynamic Hybrid Scalper (XAU Specialist) "A Synergistic Blend of Trend Following and Smart Grid Logic for Consistent Gold Trading" Key Highlights Multi-Timeframe Analysis: Triple-layer trend analysis that monitors the High Timeframe (HTF) trend down to the specific entry Signal Timeframe for maximum precision. 5-Factor Signal Confirmation: A sophisticated filtering system using five core metrics: EMA Trend, RSI, MACD, ADX Strength, and Price Action Breakout. Dynamic Lot Managemen
Plug & Play portfolio - series of high-quality EURUSD H1 strategies for maximized success. This EA alone can bring you great profits, but for the best results check also rest of the   EUR portfolio . Strategy is using CCI indicator for finding suitable trade and then sets the pending order according to daily extremes. No grid, no martingale, no tuned backtest, no fairytales, but   real results. This EA has passed 9 robustness tests, indicating good strategy quality. Benefits for you Plug & Pla
X Hunter Pro は、 MetaTrader 5 向けに開発された次世代エキスパートアドバイザー(EA)であり、 GPT-4o AI によって強力に支えられています。リアルタイムで高度な市場分析を行い、より的確なトレード判断を実現するために設計されています。単なる自動売買ロボットではなく、 X Hunter Pro は高度な自動化、市場行動分析、そして動的バスケット管理を統合した包括的な AI支援型トレーディングシステム です。本EAは、 レンジ相場、価格の振動局面、明確なトレンド相場 に最適化されており、さまざまな市場環境に柔軟かつ自信を持って対応できます。自動執行に加え、X Hunter Pro は AIによるガイダンスと意思決定サポート を提供し、より効率的で明確なポジション管理を可能にします。トレーダーの成長とともに進化する設計となっており、 初心者から上級者まで幅広く対応 しています。柔軟な設定とインテリジェントな支援機能を備え、 Forex通貨ペア、貴金属、指数、暗号資産、その他の金融商品 にMetaTrader 5上で利用可能です。 現在価格:$369 。10件
A fully automated trading system   based on trend analysis and consisting of two interdependent bots: one works when the market rises (Buy-bot), the second - when the market falls (Sell-bot). Link to the second bot (Buy-bot):  https://www.mql5.com/ru/market/product/78152?source=Site+Market+Product+Page The system works on a "set it and forget it" principle.   The client does not need to do anything except ensure the round-the-clock operation of the trading terminal. The developer assumes obligat
Trang Holding
Thu Huyen Trang Nguyen
Trang Holding EA - use trendline of H4 to confirm buy/sell zone, then open first entry when break-out candle - hold profit with trailing stop. we have 2 options: + low risk ; holding only 3 (fill the number you want) trades, close a part of combo when markets move by negative way + high risk : hold all trades of combo to TP of combo - I like high risk option with maximum autolot = 0.05/$1000 . but better option is fix_vol. example 10k open fixed 0.2 and you can withdraw profit everyweek -change
Obsidian Flow Atlas EA 精度・構造・実行 金融市場は感情に報いることはありません。 市場が評価するのは、規律、一貫性、そして客観的なデータに基づいて意思決定を行う能力です。 Obsidian Flow Atlas EA は、この理念のもとに開発されました。 MetaTrader 5向けに設計された完全自動売買システムであり、金融市場で最も人気の高い2つの銘柄に対応しています。 • XAUUSD(ゴールド) • EURUSD(ユーロ/米ドル) システムは市場環境を自動的に分析し、独自の取引ロジックと統合されたリスク管理モデルに基づいてポジションを開設・管理します。 チャートを長時間監視したり、エントリーポイントを探したり、手動で取引判断を行う必要はありません。 EAをインストールし、希望するリスクレベルを選択するだけで、システムが自動的に取引を行います。 実証済みのリアル運用実績 最大限の透明性を確保するため、本システムの運用実績は公開ライブシグナルを通じて確認できます。 XAUUSD(ゴールド) https://www.mql5.com/en/signals/23
CrossPulse Dynamic ATR CrossPulse is an automated Expert Advisor for MetaTrader 5 that combines classic MACD crossover signals with ATR-based recovery position management. It is built for traders who want a rule-based scalping system with clear entry logic and configurable risk limits. HOW IT WORKS ENTRY (new position) • Long: MACD golden cross confirmed on the previous bar (MACD line crosses above Signal). • Short: MACD death cross confirmed
I present to you the parameters and settings of the Series Control bot, which is an ultra-modern bot for working in the Forex market. This bot uses the latest money management and market analysis technologies to identify trends and make trading decisions. It also has a flexible control and protection system for each position. Currency pairs for trading: EURUSD, USDJPY, GBPUSD, AUDUSD, USDCAD, USDCHF, NZDUSD, EURJPY, GBPJPY, EURGBP, AUDJPY, EURAUD, EURCHF, AUDNZD, NZDJPY, GBPAUD, GBPCAD, EURNZ
Sonic
Jalaluddin Raheemi
only 3 copies will be sold at the current price and then the price will increase to $399. Sonic EA is the result of studying and testing our best trading strategies and combining them with Artificial Intelligence technology. This EA is a perfect combination of quality, technology, intelligence, safety, and experience. This is just the start of this project, Every week our team works hard to improve this trading algorithm and add the best features to it.   Monitoring : Sonic MT5 1 Signal new
Precision Trend Trading for USDJPY SwapSurfer is a high level grade Expert Advisor specifically engineered to capture high-probability structural trends on the USDJPY H1 timeframe (or any swap-giving instruments). While most retail traders are caught in the "noise," SwapSurfer uses a structural-tracking engine to identify high-probability levels and execute trades only when the momentum is confirmed, usually leaving the trade on for multiple days, collecting swap (this EA does not sell short, o
Pro HassilEA
Benjamin Gabriel Nieves Ortiz
Description Hassila Pro is an expert advisor that looks for momentum exhaustion : those moments when price has stretched too far in one direction and tends to correct. Instead of chasing the trend, it waits for the move to run out of strength and trades the correction. This is not a high-frequency system. It waits, and when conditions are not right it does not trade. That behaviour is intentional. How it works Detection. A momentum oscillator measures when price has reached a statistically unusu
FREE
このプロダクトを購入した人は以下も購入しています
Quantum Titan MT5
Bogdan Ion Puscasu
5 (1)
Quantum Titanは、Quantumエコシステムに機関投資家レベルの取引機能をもたらし、精度、規律、そして実績のあるライブマーケットパフォーマンスにおいて新たな基準を打ち立てます。 GOLDエキスパートアドバイザーにさらなる性能を求めるトレーダーのために開発されたTitanは、Quantumトレーディングテクノロジーの次なる進化を象徴するものです。 全世界で生涯ライセンスは1,000個限定です。 1,000部すべてが完売次第、Quantum Titanは入手できなくなります。 発売記念特別割引価格。最終価格1999ドル。 初期投資5万ドルでLive Signalに参加しよう:   こちらをクリック Quantum Titan MQL5 公開チャンネル:   こちらをクリック ***Quantum Titan MT5 を購入すると、Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X、Quantum
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (27)
伝説は続く。女王は進化する。 Quantum Queen Xへようこそ。これは、Quantum Queenの実績ある成功を基盤とした、伝説的なゴールド取引システムの次世代版です。 Quantum Queen Xは、Quantum Queenと同じ実績のあるコアエンジンをベースに構築されており、トレーダーがどの戦略を有効または無効にするかを正確に選択できる強力な新しいカスタムモードが導入されています。 すべての戦略は個別にレビュー、改良、最適化され、さまざまな市場状況においてさらに優れたパフォーマンスと適応性を発揮します。デフォルトのプリセットも強化され、7つの戦略ではなく厳選された9つの戦略を組み合わせることで、より広い市場範囲とより多くの取引機会を提供すると同時に、Quantum Queen XをMQL5で最も成功したGOLDエキスパートアドバイザーにした規律ある取引哲学を維持しています。 IMPORTANT! After the purchase please send me a private message to receive the installation manual
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
小道具会社準備完了!( セットファイルをダウンロード ) 警告: 現在の価格で販売できるのは残りわずかです! 最終価格:990ドル EAを1つ無料でゲット(3つの取引アカウント分)→購入後ご連絡ください 究極のコンボセット   は   こちらをクリック 公開グループに参加する: こちらをクリック   ライブシグナル クライアントシグナル YouTubeレビュー 最新マニュアル ゴールドリーパーへようこそ! 非常に成功を収めたGoldtrade Proをベースに開発されたこのEAは、複数の時間枠で同時に動作するように設計されており、取引頻度を非常に保守的なものから極めて変動の激しいものまで設定できるオプションを備えています。 このEAは、複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ出し、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットが設定されていますが、リスクを最小限に抑え、各取引の潜在的な利益を最大化するために、トレーリングストップロスとトレーリングテイクプロフィットも使用されます。 このシステムは、非常に人
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1999ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 1499 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) NEW - 44-STRATEGIES LIVE SIGNAL 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインしました。
Lizard
Marco Scherer
4.18 (40)
LIZARD とは? Lizard は、MetaTrader 5 の XAUUSD(ゴールド)専用に開発された完全自動の Expert Advisor です。マルチストラテジーのスイングブレイクアウトシステムを使用し、チャート上の重要な構造レベルを特定して、精密に計算されたエントリーポイントに逆指値の待機注文を配置します。マーチンゲールなし。グリッドなし。ナンピンなし。 すべての取引には明確な Stop Loss と Take Profit が設定され、多層的なイグジットシステムによって24時間自動的に管理されます。 ライブシグナル - 購入前に実際のパフォーマンスを確認: https://www.mql5.com/en/signals/2372821 仕組み Lizard は H1 時間足で XAUUSD チャートを継続的にスキャンし、重要なスイングハイとスイングローを探します。有効な構造が特定されると、そのレベルから調整された距離に Buy Stop または Sell Stop の待機注文を配置します。トリガーには単なる価格のタッチではなく、本物のブレイクアウトが必要です。 このア
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Quantum King EA
Bogdan Ion Puscasu
4.96 (214)
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 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
よりスマートな制御。洗練された精度。 Quantum Athena Xへようこそ。Quantum Athenaの精度、効率性、そして規律ある実行力を基盤とした、次世代の集中型金取引システムです。 Quantum Athena Xは、Quantum Athenaと同じ合理化されたコアエンジンと、厳選された6つの戦略に基づいて構築されています。各戦略は、現在の金市場の状況に合わせて個別に改良および最適化されており、新しい強力なカスタムモードでは、トレーダーがどの戦略を有効または無効にするかを正確に選択できます。 完全に準備されたプラグアンドプレイ体験を好むトレーダー向けに、最適化された元の構成は引き続き利用可能です。一方、カスタムモードでは、独自の戦略の組み合わせを作成したいトレーダー向けに、より高い柔軟性が提供されます。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — ゴールド向け高速利益獲得システム ライブシグナル: https://www.mql5.com/en/signals/2362714 ライブシグナル2: https://www.mql5.com/en/signals/2372603 実績シグナル v2.0: https://www.mql5.com/en/signals/2379945 現在の価格で残り3本のみです。価格はまもなく$999に引き上げられます。 購入後、ユーザーガイド、推奨設定、使用上の注意、およびアップデートサポートを受け取るため、必ずプライベートメッセージでご連絡ください。 https://www.mql5.com/en/users/walter2008 製品アップデートやトレード情報を受け取るため、ぜひ MQL5 チャンネルにご参加ください。 https://www.mql5.com/en/channels/tendmaster Gold House の長期的な開発と実運用での検証を通じて、ゴールド市場におけるブレイクアウト戦略の有効性と、当社の自動適応パラメータシステムの実用的な価値を
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Pulse Engine
Jimmy Peter Eriksson
4 (36)
最新情報 - 現在の価格で入手できるのは残りわずかです! このシステムの主な目的は、リスクの高いマルチンゲールやグリッドを使用せずに、長期的なライブパフォーマンスを実現することです。  現在の価格での販売部数は非常に限られています。 最終価格 1499ドル 【ライブシグナル】    |    【バックテスト結果】    |    【設定ガイド】    |    【FTMO結果】 取引への新たなアプローチ Pulse Engineは、インジケーターや特定の時間枠を一切使用しません。MQL5上の他のどのトレーディングシステムも採用していない、非常にユニークなアプローチを採用しています。 この手法は、日中の方向性パターンに基づいて取引を行います。これらのパターンは、私が長年開発・改良を重ねてきた独自のパターン認識ソフトウェアを用いて発見したものです。 このソフトウェアにより、市場が過去に特定の方向に強い動きを示した時間帯を特定することができます。 市場ごと、そして曜日ごとに、それぞれ独自の動きがあります。 この手法が非常に強力な理由は、市場がトレンドにあるのか、反転しているのか、あるい
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.32 (25)
NEXORION: Initium Novum — 決定論的ロジックとアルゴリズムの統合 NEXORION は、厳密な流動性処理数学アルゴリズムに基づいた機関投資家レベルの分析コンプレックスです。本プロジェクトの中核概念は「計算の透明性」にあります。このエキスパートアドバイザー(EA)は、混沌とした価格フィードを構造化された幾何学的ゾーンへと変換し、意思決定プロセスを取引チャート上に直接可視化します。 リアルタイム・モニタリング https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signals/2372338 システム技術仕様 取引銘柄: XAUUSD (Gold) 運用タイムフレーム: H1 手法: 機関投資家流動性分析および決定論的ロジック (Institutional Liquidity Analysis & Deterministic Logic) 意思決定基盤: 流動性プールと均衡レベルの数学的算出 数学的アーキテクチャと可視化 システムの主要な革新は、Dynamic Computation M
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
これは、MetaTrader 5 向けに開発された完全自動型の Expert Advisor(EA)で、 US30 指数 の取引に特化して設計されています。取引ロジックは、主要株価指数に見られる強い方向性のある値動き、日中の押し目・戻り、そして高ボラティリティ局面といった市場特性を考慮して構築されています。EA は、約定スピード、規律ある取引、効率的なポジション管理が重要となる環境で、自動売買を実行します。 本システムは、規律あるトレード管理、市場変化への素早い対応、そしてコントロールされた決済に重点を置いています。基本的な考え方はシンプルです。利益が出ているポジションは Trailing Stop によってできるだけ伸ばし、一方で損失中のポジションは、M1 時間足で反対シグナルが発生した場合に早期決済できるようにします。 シグナル: https://www.mql5.com/en/signals/2376781 発売記念特別価格: 現在の価格は最初の 20 コピー限定です。20 コピーが販売された後、EA の価格は 100 USD 上がり、 599 USD になります。 基本コンセプ
[ My Channel ] HFT Spike EA 推奨口座:ハイレバレッジの Standard、ECN、Raw;Cent;Propfirm(FTMO FundedNext 等) 戦略:量子物理学の原理、HFT Spike(高頻度取引)、レベル取引、ニューラル取引、マルチンゲールなし、グリッドなし、単一ポジションのトレンド取引。 XAUUSD のティックデータをもとに設計された、完全自動かつリスク管理付きの EA です。Time-Frame を選択する必要はありません。デフォルト値はテスト済みの構成と同じです。 ゴールド向けに設計されています。突発的なボラティリティの爆発("spike")を検出し、スパイク後の値動きがフィルターを通過したときに精密なタイミングでポジションを開きます。 平均ポジション保有時間は短く、そのため Scalping Trading として際立っています。  Symbol : GOLD/XAUUSD Digits : 2 digits & 3 digits Leverage : Any Broker : Any Min Balance : 25$
SomaGold
Andrii Soma
5 (9)
SomaGold は MetaTrader 5 専用のマルチストラテジー・ブレイクアウト型エキスパートアドバイザーで、ゴールド(XAUUSD)のみに対応しています。1 枚のチャートに 1 つの EA で、32 の独立戦略が単一の分散ポートフォリオとして同時に稼働します。 ライブシグナル。 MQL5 で公開する初の EA です。ローンチ時に手に取りやすくするため、透明性のある段階的価格モデルを採用しています: ローンチ価格:100 USD 10 ライセンス販売ごとに価格が 100 USD 上がります 早期購入者は、製品のライフサイクル全体を通じ最安価格を確保できます。 コンセプト 単一のセットアップで狭い市場レジームに過剰適合しがちなのではなく、SomaGold は厳選された 32 のプリチューン戦略を 1 枚のゴールドチャート上の単一 EA で並列実行します。 各戦略は独自のマジックナンバー、コメント、時間足、スイング検出パラメータ、決済、ニュース距離、ロット刻みを持ちます。実行エンジンは共通ですが取引は独立しており、多数のチャートを管理せずに時間足とブレイクアウト幅にわたる真の分散が
更新情報:次期価格:699ドル、最終価格:999ドル もしあなたが、誠実さと、単に見た目は完璧な直線的なバックテスト結果だけで口座を破綻させるようなものではなく、実際の取引のために構築された真のトレーディングシステムを重視するなら、これはあなたにぴったりかもしれません。 マーチンゲール法なし/グリッド法なし 22ヶ月間ライブ信号 ライブ成長率+270% 【ライブシグナル】    |  【FTMO実績】    |  【メインポートフォリオ】  |  【バックテストガイド】 Range Breakout EAがこれほど安定している理由とは? Range Breakout EAは、よく知られた市場の動向、すなわち取引セッション間のボラティリティの変化に基づいています。 通常、アジアセッション中はボラティリティが低く、価格レンジが狭くなります。ロンドンセッションが始まるとボラティリティが上昇し、価格はこのレンジを突破して ブレイクアウト方向に動き続けることがよくあります。 このシステムはこのブレイクアウトをトレードし、ボラティリティが低下し始めた時点でポジションを決済します。
Byrdi
William Brandon Autry
5 (21)
BYRDI - ひとつとして取引するAIネットワーク ほとんどのEAは、ひとつのターミナルしか見ていません。 BYRDIはネットワーク全体を見ています。 ひとつの口座で開いたポジションが、あなたの他のすべての口座のリスクを変えることがあります。 BYRDIは、独立したMetaTrader 5ターミナルをひとつの協調したメッシュに接続します。各ノードは、自分の口座、ブローカー、市場、AIモデル、戦略、リスク設定を維持しながら、システム全体の状況を把握できます。 BYRDIは、機会の振り分け、エクスポージャーの制御、メッシュ全体での適格ノードへのフェイルオーバーを行うことができます。 1ノードでも単独で取引できます。 複数ノードはひとつのネットワークとして連携できます。 エントリーを超えて。口座を超えて。 ひとりのトレーダー。多くの市場。ひとつのインテリジェンス・ネットワーク。 BYRDI ポートフォリオ構築イベント 今後72時間、またはBYRDIの次の15本の購入まで、いずれか早い方まで有効です。 現在の価格 $997 でBYRDIをご購入いただくと、以下が付属します。 Mean Ma
ArtQuant Gold
Miguel Angel Vico Alba
4.2 (25)
ArtQuant Gold — XAUUSD専用マルチモジュール型エキスパートアドバイザー ArtQuant Goldは、MetaTrader 5でゴールドを取引するために専用設計された自動売買システムです。 本EAは、複数の独立した取引モジュールに加え、ポートフォリオの一元管理、エクスポージャー制限、約定フィルター、仮想取引管理、口座保護機能を統合しています。インジケーターや各戦略の内部パラメータを個別に設定することなく、XAUUSD専用の自動売買システムを利用したいトレーダー向けに設計されています。 ArtQuant Goldは、標準的なXAUUSDシンボルに加え、ブローカーが使用する一般的なゴールドシンボルのバリエーションにも対応しています。プレフィックス、サフィックス、または別名が付いたゴールドシンボルも認識できます。 重要: ArtQuant Goldは、Gold / XAUUSD、またはブローカーが提供する同等のゴールドシンボル専用です。ゴールド以外の金融商品に適用した場合、EAは取引を開始しません。 EAの動作はチャートの時間足に依存しません。必要な市場データと構造は内部
Mad Turtle
Gennady Sergienko
4.53 (123)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて
Cortex Aurex
Vladimir Mametov
4.64 (11)
本EAはMetaTrader 5向けに開発された完全自動売買システムであり、ゴールド(XAUUSD)専用に設計されています。そのロジックは、金市場の特徴である急激な価格変動、鋭い反転、高いボラティリティを前提に構築されています。本EAは、反応速度・規律・精密なポジション管理が特に重要となる環境での自動売買を可能にします。 本システムは、規律あるトレード管理、市場変化への迅速な対応、そしてコントロールされた決済を重視しています。基本的な考え方はシンプルで、トレーリングストップを用いて利益を伸ばしつつ、すべてのポジションを固定ストップロスで保護し、さらにM1時間足で逆シグナルが発生した場合には損失トレードを早期にクローズできる設計となっています。 シグナル:  https://www.mql5.com/en/signals/2378776 特別ローンチ価格: 現在の価格は最初の40本の販売にのみ適用されます。40本販売後、EAの価格は 100 USD 上昇し、 599 USD となります。 コアコンセプト 本EAは、ゴールド(XAUUSD)を自動売買したいトレーダー向けに設計されており、明
The Gold Phantom
Profalgo Limited
4.7 (44)
プロップファーム準備完了! --> すべてのセットファイルをダウンロード 警告: 現在の価格では残りわずかです! 最終価格: 990ドル 新着(399ドルから) :EAを1つ無料でお選びください!(取引口座番号は2つまで、UBSを除く私のEAのいずれか) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   ライブシグナル ライブシグナル2 !! ゴールドファントム登場!! The Gold Reaper の大成功に続き、その強力な兄弟機、 The Gold Phantom を ご紹介できることを大変誇りに思います。これは、同じ実戦テスト済みのエンジンをベースに構築された、純粋で無駄のないブレイクアウト システムですが、まったく新しい一連の戦略が盛り込まれています。 The Gold Reaper の非常に成功した基盤の上に構築された The Gold Phantom は 、 自動化された金取引をスムーズに実行します。 このEAは複数の時間枠で同時に動作するように設計されており、取引頻度を完全に制御できます。 非常に保守的な設定
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
BB Return mt5
Leonid Arkhipov
4.42 (125)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   Global   update   on   June   14th   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は
Burning Grid
Magma Software Solutions UG
4.59 (29)
BURNING GRID UP TO 35 SYMBOLS. ONE COORDINATED GRID SYSTEM. The forex market does not move through one currency pair at a time. While one symbol is trending, another may be consolidating, reversing or building a completely different opportunity. Burning Grid was developed for this multi-pair environment. From one MetaTrader 5 chart, the EA can process up to 35 supported symbols. Different grid strategies can pursue their own opportunities, while shared controls coordinate risk, spreads, currenc
作者のその他のプロダクト
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️
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
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
フィルタ:
レビューなし
レビューに返信