支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

Meridian EA MT5

👤 作者: Max Dong Sen Zhou

4.5 分

¥2,093.00

📌 版本: v7
📥 下载: 0
⭐ 评分: 4.5

📝 产品详情

Meridian EA MT5

作者Max Dong Sen Zhou
版本v7
激活数10
原价$299 USD

Meridian EA is a machine learning trading system powered by two XGBoost gradient-boosted tree models trained on years of real tick data. One model identifies long setups, the other identifies shorts. Both run natively inside MetaTrader 5 as compiled MQL5 code. No internet required, no DLLs, no Python, no external API calls.

This is not an indicator with "AI" in the name. This is the same class of algorithm used by quantitative hedge funds and Kaggle competition winners, transpiled into MQL5 and executing locally on your terminal.

HOW IT WORKS

Every new H1 bar, the EA computes 40 normalized market features: price action structure, volatility regime, momentum dynamics, session timing, candle morphology, and trend context across multiple timeframes.

Both models score the current bar independently. A trade is only placed when:

  • One model outputs high confidence for a direction
  • The other model confirms low probability for the opposite direction
  • The confidence gap exceeds a configurable threshold

When the market is unclear, both models produce similar scores and the EA stays flat. It only trades when there is a measurable statistical edge. This dual-model architecture is why the system avoids the choppy losses that destroy most EAs.


WHAT MAKES THIS DIFFERENT

Most products on this marketplace that claim to use AI are either calling an external API (adding latency and breaking in the tester), using a single indicator with "AI" in the product name, or running a basic neural network with no proper validation.

Meridian's models were:
- Trained on real broker tick data, not synthetic or generated data
- Validated using walk-forward analysis, not just in-sample optimization
- Tested for overfitting using label randomization (model beats random labels by 29.5%)
- Transpiled into native MQL5 for zero-dependency execution

The model files ship as part of the EA. When you backtest, you see exactly what the model would have done in real time. No hindsight bias, no look-ahead.


BACKTEST RESULTS

3.5 Years | $10,000 Starting Capital | 1% Risk Per Trade | Every Tick (Real Ticks)

USDJPY: +$65,528 profit | PF 1.76 | Max DD 6.8% | 737 trades | 64% win rate
GBPUSD: +$42,272 profit | PF 1.47 | Max DD 18.2% | 886 trades | 61% win rate
EURUSD: +$27,500 profit | PF 1.27 | Max DD 14.0% | 1,496 trades | 58% win rate

Combined: +$135,300 across 3 pairs | 3,119 total trades validated on real tick data

No optimization tricks, no cherry-picked time windows. Load the included .set files and run the same test yourself.


SUPPORTED PAIRS

  • USDJPY - Strongest performance, lowest drawdown at 6.8%
  • GBPUSD - High trade frequency, strong trend capture
  • EURUSD - Most liquid pair, largest sample size with 1,496 trades

Pre-built .set files included for each pair. Attach to H1 chart, load the preset, done.


RISK MANAGEMENT

Every trade opens with a hard stop loss and take profit. No exceptions.

  • Fixed percentage risk per trade (default 1%, configurable from 0.5% to 3%)
  • ATR-based stop loss and take profit that adapts to current volatility
  • Maximum trades per day limit
  • Maximum simultaneous open positions limit
  • Daily loss circuit breaker (pauses all trading after 3% daily drawdown)
  • Optional trailing stop that locks in profits as the trade moves in your favor
  • Spread filter to avoid entries during poor execution conditions

PROP FIRM MODE

Built-in safety mode for funded account challenges (FTMO, The5ers, FundedNext, and others):

- Configurable daily drawdown limit
- Configurable total drawdown limit
- Automatically stops trading before hitting prop firm limits
- Enable with one click in settings
- Use the Conservative preset (0.5% risk, 3-5% expected drawdown) for maximum safety

WHAT THIS EA DOES NOT DO

- No martingale (no doubling after losses)
- No grid trading (no averaging into losing positions)
- No hidden stop losses
- No lot multiplication after losses
- No recovery mode
- No tick scalping that only works on demo spreads

Every position has a defined risk from entry. You always know your maximum loss before the trade opens.


INCLUDED PRESETS (7 ready-to-use .set files)

Just load the .set file that matches your pair and risk appetite. No manual configuration needed.

USDJPY Balanced (recommended): Risk 1.0% | SL 1.0x ATR | TP 2.5x ATR | PF 1.76, 6.8% DD
USDJPY Aggressive: Risk 1.5% | SL 1.5x ATR | TP 2.0x ATR | PF 2.02, 8.6% DD
GBPUSD Balanced: Risk 1.0% | SL 2.0x ATR | TP 1.5x ATR | PF 1.47, 18% DD
GBPUSD Conservative: Risk 0.5% | SL 2.0x ATR | TP 1.5x ATR | Stricter filter, skips Fridays
EURUSD Balanced: Risk 1.0% | SL 1.0x ATR | TP 1.0x ATR | PF 1.27, 14% DD
EURUSD Conservative: Risk 0.5% | SL 1.5x ATR | TP 1.5x ATR | Stricter filter, skips Fridays
Prop Firm (FTMO): Risk 0.5% | Prop mode ON | 4% daily / 8% total DD limits

SETTINGS (advanced users)

Most users should run with the presets above. If you want to customize:

  • Risk per trade: 0.5% (conservative/prop firms), 1.0% (standard), 1.5%+ (aggressive)
  • ML Threshold: Minimum model confidence to enter (default 0.50, conservative uses 0.55)
  • ML Margin: Minimum gap between long/short model scores (default 0.06)
  • SL/TP Multipliers: ATR-based, auto-adapting to current volatility
  • Max Trades Per Day: Limits daily entries (2 for conservative, 3 for balanced)
  • Skip Friday: Avoids holding trades over the weekend
  • Broker GMT Offset: Match your broker server time (most use GMT+2 or GMT+3)

RECOMMENDED SETUP

Timeframe: H1 (required)
Minimum deposit: $500
Recommended deposit: $1,000+
Leverage: 1:100 or higher
Account type: ECN or Raw Spread preferred
VPS recommended for 24/5 uninterrupted operation
10 activations included

BACKTESTING

Attach to any supported pair on H1. Use "Every tick based on real ticks" for accurate results. Set the correct GMT offset for your broker before testing (most brokers use GMT+2 or GMT+3).

Preset files are included in the download. You can also download them separately to verify backtest results before purchasing (link in comments).


UPDATES AND SUPPORT

  • ML models are periodically retrained on fresh market data and shipped as free updates
  • All buyers receive lifetime updates at no extra cost, regardless of future price increases
  • Telegram group for buyers (link provided after purchase)
  • All questions answered within 24 hours
Remember: The price increases after every 5 purchases. The current price is the lowest it will ever be. Every future update, every model retrain, every new pair added is included for early buyers at no additional cost.

安全须知

本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

EA 配置

交易品种XAUUSD
时间框架H1 (推荐)
推荐经纪商IC Markets, IC Trading
最低存款$300 / 0.01手

📸 截图预览