Ratio X FG

  • エキスパート
  • Mauricio Vellasquez
    Mauricio Vellasquez
    1 (1)
    アルゴリズムトレーディングの未来を構築する。
    データサイエンティストとして、私は機械学習を活用した高性能トレーディングソリューションの開発を専門としています。Ratio Xは単なるツールではありません;あなたのトレーディングをプロフェッショナル化するために設計された完全なエコシステムです。
    「予測」を「確率」に置き換えた数千人のトレーダーに参加してください。
    🚀 革命に参加:
  • バージョン: 1.43

Ratio X Forward Grid

FREE FOR ONE SINGLE DAY


Ratio X Forward Grid is a breakout-driven grid Expert Advisor for MetaTrader 5.

It waits for price to break out of a volatility-scaled OCO range using Buy Stop and Sell Stop orders, then manages the resulting basket with a trend-following grid and an ATR-based trailing stop calculated from the basket average price.

The strategy does not increase lot size indefinitely. Grid levels, maximum exposure, volume behavior and trailing logic are controlled by explicit inputs, while each trading cycle is protected by configurable drawdown and risk limits.

The EA also includes an optional Multi-Market Selector. It can evaluate a group of instruments — by default GER40, NAS100, XAUUSD and US500 — and periodically score them according to trend strength, volatility efficiency, spread and market noise.

When enabled, the EA trades only the instrument with the qualifying score and automatically applies a dedicated ATR profile for that market. Entry distance, grid spacing and trailing distance therefore adapt to the selected instrument.

The Multi-Market Selector can also be disabled, allowing Ratio X Forward Grid to operate as a conventional single-symbol EA on one chart.

Key Features

  • Breakout OCO Entry — Buy Stop and Sell Stop orders are placed symmetrically around price at an ATR-scaled distance. When one side triggers, the opposite pending order is cancelled.
  • Trend-Following Grid — Additional positions can be opened in the direction of the active basket as price extends, up to a configurable maximum number of grid levels.
  • Basket Trailing Stop — Trailing logic is calculated from the basket's average price instead of managing every position independently.
  • Per-Market ATR Profiles — Separate entry, grid and trailing ATR multipliers are available for GER40, NAS100, XAUUSD and US500 and are automatically applied by the Multi-Market Selector.
  • Multi-Market Selector — Optional automatic instrument selection based on a weighted combination of trend, ATR, price efficiency, spread and noise metrics. A minimum-score filter and fallback to the chart symbol are included.
  • Risk Protections — Configurable maximum drawdown, daily loss and profit limits, maximum trades and cycles per day, minimum margin-level filter and optional automatic trading disable after a risk event.
  • Session and Trend Filters — Optional trading-session window, Friday closing logic, moving-average trend filter and ATR band filter.
  • On-Chart HUD — Displays EA state, active symbol, cycle profit/loss and current grid level directly on the chart.
  • State Persistence — The EA can recover its cycle state after a terminal restart or EA recompile and continue tracking existing positions.
  • Optional CSV Export — Per-cycle trading data can be recorded inside the MetaTrader terminal's sandboxed data folder.

Trading Logic

Ratio X Forward Grid operates through a defined state machine:

  1. Idle → Arming
    The EA prepares an OCO pair consisting of a Buy Stop and Sell Stop positioned around the current market price using an ATR-based entry distance.
  2. Waiting OCO → Active
    When one pending order is triggered, the opposite pending order is cancelled and the active basket begins.
  3. Grid Expansion
    If price continues moving in the basket direction, additional entries can be added at ATR-scaled grid intervals until InpMaxGridLevels is reached.
  4. Basket Trailing
    After the configured trailing-start distance is reached, the EA calculates a trailing stop from the basket's average entry price using an ATR-scaled offset.
  5. Closing → Cooldown → Idle
    The basket can be closed by its stop logic, target logic or a configured risk-protection condition. The EA then waits through the defined cooldown period before preparing another cycle.

Strategy Tester Results

The following results were obtained in the MetaTrader 5 Strategy Tester for the period from 2025-01-01 to 2026-09-08, using the M15 timeframe and separate parameter optimization for each instrument.

Instrument Profit Factor Sharpe Max Equity DD Trades Net Profit
$10,000 Start
GER40 1.21 1.93 10.72% 2025 +$6,262
NAS100 1.17 1.52 13.07% 3121 +$7,903
XAUUSD 1.06 0.58 14.40% 3967 +$2,442
US500 1.04 0.40 22.57% 2829 +$1,551

Each instrument was optimized independently using a non-genetic parameter grid search over the entry, grid and trailing ATR multipliers.

In this specific historical test period and configuration, GER40 and NAS100 produced higher Profit Factor and Sharpe Ratio values than XAUUSD and US500. The four instruments are shown to provide transparency across the tested market set.

These figures are historical Strategy Tester results and are not real-account trading results. Past backtest performance does not guarantee future performance.

Recommended Setup

  • Timeframe: M15
  • Primary tested instruments: GER40 and NAS100
  • Additional tested instruments: XAUUSD and US500
  • Initial risk reference: InpRiskPercent between 0.15% and 0.35%
  • Initial drawdown reference: InpMaxDrawdownPercent between 15% and 20%

These values are starting references for testing and are not guarantees of suitable risk for every account. Risk settings should be adapted to account size, leverage, broker specifications and the trader's own risk tolerance.

Multi-Market Setup

For the simplest configuration, enable the Multi-Market Selector and run the EA on a single chart. The EA evaluates the configured instrument universe and manages one active cycle at a time.

Alternatively, you can run separate single-symbol instances for each instrument using independent Magic Numbers and setting InpMarketSymbols to the desired symbol for each instance.

Separate instances can be useful when different risk allocations are required for different instruments.

Important: each EA instance manages its own configured exposure. When multiple instances are running simultaneously, risk should be sized according to the total account-level exposure because drawdowns between instruments may occur at the same time or become correlated during periods of market stress.

Multi-Market Selector

When the selector is enabled, Ratio X Forward Grid periodically evaluates the configured markets using several components:

  • Trend strength
  • ATR and volatility conditions
  • Price-movement efficiency
  • Current spread
  • Market noise
  • Minimum qualifying score

The EA then selects a qualifying instrument and automatically loads the corresponding ATR profile used for breakout distance, grid spacing and basket trailing calculations.

The default market universe is:

  • GER40
  • NAS100
  • XAUUSD
  • US500

Symbol names can vary between brokers. Make sure the required instruments are available and visible in MetaTrader 5 Market Watch before using multi-market mode.

Risk Management

Ratio X Forward Grid includes multiple configurable controls designed to limit strategy exposure:

  • Maximum drawdown percentage
  • Equity-based or EA-start-equity drawdown reference
  • Maximum daily monetary loss
  • Maximum daily monetary profit
  • Maximum trades per day
  • Maximum cycles per day
  • Minimum margin-level requirement
  • Maximum grid levels
  • Initial stop protection
  • Basket-level exit logic
  • Optional automatic trading disable after a risk event

These protections limit exposure according to the configured parameters but cannot eliminate trading risk.

Input Groups

The EA inputs are organized into logical sections:

  • General Settings
  • Multi-Market Selector
  • Per-Market ATR Profiles
  • OCO Entry Distance
  • Grid Settings
  • Volume and Risk Sizing
  • Initial Stop
  • Basket Trailing Stop
  • Basket Stop Execution
  • Basket Targets
  • Risk Protections
  • Trading Session
  • Trend and Volatility Filters
  • Error Handling
  • Logs and On-Chart Panel
  • Optimization Parameters

Input parameters are documented directly inside the Expert Advisor to simplify configuration and optimization.

Important Risk Information

Ratio X Forward Grid uses a grid-based position management structure. Grid strategies can accumulate multiple positions and increase total market exposure before a basket is closed.

Although the EA provides configurable limits for grid depth, exposure, drawdown and daily risk, no automated risk-management system can eliminate the possibility of trading losses.

Backtest results depend on historical data, broker conditions, spreads, commissions, execution, symbol specifications and selected parameters. Future market behavior may differ materially from historical tests.

Test the EA in the MetaTrader 5 Strategy Tester and on a demo account before considering live trading. Use risk settings appropriate for your own account and never trade with capital you cannot afford to lose.

作者のその他のプロダクト
Ratio X Martingale Grid — 生き残るために設計されたゴールド・グリッド 問題はここです: 一般的なグリッドEAは、口座を破綻させる原因になり得ます。トレンドに逆らって無条件に注文を追加し続けるからです。特にゴールド(XAUUSD)では、たった一度の強いブレイクアウトがマージンコールにつながる可能性があります。 私たちは、この問題を解決するためにこのEAを開発しました。 Ratio X Martingale Grid は、ゴールド特有の高いボラティリティに耐えることを目的として設計された双方向グリッドシステムです。市場に逆らって戦うのではなく、スマートなレンジ保護機能と精密なエントリーフィルターを活用し、より安全に利益を狙います。 仕組み(シンプルなロジック) 双方向グリッド: EAはBUYとSELLの両方のバスケットを同時に構築します。相場がレンジ内で推移している間は、両方向の値動きから利益を狙うことができます。 レンジ保護機能(口座を守る仕組み): 価格が一方向へ強く動いた場合、EAは無条件に注文を追加し続けません。新規エントリーを一時停止し、トレンドの勢いが
Ratio X Breakout EA — 精密なブレイクアウト実行 Ratio X Breakout EA は、自律型のトレーディングシステムであり、 ローソク足のブレイクアウト によって引き起こされる方向性のある値動きを捉えるために設計されています。そのロジックはシンプルでありながら堅牢です。ユーザーが定義した リファレンスキャンドル を基準とし、価格がその構造を明確に突破した時のみ市場に参入します。その結果、明確さと適応性を重視した規律あるブレイクアウト手法が実現されます。 コアメソドロジー システムの中心は リファレンスキャンドル (例:M5、13:30)です。EA はその高値と安値をマークします。その範囲を外れて実体がクローズした最初のローソク足が、その日の 方向バイアス を決定します: 高値を上抜けてクローズ → 買いバイアスのみ 安値を下抜けてクローズ → 売りバイアスのみ 方向が確認されると、EA はブレイクアウトレベルで正確に指値注文を実行し、リファレンスキャンドルの反対側にストップロスを設定します。ユーザーはエントリーと保護レベルを微調整するために(pips単位で
FREE
Ratio X Trend Watcher – Advanced Trendline Breakout Indicator Learn More about Ratio X Systems: Source code and compiled EA: Reasons why the .mq5 file changes everything. Integrated MQL5 message filters: How to protect professional operating systems without DLLs? How can you build your own expert advisor (EA) brand using white-label trading software? MQL5 programming methods with ChatGPT and Claude Code (no development knowledge required) You will have unlimited access to all source code (.mq5)
FREE
Ratio X AI Gold Fury - XAUUSD取引のためのAI駆動エキスパートアドバイザー プロフェッショナルなテクニカル分析とDeepSeek人工知能を組み合わせた高度な取引システムで、金市場での機会を最大化します。 このEAの違い 硬直的にコード化されたルールを持つ従来のエキスパートアドバイザーとは異なり、Ratio X AI Gold Furyは人工知能を使用して市場のコンテキストを分析します。ただし、AIの推奨を盲目的に従うことはありません。代わりに、取引を実行する前にAIの承認とリスク管理の検証の両方を必要とします。 主な機能 AI推奨SL/TP: 現在の市場状況に基づいて、AIに最適なストップロスとテイクプロフィットのレベルを決定させます トレーリングストップシステム: 取引が有利に動くにつれて自動的に利益を確定します AutoLotポジションサイジング: 残高のパーセンテージを使用したリスクベースのボリューム計算 マジックナンバーサポート: 複数のEAインスタンスを同時に実行 ユニバーサルシンボルサポート: ブローカーのシンボル命名規則に対応(XAUUSD、x
Ratio X Gold ML EA — Adaptive AI Trading System for Gold (XAUUSD) Important: The EA includes a built-in Validation Mode to pass MQL5 Market tests automatically. Switch to ML Mode for live trading after installation. Overview Ratio X Gold ML EA is an advanced Expert Advisor developed for trading XAUUSD (Gold) using a hybrid AI-driven model and rule-based logic. It merges deep learning predictions with technical analysis filters, balancing adaptability and discipline. The system was trained on l
Structure. Confirmation. Control. Ratio X Swing Breakout is a fully automated Expert Advisor designed for XAUUSD on MetaTrader 5. It analyzes closed H1 market structure, identifies confirmed swing highs and swing lows, and prepares buffered stop orders beyond those levels. The order is positioned to require movement beyond the structure instead of reacting to a simple price touch. Developed by Ratio X AI Solutions . How the strategy works The EA reads closed H1 candles and identifies confirmed s
フィルタ:
レビューなし
レビューに返信