Loading
Home
Search
Store
Cart
Profile

//+------------------------------------------------------------------+ //|             XAUUSD_AdvancedBreakoutRecoveryEA.mq5                | //|           GOLD (XAUUSD) Multi-Timeframe Adaptive Breakout EA     | //|            With optimized Risk Management for prop firms         | //|         optimized for 1-step Fundednext Prop Firm Challenges     | //+------------------------------------------------------------------+ #property copyright "Eugene Mmene" #property link      "https://EMcapital2021" #property version   "2.26" #include <Trade\Trade.mqh> //--- Input Parameters input double RiskPct = 2.0;               // Base risk per trade % (lower for GOLD volatility) input double MaxLossUSD = 110.0;          // Maximum loss per trade in USD input double RecTgt = 7000.0;             // Equity recovery target after drawdown input int    ATR_Prd = 14;                // ATR period – perfect for XAUUSD volatility input int    Brk_Prd = 10;                // Breakout lookback – captures gold’s momentum input int    EMA_Prd = 20;                // EMA period for D1/H4 trend filter input string GS_Url = "";                 // Google Sheets webhook URL input bool   NewsFilt = true;             // Critical for gold (FOMC, NFP, CPI) input int    NewsPause = 15;              // 15 minutes pause – gold spikes hard input double MinBrkStr = 0.1;             // Minimum breakout strength in ATR multiples input int    Vol_Prd = 1;                 // Volume MA period input bool   Bypass = true ;              // Set false for live – true only for testing input bool   useHTF = false ;               // MUST be true for gold – avoids fake breakouts input string NewsAPI_Url = "https://www.alphavantage.co/query?function=NEWS_SENTIMENT&apikey="; input string NewsAPI_Key = "pub_3f54bba977384ac19b6839a744444aba"; input double DailyDDLimit = 2.5;          // Tighter daily DD for gold’s volatility input double OverallDDLimit = 5.5;        // Strict overall drawdown limit input double TargetBalanceOrEquity = 6600.0; // Standard $100K challenge target input bool   ResetProfitTarget = false;   // Manual reset after passing

Automating trading processes to eliminate human errors in prop trading

29999 ₹42252

inclusive of all taxes

⭐ 0 reviews

DETAILS

OFFERS

REVIEWS

RETURNS



HOMEGROWN INDIAN BRAND

OVER 100K SATISFIED CUSTOMERS