Grid Scalp Destroyer
- Uzmanlar
-
Arno Olivier
I specialize in developing high-performance trading solutions tailored for Forex and high-volatility Synthetic Indices. My expertise includes creating custom MetaTrader 5 Expert Advisors (EAs), tailored indicators, and seamless VPS deployments to ensure low-latency execution. As an active MQL5 AI - Sürüm: 1.13
- Güncellendi: 13 Eylül 2026
- Etkinleştirmeler: 5
Grid Scalp Destroyer v1.12 — Envelope-Based Grid Scalping EA for MetaTrader 5
Overview
Grid Scalp Fx is a fully automated Expert Advisor (EA) for MetaTrader 5 that combines Envelopes indicator logic with grid-based position management. It is designed for volatile and trending markets, covering both breakout momentum and mean-reversion retracement scenarios. A multi-stage entry filter, configurable position scaling and collective basket risk controls are used in both trending and ranging conditions.
Trading Strategy — 3-Stage Entry Filter
The EA builds entries on a three-stage framework using envelope boundaries and an exponential moving average (EMA):
- Stage 1 — Breakout Momentum: opens the initial position when price breaks decisively beyond the outer envelope band.
- Stage 2 — EMA Retrace: manages trend continuations and dynamic pullbacks when price retraces to the core EMA (for example the 5 EMA).
- Stage 3 — Wick Reversal: triggers reversal entries only when a candle wicks through the outer band but closes back inside the operational channel, filtering out false breakouts.
Risk & Basket Management
- Grid scaling: configurable lot multiplier between levels. Note that increasing the multiplier raises exposure per level, so it must be sized carefully.
- Collective basket trailing stop: trailing logic is applied to the total floating profit of the entire basket, not to individual positions.
- Master basket protection: emergency basket Stop Loss and Take Profit in account currency or account percentage.
- Structural hard exit: automatic liquidation of the whole basket when an opposing structural candle closes against the grid logic.
Key Features
- On-chart analytics dashboard: live floating P/L, daily drawdown, current basket stage and spread filter status.
- Fully customizable settings: envelope period, deviation percentage, lot scaling coefficients and maximum number of open grid orders.
- Broker and spread protection: slippage control and high-spread execution filters reduce impact during high-volatility news events.
- Efficient MQL5 codebase: native MQL5 implementation, suitable for VPS hosting and low-latency environments.
Input Parameters
| Group | Parameter | Example |
|---|---|---|
| Entries | Envelope period | 20 |
| Entries | Envelope deviation (%) | 2.0 |
| Entries | Core EMA period | 5 |
| Sizing | Initial lot | 0.01 |
| Sizing | Lot multiplier | 1.0 / 2.0 |
| Grid | Maximum levels | 10 |
| Protection | Master SL (currency or %) | 5% |
| Protection | Master TP (currency or %) | 10% |
| Filters | Max spread (points) | 30 |
| Service | Magic number | 112012 |
Replace the example values with the exact input names and defaults from your EA.
Recommended Setup
| Parameter | Recommendation |
|---|---|
| Platform | MetaTrader 5 |
| Timeframes | M1, M5, M15 (scalping and volatility trading) |
| Minimum balance | $100 (cent accounts) or $1,000+ (standard accounts, depends on lot multiplier) |
| Account type | Hedging account required; low-spread / ECN accounts recommended |
Installation
- Copy GridScalpDestroyer.ex5 to MQL5\Experts .
- Attach the EA to the chart of the instrument you want to trade (M1, M5 or M15).
- Configure inputs, then test on a demo account before live use.
Important
- A detailed setup guide is included with the product.
- Grid and multiplier-based strategies increase exposure during strong one-way trends. Keep the master protection levels enabled and size positions conservatively.
- Past performance, including backtests, does not guarantee future results.
