Fractal-Based CHoCH/BOS Hedging EA (MT5)

MQL5 Experts

Job finished

Execution time 1 minute
Feedback from employee
Thank you!
Feedback from customer
Fully aligned with my specification and available to talk. Will work again with Tzvetan!

Specification

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    |


Responded

1
Developer 1
Rating
(253)
Projects
316
29%
Arbitration
34
26% / 65%
Overdue
10
3%
Free
2
Developer 2
Rating
(255)
Projects
262
30%
Arbitration
0
Overdue
3
1%
Free
Published: 2 codes
3
Developer 3
Rating
(15)
Projects
19
16%
Arbitration
5
40% / 40%
Overdue
0
Free
4
Developer 4
Rating
(60)
Projects
87
29%
Arbitration
24
13% / 58%
Overdue
7
8%
Working
5
Developer 5
Rating
(51)
Projects
69
35%
Arbitration
4
25% / 75%
Overdue
0
Free
6
Developer 6
Rating
(271)
Projects
553
50%
Arbitration
57
40% / 37%
Overdue
227
41%
Working
7
Developer 7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
8
Developer 8
Rating
(1)
Projects
4
0%
Arbitration
5
20% / 40%
Overdue
2
50%
Free
9
Developer 9
Rating
(10)
Projects
14
43%
Arbitration
0
Overdue
3
21%
Free
10
Developer 10
Rating
(16)
Projects
35
23%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
11
Developer 11
Rating
(187)
Projects
243
20%
Arbitration
22
50% / 18%
Overdue
0
Working
12
Developer 12
Rating
(77)
Projects
243
74%
Arbitration
7
100% / 0%
Overdue
1
0%
Free
Published: 1 article
13
Developer 13
Rating
(7)
Projects
13
15%
Arbitration
13
23% / 46%
Overdue
3
23%
Free
Published: 24 articles
14
Developer 14
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
15
Developer 15
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
16
Developer 16
Rating
(7)
Projects
11
0%
Arbitration
4
0% / 100%
Overdue
2
18%
Working
17
Developer 17
Rating
(45)
Projects
91
13%
Arbitration
34
26% / 59%
Overdue
37
41%
Free
18
Developer 18
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
19
Developer 19
Rating
(5)
Projects
5
60%
Arbitration
0
Overdue
0
Free
20
Developer 20
Rating
(162)
Projects
287
34%
Arbitration
18
22% / 61%
Overdue
42
15%
Working
21
Developer 21
Rating
(12)
Projects
12
17%
Arbitration
2
0% / 50%
Overdue
1
8%
Free
22
Developer 22
Rating
(6)
Projects
5
0%
Arbitration
3
33% / 33%
Overdue
2
40%
Working
23
Developer 23
Rating
(25)
Projects
29
21%
Arbitration
20
10% / 50%
Overdue
8
28%
Working
24
Developer 24
Rating
(361)
Projects
433
54%
Arbitration
20
55% / 15%
Overdue
30
7%
Free
25
Developer 25
Rating
(4)
Projects
7
43%
Arbitration
0
Overdue
2
29%
Free
26
Developer 26
Rating
(322)
Projects
499
67%
Arbitration
5
40% / 0%
Overdue
4
1%
Free
Published: 8 codes
Similar orders
* After every loss, It does not increase the lot sizes gradually. For example, after a loss of 0.01, it goes straight to 0.05 lots. It does not follow progressive order. 0.01;0.02;0.03;0.04;0.05... etc. From 0.01, it goes straight to 0.05 * Also If there is a win, it does not return to 0.01 it continues on the last lot size 0.06. After every win the EA should start again at 0.01 * I would also like to adjust the
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua italiana e inglese. Attività Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e robustezza delle strategie •
I want to create a loss recovery account.I have a zone recovery EA.It sometimes gives more buy sell entries than the target. This causes a lot of loss. I want to create an EA to reduce that loss by 40% to 50%. Example: My EA has lost $2200 with a buy sell entry. Now the new EA will give an entry that can reduce the loss from $2200 to $700
I am looking for an experienced MT5 developer to build a custom, aggressive XAUUSD scalping EA with structured basket management and momentum continuation logic. This is not a generic EA — it requires careful architecture and proper risk control. Key Requirements: Instrument & Timeframes: XAUUSD only M1 execution chart M5/M15 for directional bias and structure context Execution & Basket Logic: Aggressive basket-style
I need any highly profitable MT5 robot which trades any sythetic indices on deriv very profitably. It should have good risk management and any good strategy The EA should have good risk management and can trade small accounts like 50 - 100USD Developers who have already made robots have higher chance
CHOSEN'S BOT 30 - 50 USD
I need a scalping AI that is based on proper risk management. I want my AI to be 90%-100% profitable, it must be able to analyze the behavior of the market and take trades on it's own as the market goes.My AI must be able to work on the 1min, 5mins,15mins, 30mins and 1hour time frame only. Developer must produce your own strategy ideas for it to be highly profitable. The AI must have SL and TP. This AI must work only
I am seeking an experienced MQL5 developer to build a fully automated Expert Advisor (EA) based on Opening Range Breakout (ORB) and Fair Value Gap (FVG) concepts. The developer must have a strong understanding of these strategies and agree to the following requirements: ✅ Project Requirements & Terms 1. Functional EA Demonstration (Mandatory) The developer must demonstrate a fully functional EA that operates exactly
Mk 30+ USD
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
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

Project information

Budget
200 - 300 USD
Deadline
from 1 to 5 day(s)