I need an Expert Advisor (EA) for MT5. MARKET: - US30 (Dow Jones Index) TIMEFRAME: - D1 for structure - H1 for execution STRATEGY: - Identify Friday D1 candle High and Low - Only valid breakout if candle CLOSES above/below levels (no wick breakouts) - After breakout, wait for retracement into Friday range - Entry only when H1 candle CLOSES inside the range TRADE EXECUTION: - Open 2 trades per signal at the same time - Both trades use same entry and same stop loss TP STRUCTURE: - Trade 1 = Take Profit at 1R - Trade 2 = Take Profit at 2R (runner) RISK MANAGEMENT: - Risk per setup = 1% - Split risk equally (0.5% per trade) - Dynamic lot sizing based on account balance DRAW DOWN CONTROL: - Maximum daily loss: 1.5% - Maximum total drawdown: 8–10% RULES: - No martingale - No grid trading - No hedging - Only 1 setup per week - Must support partial close (TP1 + runner system) I want a clean and stable EA suitable for funded account trading.