Fractal-Based CHoCH/BOS Hedging EA (MT5)

MQL5 Experts

Tâche terminée

Temps d'exécution 1 minute
Commentaires de l'employé
Thank you!
Commentaires du client
Fully aligned with my specification and available to talk. Will work again with Tzvetan!

Spécifications

IMPORTANT:

Upon agreeing on a Project, I will be able to share as well:

1) Screenshot of the logics explained above for better understanding;

2) PineCode Script of the Indicator I use for Fractal Market Structure (so you can turn it into MQL5).

Summary

This Expert Advisor automates a hedging strategy based on market structure analysis using fractals. It identifies Break of Structure (BoS) for trend continuation and Change of Character (ChoCH) for potential reversals, and executes trades accordingly.

The EA is designed to work across all currency pairs and timeframes, including high-frequency 1-minute scalping. It opens a trend-aligned trade after a BoS and adds a hedged trade in the opposite direction upon ChoCH, managing drawdowns without stop losses.

Trades are closed based on a fixed take profit, and when profits are realized, they are used to trim opposing trades. The EA supports dynamic lot sizing based on equity growth and offers full visualization (arrows, labels, and on-screen dashboard) for transparency.

It includes robust error handling, retry logic and optional alerts. The strategy supports all major backtesting modes and is optimized for low-latency execution.

Key inputs are configurable, including fractal sensitivity, TP level, retracement filter, and lot scaling. The system is optimized for scalability, clarity, and performance in both manual and automated trading environments.


REQUIREMENTS SPECIFICATION FOR MQL5 EXPERT ADVISOR

Title: Fractal-Based CHoCH/BOS Hedging Strategy EA (Multi-Pair, Multi-Timeframe)


1. Trading Idea

The EA will detect market structure using fractal-based logic to identify:

- Break of Structure (BoS): trend continuation

- Change of Character (ChoCH): potential trend reversal


The EA trades using a hedging approach:

- It opens a position in the direction of the current trend (as determined by the last BoS).

- When a ChoCH occurs, it opens a hedged trade in the opposite direction.

- Trades are not closed when new ones are opened; they are trimmed based on take profit logic.


The strategy runs on all currency pairs and all timeframes, including 1-minute scalping charts.


2. Fractal Detection

- Uses fractal detection with a default lookback of 5 bars, configurable via input.

- A fractal is detected when a candle’s high is higher/lower than the two candles before and after.

- Recalculation frequency (on tick vs on bar close) is controlled by a boolean input.

- Fractal points and BoS/ChoCH events must be visualized on the chart with labels or arrows.


3. Signal Logic

Buy Signal:

- If no trade is open and the indicator confirms bullish market structure → open a Buy trade.

- If previous trade direction was bearish and a ChoCH to bullish occurs → open a Buy hedged trade.

- ChoCH is confirmed only on candle close above previous bearish fractal high.

- Optional retracement filter: configurable (0–3 opposite candles must form before breakout).


Sell Signal:

- If no trade is open and structure is bearish → open Sell trade.

- If a ChoCH to bearish occurs → open a Sell hedged trade.

- ChoCH is confirmed only on candle close below previous bullish fractal low.

- Retracement rule same as Buy.


4. Signal Lifetime

- A BoS or ChoCH signal is valid until it is invalidated by an opposite signal or replaced by a newer fractal structure.


5. Trade Entry Conditions

- All trades are placed at market after signal confirmation at bar close.

- No filters (RSI, time, volume) are used.

- The EA must support hedging and allow multiple trades in both directions.


6. Position Management

- Each trade has a fixed Take Profit (TP) of 10 pips, adjustable via input.

- No Stop Loss is used (hedging logic manages drawdown).

- If TP is hit and there’s no hedged trade, a new trade is placed in the same direction at that price level.

- If TP is hit and there is a hedged trade:

  - 50% of profit is used to reduce the volume of the opposite trade (trim loss).

- When a new ChoCH occurs, a new hedged trade is opened.

  - The new trade's lot size = 1 lot minus the already trimmed open hedge.


7. Lot Size Calculation

- Default: 1 lot, adjustable via input.

- Dynamic adjustment: if equity increases by 10%, increase lot size proportionally to maintain TP value growth.

- Initial capital input should define base profit expectation per 10 pips.


8. Error Handling

- Best practice handling:

  - Retry failed orders after 500ms (up to 3 times).

  - Log all order failures, price info, signal type, lot size.

  - Display error codes in Experts tab.

  - No spam alerts, but a log file with timestamped messages is required.

- Optionally: add terminal notification on failed order (optional toggle).


9. Other Features

- On-screen dashboard showing:

  - Total BOS and ChoCH events

  - Current trend (Bullish/Bearish)

  - Active Buy/Sell trade counts and directions

- Arrows and/or labels must appear for:

  - Bullish/Bearish fractals

  - BoS (green/red label)

  - ChoCH (labeled clearly)

- No need to separately enable/disable Buy or Sell since it’s a hedging EA.


10. Testing and Optimization

- Must support visual backtesting mode with all plotted elements.

- Must be testable in:

  - “Open price only”

  - “Every tick”

  - “Every tick based on real ticks”

- Should run on low timeframes (1M, 5M) without lag.

- Compatible with high-frequency use cases (scalping).


Example of the iput Parameters Overview

| Parameter                  | Type       | Description                                     |

|---------------------------|------------|-------------------------------------------------|

| FractalLength             | Integer    | Bars to look back for fractal detection         |

| UseTickRecalculation      | Boolean    | Use tick-by-tick vs bar-close for detection     |

| InitialLotSize            | Float      | Starting lot size                               |

| TP_Pips                   | Integer    | Take profit in pips                             |

| RetracementCandles        | Integer    | 0–3 required opposite candles before BoS/ChoCH  |

| DynamicLotAdjustment      | Boolean    | Enable/disable 10% equity-based lot scaling     |

| EnableNotifications       | Boolean    | Alert user on trade error                       |

| EnableDashboard           | Boolean    | Show dashboard with structure and trend info    |


Répondu

1
Développeur 1
Évaluation
(253)
Projets
316
29%
Arbitrage
34
26% / 65%
En retard
10
3%
Gratuit
2
Développeur 2
Évaluation
(255)
Projets
262
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
3
Développeur 3
Évaluation
(15)
Projets
19
16%
Arbitrage
5
40% / 40%
En retard
0
Gratuit
4
Développeur 4
Évaluation
(60)
Projets
87
29%
Arbitrage
24
13% / 58%
En retard
7
8%
Travail
5
Développeur 5
Évaluation
(51)
Projets
69
35%
Arbitrage
4
25% / 75%
En retard
0
Gratuit
6
Développeur 6
Évaluation
(271)
Projets
553
50%
Arbitrage
57
40% / 37%
En retard
227
41%
Travail
7
Développeur 7
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
8
Développeur 8
Évaluation
(1)
Projets
4
0%
Arbitrage
5
20% / 40%
En retard
2
50%
Gratuit
9
Développeur 9
Évaluation
(10)
Projets
14
43%
Arbitrage
0
En retard
3
21%
Gratuit
10
Développeur 10
Évaluation
(16)
Projets
35
23%
Arbitrage
4
0% / 50%
En retard
2
6%
Travail
11
Développeur 11
Évaluation
(187)
Projets
243
20%
Arbitrage
22
50% / 18%
En retard
0
Travail
12
Développeur 12
Évaluation
(77)
Projets
243
74%
Arbitrage
7
100% / 0%
En retard
1
0%
Gratuit
Publié : 1 article
13
Développeur 13
Évaluation
(7)
Projets
13
15%
Arbitrage
13
23% / 46%
En retard
3
23%
Gratuit
Publié : 24 articles
14
Développeur 14
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
15
Développeur 15
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
16
Développeur 16
Évaluation
(7)
Projets
11
0%
Arbitrage
4
0% / 100%
En retard
2
18%
Travail
17
Développeur 17
Évaluation
(45)
Projets
91
13%
Arbitrage
34
26% / 59%
En retard
37
41%
Gratuit
18
Développeur 18
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
19
Développeur 19
Évaluation
(5)
Projets
5
60%
Arbitrage
0
En retard
0
Gratuit
20
Développeur 20
Évaluation
(162)
Projets
287
34%
Arbitrage
18
22% / 61%
En retard
42
15%
Travail
21
Développeur 21
Évaluation
(12)
Projets
12
17%
Arbitrage
2
0% / 50%
En retard
1
8%
Gratuit
22
Développeur 22
Évaluation
(6)
Projets
5
0%
Arbitrage
2
50% / 50%
En retard
2
40%
Travail
23
Développeur 23
Évaluation
(25)
Projets
29
21%
Arbitrage
20
10% / 50%
En retard
8
28%
Travail
24
Développeur 24
Évaluation
(360)
Projets
432
54%
Arbitrage
20
55% / 15%
En retard
29
7%
Travail
25
Développeur 25
Évaluation
(4)
Projets
7
43%
Arbitrage
0
En retard
2
29%
Gratuit
26
Développeur 26
Évaluation
(322)
Projets
499
67%
Arbitrage
5
40% / 0%
En retard
4
1%
Gratuit
Publié : 8 codes
Commandes similaires
Seeking developer service to code an EA. Interested developer must have good experience and understanding on how ORB and FVG works, and agreed to the terms below : 1. Shall demonstrate a fully functional EA that operates as specified in the requirement and function automatically as requested in real-time environment (forward test - demo/live), regardless of good results obtained in strategy-tester. Backtesting
Hey guys, looking for a crazy good EA / Indicator that can either help me for futures trading (eg. Topstep, Lucid Trading etc) https://t.me/nqsniperz - telegram Or looking for a CFD EA that i can run on personal accounts Budget is very high and negotiable. https://t.me/nqsniperz
I’m looking to partner with an experienced developer who has a proven, working EA that delivers stable and consistent monthly performance . A bit about me: I run an active trading community and a TikTok channel that consistently drives targeted traffic and potential clients into my ecosystem. I’m now looking to collaborate with the right developer to scale EA distribution and monetisation together . What I’m Looking
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #

Informations sur le projet

Budget
200 - 300 USD
Délais
de 1 à 5 jour(s)