Smart Breakout Recovery EA
- ユーティリティ
- Sirinya Pakkaman
- バージョン: 1.0
- アクティベーション: 5
Smart Breakout Recovery EA is an advanced automated trading system based on EMA trend filtering and Supply/Demand breakout logic.
The EA identifies high-probability breakout and false-break opportunities, combined with a controlled recovery system to optimize trade management.
👉Key Features:
- Dual EMA trend confirmation (M15 + H1)
- Breakout and False Break detection
- Supply & Demand zone integration
- Smart Recovery (Martingale-based)
- Adjustable lot scaling system
- Spread filter protection
- Big candle filter (avoid volatility spikes)
- Optional Stop Loss for risk control
This EA is designed for traders who want a balance between precision entry and recovery flexibility.
📌Recommended:
- XAUUSD / Forex major pairs
- VPS for stable execution
📌Note:
Default settings keep original strategy behavior. Stop Loss is optional and disabled by default
****************************************************************************************************************************
//================ TRADE SETTINGS ================//
LotSize = 0.02; // Initial lot size for the first order.
Multiplier = 2.0; // Lot multiplier for recovery orders (Martingale).
MaxOrders = 6; // Maximum number of orders in one cycle.
CloseProfit1 = 12.0; // Profit target (USD) when only 1 order is open.
CloseProfit2 = 11.0; // Profit target (USD) when multiple orders are open.
StopLossPoints = 0; // Stop Loss in points (0 = disabled).
Slippage = 3; // Maximum slippage allowed when opening orders.
MaxSpread = 45.0; // Maximum allowed spread (points) to open trades.
MagicNumber = 999999; // Unique ID for this EA's orders.
//================ EMA FILTER ================//
EmaTF1 = PERIOD_M15; // Timeframe for first EMA (trend filter).
EmaPeriod1 = 190; //Period for first EMA.
EmaTF2 = PERIOD_H1; // Timeframe for second EMA.
EmaPeriod2 = 200; // Period for second EMA.
//================ ENTRY FILTER ================//
MinDistanceFromEMA = 100; // Minimum distance from EMA (points) to allow entry.
MaxDistanceFromEMA = 5000; // Maximum distance from EMA (points).
LookbackBars = 2; // Number of bars used as reference for entry condition.
MaxCandleBody = 1200; // Maximum candle body size (points) to allow trading.
//================ RECOVERY SETTINGS ================//
Gap1 = 1000;
Gap2 = 1000;
Gap3 = 1000;
Gap4 = 1000;
Gap5 = 1000;
// Distance between recovery orders (points).
**********************************************************************************************************
📌 Important:
This EA requires a free custom indicator called **"shved_supply_and_demand_v1.7"**
Please download it here and place it in your **Indicators** folder:
👉https://www.mql5.com/en/code/29395
***********************************************************************************************************
⚠️ Important Notice
It is strongly recommended to test this Expert Advisor on a demo account or through backtesting before using it in live trading.
Trading carries inherent risks, and no system can guarantee consistent profits. Results may vary depending on market conditions.
Please use this software responsibly.
