Fractal Multi-Timeframe Execution (H4→M15→M2) with AoV-Anchored CHoCH Triggers

İş Gereklilikleri

Fractal Multi-Timeframe Strategy (H4→M15→M2) — Developer Spec

Abstract

This document specifies a fractal trading workflow leveraging H4 for regime identification, M15 for Area of Value (AoV) location, and M2 for execution using CHoCH-based triggers. The goal is a robust, developer-friendly specification that minimizes ambiguity and matches the operational style already discussed (Liquidity → Order Block → FVG/Imbalance priority).

Scope & Constraints

·         Language: MQL5 (no AI/ML).

·         Multi-timeframe (H4, M15, M2) and multi-symbol scanning supported.

·         SMC core logic must be native if third-party indicators are not available in MQL5.

Development Notes

1) Risk Baseline

2) SMC Indicator Integration — Attach or reproduce LuxAlgo SMC logic to track AoVs, BOS/CHoCH, OBs, Liquidity, and FVG/Imbalance. If a native MQL5 version is unavailable, implement an in-house SMC core with configurable parameters.

3) H4 Trendline Logic — Implement H4 trendlines inspired by the 'Trendline Chortkee' approach on TradingView (free). If a direct MQL5 port is not available, reproduce the methodology: swing pivots (n), minimum spacing, ATR-based noise filter.

4) Top-Left HUD — Display exactly one of these states at any time: • H4: Bullish & Impulsive Leg → M2: Buy  • H4: Bullish & Pullback Leg → M2: Sell  • H4: Bearish & Impulsive Leg → M2: Sell  • H4: Bearish & Pullback Leg → M2: Buy

Strategy Logic (Summary)

·         H4: Find Main High/Low; detect BOS (body-close rule); classify phase: MAIN vs PULLBACK; set directional bias.

·         M15: Map AoVs with priority: Liquidity → Order Block → FVG/Imbalance; swing breaks = alerts only.

·         M2: Execute only with CHoCH on/near an AoV; optional candle confirmations (Pin/Engulf/Inside).

Entry Criteria

·         On/near AoV definition: distance ≤ 0.3–0.5×ATR(M15,20).

·         Valid CHoCH: body-close beyond the origin high/low that formed the last opposing swing, plus 0.1×ATR(M15,20) noise buffer.

·         Optional: IOB → CHoCH → retest of newly-formed FVG before entry (higher quality).

Exit / Close Management

·         Risk per trade: 1–1.5% equity; Initial SL behind structural invalidation on M2 + buffer = max(2×spread, 0.2–0.3×ATR(M2,14)).

·         TP1 at 1.0–1.2R or first opposing AoV/liquidity on M15; close 60–70%; move SL → BE+ after 1R or successful post-CHoCH FVG retest.

·         Trailing Phase 1 (<2R): trail on M2 behind last confirmed swing; once-per-bar updates; min step = 0.5×ATR(M2,14); exit on reverse CHoCH on/near AoV.

·         Trailing Phase 2 (≥2R or next M15 AoV): upgrade to M15 Swing Trailing or Chandelier Stop (Close − k×ATR(M15,20), k=2.3–2.8; use the farther stop).

·         Full exit: H4 boundary touch (Main High/Low), or valid reverse CHoCH on M15 on/near AoV, or session cut-off, or SL hit.

Parameters (Default Values)

·         ATR periods: M2=14, M15=20; Chandelier k=2.3–2.8.

·         Once-per-bar gates for signals/updates; timer interval 1–5s for scans; spread/slippage/margin guards.

·         Session cut-off: configurable (e.g., no overnight/weekend).

Multi-Symbol & Platform Mechanics

·         Single EA can monitor multiple symbols via SymbolSelect/CopyRates; respect resource limits.

·         HUD refresh once-per-bar; event logging for CHoCH detections (origin/time/price), entries, exits, and SL moves.

Glossary

·         AoV — Area of Value (Liquidity, Order Block, FVG/Imbalance)

·         BOS — Break of Structure (body-close)

·         CHoCH — Change of Character (body-close beyond origin)

·         IOB — Internal Order Block

·         R — Risk multiple (profit measured in units of initial risk)

Acceptance Criteria

·         EA compiles without errors/warnings; no AI/ML libraries used.

·         HUD displays one of the four regime states correctly and updates once-per-bar.

·         BOS/CHoCH detection follows body-close rule and origin logic; on/near AoV distance is configurable.

·         Entry/exit logic behaves as specified in backtest (≥6 months) and forward test (session-based) with HTML reports.

Logging includes CHoCH origin, AoV tag, entries/exits, and SL moves; trailing adheres to once-per-bar + min step rule

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(10)
Projeler
12
17%
Arabuluculuk
0
Süresi dolmuş
1
8%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(14)
Projeler
15
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Yüklendi
3
Geliştirici 3
Derecelendirme
(10)
Projeler
10
10%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
2
20%
Yüklendi
4
Geliştirici 4
Derecelendirme
(283)
Projeler
335
51%
Arabuluculuk
12
42% / 0%
Süresi dolmuş
19
6%
Meşgul
5
Geliştirici 5
Derecelendirme
(293)
Projeler
524
35%
Arabuluculuk
63
33% / 35%
Süresi dolmuş
188
36%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(259)
Projeler
586
35%
Arabuluculuk
64
20% / 58%
Süresi dolmuş
147
25%
Serbest
Yayınlandı: 1 makale, 22 kod
7
Geliştirici 7
Derecelendirme
(463)
Projeler
908
76%
Arabuluculuk
25
16% / 68%
Süresi dolmuş
99
11%
Çalışıyor
Yayınlandı: 1 makale, 6 kod
8
Geliştirici 8
Derecelendirme
(7)
Projeler
7
14%
Arabuluculuk
0
Süresi dolmuş
0
Meşgul
9
Geliştirici 9
Derecelendirme
(326)
Projeler
536
67%
Arabuluculuk
52
21% / 38%
Süresi dolmuş
169
32%
Çalışıyor
Yayınlandı: 1 kod
10
Geliştirici 10
Derecelendirme
(1)
Projeler
2
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
11
Geliştirici 11
Derecelendirme
(16)
Projeler
20
0%
Arabuluculuk
9
0% / 78%
Süresi dolmuş
6
30%
Serbest
12
Geliştirici 12
Derecelendirme
(15)
Projeler
34
24%
Arabuluculuk
3
0% / 33%
Süresi dolmuş
2
6%
Çalışıyor
13
Geliştirici 13
Derecelendirme
(270)
Projeler
550
49%
Arabuluculuk
56
39% / 36%
Süresi dolmuş
227
41%
Çalışıyor
Benzer siparişler
Overview Create a MetaTrader 5 (MT5) indicator that: Pulls live sentiment data from multiple broker APIs. Calculates Net Sentiment (Long% – Short%) and plots each broker as a moving average line on the chart. Displays a weighted average line when ≥2 feeds are active. Saves all data to CSV files per broker for efficient historical loading and performance. Supported Brokers Broker Abbr. Color OandaFX
I Have A project done dusted For sale; Title: Strong Reversal Indicator [No Repaint, No Offset, Low Lag] 17 minutes ago MQL5 Indicators Design Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics Strategy modules Uploading data to a website Specification EN Overview: A professional MT5 reversal indicator designed to detect market turning points with no repainting, no
We are seeking a highly skilled MQL4 developer to complete a very complex EA project. Requirements & Conditions: Strict Timeline: 5 days delivery + 3 days rectification (non-negotiable) Must be free from other jobs and have strong history in complex EA development EA covers advanced features such as: Candle & HMA-based trade restrictions Multi-level breakeven, profit protection & profit trail Standard & Step trailing
Hi Devops, Convert Trading View indicator into MT4/MT5 EA.This EA has simple Buy/Sell trades based on TV indicator.It has basic inputs such as lot size:fixed/adding lot type,tp,SL,magic Number etc.More details will be discussed in private chat
Manage my live forex account with a disciplined, low-risk approach that produces steady monthly income. My priority is capital protection, so each trade must be sized conservatively, anchored by firm stop-loss orders, and designed to keep drawdown minimal. High-risk tactics such as martingale, grid systems, or excessive leverage are off the table; a measured, rules-based strategy is essential. I will connect the
Indicator that finds zones. All details in word document Ask questions if need I’d also like to to change from finding bullish marker and main candles to bearish marker and main candles if price crosses past inputted price The document is showing zones for bullish price action. Id like to also change manually in setting for it to show bearish price action ( it will look for bullish candle markers and main) Zones
I already have an Expert Advisor coded in MQL4, but it refuses to trade anything other than its hard-coded symbol. I want that filter gone so the same strategy can fire on any instrument—forex, indices, metals such as XAUUSD—across any timeframe. The trading logic, money management and inputs must stay exactly as they are; I simply need universal symbol support. After the MT4 file is fixed and compiles cleanly, I
Description: Gildepak is a purchasing cooperative for packaging materials. We need a program to calculate and fairly distribute the annual bonus (received from preferred suppliers) among our member companies (partners and members). The program should work with a set of predefined tables and data flows, and it must be able to import and export Excel files. Main Tables: Member Companies Company ID Company Name Partner
S-ONE ROBOT – MT5 EA Developer Brief 1. Trading Pairs & Timeframes Pair Timeframe Strategy Type Gold (XAU/USD) M15–H1 Scalping + Trend-following + Attacking EUR/USD H1–H4 Swing trading + Attacking Separate configurable parameters per pair (risk %, max trades, SL/TP, indicators). Timeframe Logic: Lower timeframe → precise entries (M15 for Gold, H1 for EUR/USD) Higher timeframe → trend confirmation (M30/H1 for Gold, H4
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE

Proje bilgisi

Bütçe
30 - 200 USD
Son teslim tarihi
from 3 to 10 gün

Müşteri

Verilmiş siparişler1
Arabuluculuk sayısı0