Subject: Complete Update Request for MultiTimeframe Master EA – Final Version

MQL5 Asesores Expertos Conversión

Tarea técnica

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:

text

✅ 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:

text
✅ 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:

text

// ===== 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:

text
=== PROTECTION STATUS ===
Consecutive Losses: --
Timeframe Status: --
Trading Status: --

And add this new section in its place:

text

=== 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:

  1.  All existing features must remain exactly as they are (News filter, Telegram, Money Management, Trailing Stop, Breakeven, Dynamic SL, etc.)

  2.  All new features must be optional – I can enable/disable them from inputs

  3.  When new features are disabled, the EA works exactly as before – no changes to original behavior

  4.  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:

  1. Can you implement these features while keeping everything else unchanged?

  2. How long will it take?

  3. Do you have any recommendations to improve this?

Thank you very much for your excellent work. I look forward to your response.

Best regards,


Han respondido

1
Desarrollador 1
Evaluación
(9)
Proyectos
13
8%
Arbitraje
3
33% / 67%
Caducado
1
8%
Trabaja
2
Desarrollador 2
Evaluación
(626)
Proyectos
986
47%
Arbitraje
33
36% / 36%
Caducado
98
10%
Trabaja
Ha publicado: 6 ejemplos
3
Desarrollador 3
Evaluación
(5)
Proyectos
6
0%
Arbitraje
1
0% / 100%
Caducado
1
17%
Trabaja
4
Desarrollador 4
Evaluación
(5)
Proyectos
7
0%
Arbitraje
8
13% / 75%
Caducado
3
43%
Libre
5
Desarrollador 5
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(5)
Proyectos
8
13%
Arbitraje
0
Caducado
3
38%
Trabaja
7
Desarrollador 7
Evaluación
(3)
Proyectos
4
50%
Arbitraje
0
Caducado
0
Libre
8
Desarrollador 8
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
EA SMC/ICT 30+ USD
//+------------------------------------------------------------------+ //| SMC_ICT_Advanced_EA.mq5 | //| Smart Money Concepts Trading | //| Combines Order Blocks, FVG, BOS, CHoCH | //+------------------------------------------------------------------+ #property copyright "SMC/ICT Trading System" #property version "2.00" #property strict #include <Trade/Trade.mqh>
Logic: Healthy → no action Weak → reduce exposure Danger → strong protection Requirements: Equity tracking Basic trade management Simple dashboard Only apply if you understand risk-based EA logic
Mani 30 - 50 USD
Title: MT5 Martingale EA (Based on Stop Loss of Previous Trade) Description: Hello, I need a simple and efficient MT5 Expert Advisor based on a martingale logic. Main Logic: The EA should work with trades placed manually or by another EA (including limit orders). When a trade hits Stop Loss, the EA must automatically open a new trade in the same direction. The lot size of the new trade should be multiplied
Existing EA 30 USD
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Leonard Quantum FX 80 - 120 USD
I want the EA to be fully automated and capable of taking trades across multiple timeframes. It should be optimized for a starting account balance of $100 with proper risk management suitable for a small account, and it will be used with the broker ApexMarket.io. ⸻ Platform • Platform: MetaTrader 5 (MT5) • Type: Fully automated Expert Advisor • Operation: Hands-free (no manual trade management required) ⸻ 📈 Markets
Wealthy bot 50 - 200 USD
‎Build a mobile-based trading bot system integrated with MetaTrader 5 that specializes in high-frequency “machine gun” style trading on synthetic indices (crash 50 and Crash 300). ‎ ‎The bot must continuously scan the market in real-time using M1 and M5 timeframes and execute frequent trades based on probability, not prediction. Its core function is to detect early signs of potential reversals by analyzing combined
Tebza ngwenya 30 - 100 USD
Just know your deal,if you don't know what you are up to I gotchu. This is my first time trying also so yeah, but otherwise if you looking for something grand I'm here, if you got offered me well you in for some great time
Looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, with at least 6 months of history performance I’m open to reviewing it immediately. Please apply only if you meet all the requirements below
EA Script editor 30 - 35 USD
I need someone who will help me with a script that supports / cancels out negative positions. So that with a deposit of 600 euros, it doesn't close 300 euros. More info on pv
Pips Muncher 30 - 35 USD
I need a good programmer to creat an ea that will open a trade once the parametres i set are met on the chat that i place it on. The Ea will not need to do any analyses as i would do that manually. It only needs to execute a trade when all the conditions that i will be sending meets. The ea will add stop loss an Tp

Información sobre el proyecto

Presupuesto
30 - 60 USD
Plazo límite de ejecución
de 1 a 3 día(s)

Cliente

(9)
Encargos realizados13
Número de arbitrajes0