Spécifications
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version
Hello,
I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update.
What I Want: Multi-Strategy System with SMC Features
I want the EA to support three different trading strategies that I can switch between easily through the inputs. All strategies work with regular market orders and keep all existing protection systems (Trailing Stop, Breakeven, Dynamic SL, etc.)
The Three Strategy Modes:
| # | Mode | Description |
|---|---|---|
| 1 | ORIGINAL ONLY | The original strategy exactly as it is now (EMA, RSI, Multi-Timeframe) – no changes |
| 2 | SMC ONLY | New strategy based on Smart Money Concepts: Liquidity Sweep + Fibonacci Golden Zone |
| 3 | HYBRID | Original strategy + SMC confirmation for highest accuracy |
SMC Strategy Details:
1. Liquidity Sweep Detection
The EA should detect when price "sweeps" liquidity:
-
Breaking a previous high and closing below it → potential sell signal
-
Breaking a previous low and closing above it → potential buy signal
2. Fibonacci Golden Zone (61.8% - 78.6%)
After a liquidity sweep is detected, the EA waits for price to reach:
-
The 61.8% - 78.6% Fibonacci retracement zone (OTE / Golden Zone)
-
This is the "discount zone" or "optimal entry area"
3. Entry Rules in SMC ONLY Mode:
Buy Entry:
✅ Sell-side liquidity sweep detected (low broken, closed above) ✅ Price is now in Fibonacci Golden Zone (61.8% - 78.6%) ✅ EA opens a BUY market order
Sell Entry:
✅ Buy-side liquidity sweep detected (high broken, closed below) ✅ Price is now in Fibonacci Golden Zone (61.8% - 78.6%) ✅ EA opens a SELL market order
4. HYBRID Mode Options:
| Option | How It Works |
|---|---|
| SMC as Filter | Original strategy gives signal → EA checks for SMC confirmation → enters if both agree |
| Indicators as Confirmation | SMC gives signal → EA checks original indicators → enters if they confirm |
| Both Required | Must have BOTH original signal AND SMC confirmation to enter |
New Inputs Required:
// ===== STRATEGY SELECTION ===== Strategy Mode: ORIGINAL ONLY / SMC ONLY / HYBRID // ===== SMC SETTINGS ===== Enable Liquidity Sweep Detection: true/false Liquidity Lookback Bars: 20 (how many bars to look back for sweep) Sweep Confirmation Bars: 1 (how many bars after sweep to confirm) Enable Fibonacci Golden Zone: true/false Fibonacci Zone Start: 61.8 Fibonacci Zone End: 78.6 Fibonacci Lookback Bars: 50 (for calculating high/low) // ===== HYBRID MODE SETTINGS ===== Hybrid Mode: SMC_AS_FILTER / INDICATORS_AS_CONFIRM / BOTH_REQUIRED // ===== MAGIC NUMBERS ===== Magic Number for Original Strategy: 217 Magic Number for SMC Strategy: 218
Dashboard Updates:
Please make the following changes to the existing dashboard:
Remove this entire section:
=== PROTECTION STATUS === Consecutive Losses: -- Timeframe Status: -- Trading Status: --
And add this new section in its place:
=== STRATEGY & SMC STATUS === Current Strategy: -- (Original / SMC Only / Hybrid) SMC Status: -- (Waiting / Sweep Detected) Fibonacci Zone: -- (61.8% - 78.6%) Signal Strength: -- (High / Medium / Low)
Keep all other dashboard sections unchanged.
Why This Dashboard Change?
The old information in the Protection Status section is no longer needed for me, and I need the space to display the new strategy information. This way the dashboard stays clean and organized, showing only what matters to me.
Important Notes:
-
✅ All existing features must remain exactly as they are (News filter, Telegram, Money Management, Trailing Stop, Breakeven, Dynamic SL, etc.)
-
✅ All new features must be optional – I can enable/disable them from inputs
-
✅ When new features are disabled, the EA works exactly as before – no changes to original behavior
-
✅ All protection systems continue working on all trades from all strategiesطلب قابل للتوسيع المستقبلي
Please design the code in a scalable way that allows adding more features in the future without rewriting everything. Future features I might request later:
-
Fair Value Gaps (FVG)
-
Order Blocks
-
Fibonacci Extensions for targets
But NOT NOW – only the basic SMC features listed above for this version.
Why These Changes?
I want one powerful EA that gives me flexibility:
-
Use Original strategy in clear trend markets
-
Use SMC strategy for precise entries in ranging markets
-
Use Hybrid mode for highest probability trades
-
Track each strategy's performance separately
My Questions:
-
Can you implement these features while keeping everything else unchanged?
-
How long will it take?
-
Do you have any recommendations to improve this?
Thank you very much for your excellent work. I look forward to your response.
Best regards,