MQL5 Semi-EA: Fibonacci Zones + SMC Liquidity Sweep Confirmation

명시

Product Requirements Document (PRD)

Project Title: Liquidity Sniper Semi-EA (Fibonacci & SMC Based)

Platform: MetaTrader 5 (MQL5)

Target Asset: XAUUSD (High Volatility) / M5 Timeframe

1. EA Operating Concept (Semi-Automated)

  • Human-Machine Collaboration: The trader manually draws a standard Fibonacci Retracement object on the M15 chart to define the market structure (setting the 1.0 and 0.0 anchor points).

  • EA's Role: The EA runs in the background. It must dynamically retrieve the price coordinates of the 1.0 and 0.0 anchors of this specific Fibonacci object. It then calculates specific operational zones, monitors the M5 timeframe for specific Price Action/SMC triggers, and fully automates trade execution (Lot size calculation, Entry, SL, TP) without human intervention.

2. Core Operational Zones (Dynamic Calculation)

Based on the 1.0 and 0.0 anchor prices retrieved from the chart's Fibo object, the EA must calculate and strictly monitor the following zones:

  • Zone 1: OTZ (Optimal Trade Zone): Between the 61.8% and 78.6% Fibonacci levels.

  • Zone 2: Bottom LQ Zone: Between the -11.3% (LQ SWEEP) and -27.2% (LQ RUN) levels.

  • Zone 3: Top LQ Zone: Between the 111.3% (LQ SWEEP) and 127.2% (LQ RUN) levels.

    (Constraint: If the current M5 price is outside these specific zones, the EA must remain dormant. No trades allowed.)

3. Entry Signal Recognition (M5 Triggers)

The EA monitors the M5 timeframe for the following candlestick patterns only when the price is inside the active zones.

CRITICAL: The EA must strictly wait for the M5 candle to CLOSE before confirming the signal. No intra-bar (tick-based) execution to prevent fake-outs.

  • Trigger A: Liquidity Sweep Pinbar

    • Morphology: A candlestick with a long wick (the wick must represent >= 60% of the total candle length).

    • Sweep Confirmation: The extreme tip of this wick must pierce (be higher/lower than) the highest high / lowest low of the previous N M5 candles (Input parameter: Lookback_N , default = 8).

  • Trigger B: Engulfing Sweep

    • Morphology: A standard Engulfing pattern (Bullish or Bearish).

    • Sweep Confirmation: The extreme high/low of this 2-candle pattern must also pierce the highest high / lowest low of the previous N M5 candles.

4. Tactical Execution Matrix (Dual-Directional Logic)

When the price is in a valid zone and a trigger is confirmed, execute as follows:

  • Scenario A: Inside OTZ (61.8% - 78.6%)

    • Condition: Valid trend-following trigger appears.

    • Action: Open position $\rightarrow$ Set TP at 0.0 Fibonacci level.

  • Scenario B: Inside Bottom LQ Zone (-11.3% to -27.2%)

    • Sub-scenario B1 (Reversal): Bullish trigger appears $\rightarrow$ Open BUY $\rightarrow$ Set TP at 0.5 (EQUILIBRIUM).

    • Sub-scenario B2 (LQ RUN/Breakout): Bearish trigger appears OR a strong bearish candle closes completely below -27.2% $\rightarrow$ Open SELL $\rightarrow$ Set TP at -0.618 (TP limit).

  • Scenario C: Inside Top LQ Zone (111.3% to 127.2%)

    • Sub-scenario C1 (Reversal): Bearish trigger appears $\rightarrow$ Open SELL $\rightarrow$ Set TP at 0.5 (EQUILIBRIUM).

    • Sub-scenario C2 (LQ RUN/Breakout): Bullish trigger appears OR a strong bullish candle closes completely above 127.2% $\rightarrow$ Open BUY $\rightarrow$ Set TP at 1.618 (TP limit).

5. Ironclad Risk & Order Management (Crucial)

  1. Dynamic Lot Sizing:

    • Provide an input parameter: Risk_Percentage (e.g., 1.0%).

    • Stop Loss (SL) placement: Placed exactly at the extreme high/low of the sweeping trigger candle + a buffer of X points (Input parameter: SL_Buffer_Points , default = 20).

    • The EA must automatically calculate the exact lot size based on the account free margin, the calculated SL distance, and the Risk_Percentage .

  2. 3-Strike Circuit Breaker (Anti-Whipsaw):

    • The EA must track the unique coordinates (or timestamp) of the currently active Fibonacci object.

    • If the EA hits 3 consecutive Stop Losses trading based on this specific Fibo object, it must enter "Sleep Mode" and halt all trading.

  3. Circuit Breaker Reset Logic:

    • The EA continuously monitors the Fibonacci object on the chart.

    • The consecutive loss counter resets to 0 ONLY IF the trader manually redraws the Fibonacci object OR significantly moves the 1.0 or 0.0 anchor prices (indicating a new market structure has been established).


응답함

1
개발자 1
등급
(10)
프로젝트
15
13%
중재
3
33% / 67%
기한 초과
2
13%
작업중
2
개발자 2
등급
(541)
프로젝트
819
62%
중재
33
27% / 45%
기한 초과
23
3%
무료
게재됨: 1 코드
3
개발자 3
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
4
개발자 4
등급
(1)
프로젝트
1
0%
중재
3
0% / 100%
기한 초과
1
100%
무료
5
개발자 5
등급
(81)
프로젝트
139
52%
중재
5
80% / 0%
기한 초과
6
4%
작업중
6
개발자 6
등급
(313)
프로젝트
559
35%
중재
79
32% / 43%
기한 초과
203
36%
무료
7
개발자 7
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
8
개발자 8
등급
(190)
프로젝트
246
20%
중재
22
50% / 18%
기한 초과
0
로드됨
9
개발자 9
등급
(38)
프로젝트
41
59%
중재
1
100% / 0%
기한 초과
1
2%
작업중
게재됨: 5 코드
10
개발자 10
등급
(850)
프로젝트
1456
72%
중재
122
29% / 48%
기한 초과
356
24%
작업중
게재됨: 3 기고글
11
개발자 11
등급
(16)
프로젝트
35
23%
중재
4
0% / 50%
기한 초과
2
6%
작업중
12
개발자 12
등급
(362)
프로젝트
435
54%
중재
20
55% / 15%
기한 초과
30
7%
작업중
13
개발자 13
등급
(73)
프로젝트
257
53%
중재
16
50% / 38%
기한 초과
83
32%
무료
14
개발자 14
등급
(258)
프로젝트
264
30%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
15
개발자 15
등급
(1)
프로젝트
1
0%
중재
0
기한 초과
0
무료
16
개발자 16
등급
(18)
프로젝트
24
38%
중재
6
33% / 50%
기한 초과
0
무료
17
개발자 17
등급
(271)
프로젝트
553
50%
중재
57
40% / 37%
기한 초과
227
41%
작업중
18
개발자 18
등급
(3)
프로젝트
3
0%
중재
0
기한 초과
0
무료
19
개발자 19
등급
(72)
프로젝트
147
67%
중재
21
10% / 71%
기한 초과
44
30%
무료
20
개발자 20
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
21
개발자 21
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
22
개발자 22
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
AI Trading MQL5: Maximizing Profit from a $10 Investment Achieving significant profits from a small initial capital like $10 in AI trading with MQL5 requires a highly strategic and disciplined approach. While the potential for exponential growth exists, it's crucial to manage expectations and understand the inherent risks. **Key Strategies for Small Capital AI Trading:** 1. **Low-Risk, High-Probability
I’m looking for an experienced NinjaTrader developer to complete an existing custom indicator. The project is already partially built and is well organized, completely functional, and well documented. The former developer experienced some personal difficulties and unfortunately cannot continue. Key Requirement (Read Carefully): You MUST have direct, hands-on experience with NinjaTrader and NinjaScript (C#) . This is
Hello, I have a Pine Script (TradingView) code for a professional sniper strategy and I want to convert it to MQL5 for MetaTrader 5. Full conversion of the Pine Script logic (EMA filters, ADX, and entry signals). Implement the Fair Value Gaps (FVG) boxes on the chart. Create a Dashboard (Multi-Symbol Scanner) that monitors multiple pairs (Gold, GBPUSD, EURUSD, etc.) and shows signal status for each. Important: Setup
I need a professional developer to help me create an EA using RSI and Moving averages.The strategies are well organised and everything is in order. I will send all the details in the inbox
Powerful 30 - 100 USD
I really want a powerful developed EA that can generate a minimum of 10% every month without martingale, greed or any dangerous strategy for sale. Developer must provide the mql5 file or the raw file for modification etc
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT
Hello, I’m reaching out regarding my TradingView project. I’d like to know if you’re familiar with the Chrome extension for Pine Script optimization. I’m looking for a developer with a premium account who can help optimize some Pine Script code. Please I actually need someone who has a premium account of the chrome extension TradeTuning to optimize Pinescripts (for some specific data they give in their reports). Do
Hello, I’m looking for an experienced developer who can help convert an existing cTrader indicator into a fully functional Quantower indicator . I already have the complete source code for the cTrader indicator (written in C#) , and I would like the same logic, behavior, and visual output to be accurately replicated in Quantower
You can control via Telegram: /start - enable bot, begin trading, /stop - end trading, disable bot /status - trade status Bot requirements: • Automated trading throughout the day until 00:00 UTC (Moscow time) (I do not want to trade or turn the bot on 100 times a day). • Auto shutdown of the bot in Telegram at 00:00 UTC (Moscow time) and manual restart when convenient. • Market analysis 24/5 using 20 EMA, RSI, and
I am seeking an alert-only EA. An EA that will follow all the rules but not execute a trade. As this is a repeat posting I am seeking the successful technician - Xiro from Vietnam. Thanks Karl

프로젝트 정보

예산
45+ USD
기한
 5 일