Fractal break based indicator

MQL5 Индикаторы Forex

Техническое задание

Hi, I need a custom MT5 indicator based on a multi-timeframe fractal break reversal.


1️⃣ The indicator should use two timeframes:


  • Higher Timeframe (HTF)
  • Lower Timeframe (LTF)
    (Timeframes should be adjustable in inputs, e.g., HTF = H1 and LTF = M5)



2️⃣ Use standard fractals to detect fractal highs and fractal lows.


3️⃣ Primary signal (HTF):


  • When a Lower High fractal is formed and price breaks that Lower High in one move, the indicator should give a BUY signal.
  • When a Higher Low fractal is formed and price breaks that Higher Low, the indicator should give a SELL signal.



4️⃣ Second notification (LTF confirmation):

After the HTF signal, the indicator should monitor the lower timeframe and generate a second alert when the same fractal break rule happens on LTF.


5️⃣ Range condition:

During the second notification, the LTF lower low must remain between the HTF fractal high and HTF fractal low.


Condition:

HTF Fractal Low < LTF Lower Low < HTF Fractal High


6️⃣ The indicator should provide:

• First alert for HTF fractal break signal

• Second alert for LTF confirmation

• Buy/Sell arrows on chart

• Pop-up / push notification alerts


Файлы:

JPEG
IMG_2757.jpeg
295.6 Kb
JPEG
IMG_2758.jpeg
304.6 Kb
PNG
IMG_2759.png
256.6 Kb

Откликнулись

1
Разработчик 1
Оценка
(250)
Проекты
313
28%
Арбитраж
34
26% / 65%
Просрочено
10
3%
Работает
2
Разработчик 2
Оценка
(429)
Проекты
628
54%
Арбитраж
31
52% / 23%
Просрочено
6
1%
Загружен
3
Разработчик 3
Оценка
(51)
Проекты
69
35%
Арбитраж
4
25% / 75%
Просрочено
0
Свободен
4
Разработчик 4
Оценка
(79)
Проекты
137
51%
Арбитраж
5
80% / 0%
Просрочено
6
4%
Работает
5
Разработчик 5
Оценка
(2643)
Проекты
3359
68%
Арбитраж
77
48% / 14%
Просрочено
342
10%
Свободен
Опубликовал: 1 пример
6
Разработчик 6
Оценка
(12)
Проекты
16
13%
Арбитраж
4
50% / 25%
Просрочено
4
25%
Работает
7
Разработчик 7
Оценка
(4)
Проекты
5
0%
Арбитраж
1
0% / 100%
Просрочено
1
20%
Свободен
8
Разработчик 8
Оценка
(93)
Проекты
115
23%
Арбитраж
21
29% / 52%
Просрочено
8
7%
Работает
9
Разработчик 9
Оценка
(3)
Проекты
6
0%
Арбитраж
0
Просрочено
3
50%
Работает
10
Разработчик 10
Оценка
(2)
Проекты
2
0%
Арбитраж
0
Просрочено
0
Свободен
11
Разработчик 11
Оценка
(17)
Проекты
23
39%
Арбитраж
6
33% / 50%
Просрочено
0
Свободен
12
Разработчик 12
Оценка
(2311)
Проекты
2907
63%
Арбитраж
122
44% / 25%
Просрочено
429
15%
Работает
13
Разработчик 13
Оценка
(309)
Проекты
554
35%
Арбитраж
79
32% / 42%
Просрочено
200
36%
Загружен
14
Разработчик 14
Оценка
(12)
Проекты
19
42%
Арбитраж
3
0% / 67%
Просрочено
3
16%
Свободен
15
Разработчик 15
Оценка
(183)
Проекты
236
20%
Арбитраж
21
43% / 19%
Просрочено
0
Работает
16
Разработчик 16
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
17
Разработчик 17
Оценка
(351)
Проекты
422
54%
Арбитраж
20
55% / 15%
Просрочено
29
7%
Свободен
18
Разработчик 18
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
19
Разработчик 19
Оценка
(295)
Проекты
474
39%
Арбитраж
104
40% / 23%
Просрочено
79
17%
Занят
Опубликовал: 2 примера
20
Разработчик 20
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
21
Разработчик 21
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
22
Разработчик 22
Оценка
(32)
Проекты
32
63%
Арбитраж
1
0% / 0%
Просрочено
1
3%
Работает
Опубликовал: 5 примеров
Похожие заказы
Turn every trend into a profit opportunity! The Pullback Sniper AI is a fully automated MetaTrader 5 Expert Advisor designed for precision trading on EURUSD . It detects market pullbacks with surgical accuracy, executes trades safely, and manages risk with built-in trailing stops — all hands-free . ✅ Beginner-friendly & fully automated ✅ Optimized for low accounts ($5–$100) ✅ Works 24/5 — never miss a signal ✅ Safe
Looking for a good EA 30 - 100 USD
Hello guys,i am looking for a good already established ea,that doesnt blow account,only give 5 percent per month with maximum 10 percent drowdown,I need prove,i need to backtest by myself,after that i select the developer
Bot pro 30+ USD
//+------------------------------------------------------------------+ //| Hedge Fund Style Forex Robot - MT5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; input double RiskPercent = 1.0; input int FastEMA = 50; input int SlowEMA = 200; input int RSIPeriod = 14; input int ATRPeriod = 14; input double ATR_SL_Multiplier = 1.5; input
Short Description: I am seeking an experienced MQL4 developer to build a high-frequency Asymmetric Salami Grid EA . This is a sophisticated volatility harvester, not a basic martingale. Key Features to Implement: Virtual Grid Execution: No pending orders; all logic handled in-memory via OnTick . Asymmetric Lot Sizing: Trend-side degression vs. Counter-trend progression . Salami Partial Liquidation: XX% of profits
I am seeking an experienced MQL5 developer to build a high-precision Gold (XAUUSD) scalping Expert Advisor. The objective is to achieve a Profit Factor (PF) of 2.0 or higher with a focus on institutional logic rather than retail lagging indicators.The EA must be designed to pass a "100% Real Ticks" backtest (Exness/Dukascopy data) over a 30-day period with a $500 initial deposit.Core Requirements & Strategy
Title: Design and Development of an Automated Forex Trading Robot Using MQL5 and Machine Learning Techniques Abstract: This project focuses on the design and development of an automated Forex trading robot that integrates MQL5 programming and machine learning techniques. The system aims to predict market movements and execute trades automatically, minimizing human error and emotional trading. By leveraging historical
I’ve been following your profile and I'm interested in your expertise with the ATAS API and C# development. I have a clear technical scope for a high-performance M1 indicator focused on Binary Options and Scalping. ​The core logic is based on institutional Order Flow convergence: ​Stacked Imbalances: 300% ratio with a minimum of 3 consecutive levels. ​Delta/Price Divergence: Filtering for market exhaustion (New Highs
I'm looking to have a tradingview strategy translated to work on ninjatrader. Right now I'm using webhooks together with the platform Crosstrade to automate the strategy and have the trades take place on Tradingview. Let me know if that's something you can help me out with
Hello, Please read the full specification before applying. This project is NOT about building an EA from scratch. I already have a fully working MT5 Expert Advisor. The EA already includes a dashboard, risk management, and some protection systems, but it needs a few more features . So I need an experienced MQL5 developer to modify my existing MT5 EA by replacing the current entry logic with a new breakout strategy
can you help me with editing the existing ATR Trailing Stop Indicator to include a logic to include additional script, where my ninZaRenko bars when it closes above OR below the dynamic stop line, I will be out of trade. Please remember, in this Indicator, now when the price touches the stop line, I am stopped out .. . I want to edit the script, in lieu of the price touch, I like to update this logic to when the bar

Информация о проекте

Бюджет
30 - 75 USD

Заказчик

Размещено заказов1
Количество арбитражей0