Totz Daily Breakout EA
- エキスパート
- バージョン: 1.4
- アクティベーション: 5
Daily Breakout Pro EA is an automated institutional-grade trading system designed to trade high-probability breakout expansions following session consolidations. Built on strict risk management, dynamic ATR volatility stops, and economic news avoidance, this EA provides reliable execution without grid, martingale, or arbitrary dangerous strategies.
🌟 Key Features
-
Session Breakout Mechanics: Automatically frames Asian session consolidation and identifies high-probability momentum breakouts.
-
Dynamic Volatility Stops: Uses Multiplied Average True Range (ATR) for adaptive Stop Loss & Take Profit levels based on live market conditions.
-
Smart News Filter: Integrates MT5 Economic Calendar data to halt trade entries around high-impact news events.
-
Pro Drawdown Protection: Enforces strict Maximum Daily Trade Limits and EOD (End of Day) force-close mechanisms to limit exposure.
-
Live HUD Dashboard: Real-time on-chart telemetry displaying current equity risk, lot calculations, ATR targets, and trade stats.
-
Instant Alerts: Optional Telegram integration for instant trade updates and execution receipts directly on your phone.
-
Prop Firm Ready: Built with strict per-trade risk calculation (% of Equity) ensuring compatibility with prop firm risk models.
📊 Default Parameter Benchmark
⚠️ Important Note: The default inputs have been optimized and backtested exclusively for XAUUSD (Gold) on the 5-Minute (M5) timeframe.
-
Instrument: XAUUSD (Gold)
-
Timeframe: M5
-
Account Type: Hedging / Netting (ECN / Zero-Spread recommended)
-
Leverage: 1:100 or higher
⚙️ Default Settings Breakdown
| Parameter Group | Input Name | Default Value | Description |
| Session Box | InpBoxStartHour | 0 | Asian Box Start Hour (Server) |
| InpBoxEndHour | 5 | Asian Box End Hour (Server) | |
| InpTradeEndHour | 20 | Hour to stop scanning for entries | |
| Risk & ATR | InpRiskPercent | 1.0 | Risk % per trade based on Equity |
| InpATR_Period | 14 | ATR Period for Stop Loss | |
| InpSL_ATR_Mult | 7.0 | ATR SL Multiplier | |
| InpRR_Ratio | 2.0 | Take Profit Risk-to-Reward Ratio | |
| Execution | InpMaxSpread | 300 | Max allowed spread in Points (30 Pips) |
| InpSlippage | 10 | Max allowed slippage in Points | |
| Protection | InpMaxTradesPerDay | 1 | Max entries per trading day |
| InpCloseAllHour | 22 | EOD Hard-Close Server Hour |
🚀 How to Install & Set Up
Step 1: Install the EA in MT5
-
Open MetaTrader 5 and click File > Open Data Folder.
-
Navigate to MQL5 > Experts.
-
Copy Daily_Breakout_Simple_EA.mq5 (or compiled .ex5 ) into the Experts folder.
-
Restart MT5 or right-click Experts in the Navigator panel and click Refresh.
Step 2: Attach to Chart
-
Open the XAUUSD chart and switch the timeframe to M5.
-
Drag Daily Breakout Pro EA from the Navigator window onto the chart.
-
In the Common tab, ensure Allow Algo Trading is checked.
Step 3: Enable WebRequest (Optional for Telegram Alerts)
-
Go to Tools > Options > Expert Advisors.
-
Check Allow WebRequest for listed URL.
-
Enter your Bot Token and Chat ID in the EA inputs if using Telegram.
💡 How it Operates (Trade Rules)
-
Range Formation: Between 00:00 and 05:00 server time, the EA builds the Asian High/Low range.
-
Breakout Execution: After 05:00 , the EA waits for an M5 candle to close above the Asian High (Buy) or below the Asian Low (Sell).
-
Daily Direction Filter: Long trades require price to be above Daily Open; Short trades require price to be below Daily Open.
-
Risk Management: Position size is dynamically computed based on your selected RiskPercent and the current ATR distance.
-
EOD Exit: If a trade remains open by 22:00 server time, the EA automatically closes it to prevent holding over spread expansion windows.
