MQL5 FVG range EA

MQL5 Esperti

Specifiche

MQL5 Bot Specification

The bot must be written in MQL5 and must meet the following requirements:

Core Logic

  1. Range drawing

    • The bot should draw a range based on hours and minutes (for example, from 15:30 to 16:30).

  2. Deviation levels

    • After drawing the range, it should calculate deviations of this range.

    • Example: if the price of the instrument moves in a range of $100, the bot should create 3 levels upward and 3 levels downward (a total of $300), drawn in $100 steps both above and below.

    • These will later serve as potential targets.

  3. Sweep and FVG detection

    • The bot should monitor the price: when it sweeps above or below the range, it should search for a Fair Value Gap (FVG) on a configurable timeframe (e.g., 1-minute, 5-minute, etc.).

    • If the sweep is below, it should look for a bullish FVG. Once it is formed, on the 3rd candle it should immediately place a market buy trade, with the Stop Loss set at the bottom of the range.

    • For a sell, the logic is the same: if the price sweeps above the range, the bot should look for a bearish FVG on the chosen timeframe, and place a sell with the Stop Loss at the top of the range.

  4. Take Profit (TP)

    • TP should be based on the deviation levels, and it must be possible to configure exactly which deviation level(s) to use.

  5. Break Even (BE)

    • The bot should be able to move the Stop Loss to Break Even once a defined R multiple is reached.

    • Example: if from entry to SL the distance equals 1R = $5, then once the trade reaches $5 profit, the SL should be moved to BE.

    • This must be configurable.


Options inside the bot

  1. Drawing and monitoring a range from specific start hour:minute to end hour:minute.

  2. Ability to set risk as a percentage of account balance or a fixed amount in money.

  3. TP placement based on deviation levels.

  4. Option to move SL to BE at a specified R multiple from entry to stop.

  5. Option to take partials (partial profits) at defined R multiples.

  6. Day of the week filter — the bot must allow enabling/disabling trading on specific weekdays (e.g., only trade on Tuesday–Thursday).

  7. Magic Number — all trades opened by the bot must use a configurable Magic Number for tracking.

  8. FVG timeframe — the timeframe on which the bot will search for Fair Value Gaps should be configurable (e.g., M1, M5, M15, etc.).


File:

JPG
1.jpg
249.8 Kb
JPG
4.jpg
234.6 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(97)
Progetti
141
17%
Arbitraggio
4
50% / 25%
In ritardo
13
9%
In elaborazione
2
Sviluppatore 2
Valutazioni
(51)
Progetti
74
20%
Arbitraggio
13
15% / 23%
In ritardo
6
8%
Caricato
3
Sviluppatore 3
Valutazioni
(32)
Progetti
44
14%
Arbitraggio
2
0% / 0%
In ritardo
1
2%
Caricato
Pubblicati: 2 codici
4
Sviluppatore 4
Valutazioni
(2)
Progetti
0
0%
Arbitraggio
3
0% / 0%
In ritardo
0
In elaborazione
5
Sviluppatore 5
Valutazioni
(434)
Progetti
761
49%
Arbitraggio
62
18% / 48%
In ritardo
138
18%
Gratuito
6
Sviluppatore 6
Valutazioni
(466)
Progetti
917
76%
Arbitraggio
25
16% / 68%
In ritardo
99
11%
In elaborazione
Pubblicati: 1 articolo, 6 codici
7
Sviluppatore 7
Valutazioni
(295)
Progetti
527
35%
Arbitraggio
63
35% / 35%
In ritardo
190
36%
In elaborazione
8
Sviluppatore 8
Valutazioni
(3)
Progetti
4
25%
Arbitraggio
0
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
(44)
Progetti
45
24%
Arbitraggio
23
13% / 74%
In ritardo
10
22%
In elaborazione
10
Sviluppatore 10
Valutazioni
(2)
Progetti
2
50%
Arbitraggio
0
In ritardo
0
In elaborazione
11
Sviluppatore 11
Valutazioni
(9)
Progetti
18
39%
Arbitraggio
2
0% / 50%
In ritardo
3
17%
In elaborazione
12
Sviluppatore 12
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
In elaborazione
14
Sviluppatore 14
Valutazioni
(292)
Progetti
350
51%
Arbitraggio
13
54% / 0%
In ritardo
22
6%
Caricato
15
Sviluppatore 15
Valutazioni
(238)
Progetti
244
31%
Arbitraggio
0
In ritardo
3
1%
Gratuito
Pubblicati: 2 codici
16
Sviluppatore 16
Valutazioni
(5)
Progetti
5
0%
Arbitraggio
2
50% / 0%
In ritardo
1
20%
Gratuito
17
Sviluppatore 17
Valutazioni
(156)
Progetti
280
35%
Arbitraggio
14
29% / 50%
In ritardo
42
15%
Gratuito
Ordini simili
Hello, I want to modify my EA so as it can have news trading mode Add a News Trading Mode into my existing EA, but still use the same zone recovery logic (hedging, pending orders, multipliers, recovery steps, etc.) that already exists. 🧠 REQUIREMENTS (and execution plan) 1. ✅ New EA Mode: News Mode Add a new input: input bool Trading_NewsOnly = true; If Trading_NewsOnly == true → EA only trades during scheduled news
I am looking for a Coder to program a fully automated QL5 EA. The EA logic is shown on the attached screenshots. Please go through the attachments to get the whole job description
Flush robot 30 - 200 USD
This bot must be able to trade and make good profits.it must be able to trade any amount.it must have the best strategy.be able to enter and exit markets.the bot should analyze and make disicions
Mql5 EA upgrade needed 50 - 150 USD
Hi MQL community, I’m seeking a skilled MQL5 programmer to enhance the performance of my existing Expert Advisor. Your tasks will include: Running detailed backtests with my current set file Identifying and adjusting parameters for stronger trend-based results Optimizing the EA to meet my exact specifications for reliable performance I will provide full EA details and trading logic so the requirements are completely
i need help to generate candle closed crossing MA, if 1 candle closed crossing signal MA follow candle comes with signal for buy when closed up and for sell when closed down. Note: Please this is help not have money to pay, just help me please Bellow is the logic code. // Calculate the indicator values for (int i = prev_calculated - (rates_total==prev_calculated); i < rates_total; i++){ indvalue[i] =
Looking for someone to design EA to deliver high-probability trades (~90% win rate) with low drawdown (~3%) using AI, multi-timeframe SMC/ICT logic, and advanced risk management. Please share your previous work. 1. Core Strategy Entry Logic: Trades primarily on 5M timeframe HTF Zones (4H) : Order Blocks (OB), Fair Value Gaps (FVG), Equilibrium Zones (EQ) 1H OB Conflict Validation to avoid high-risk areas Full HTF
TURBO_911 30+ USD
EA NAME : TURBO_911 VISION : 1.0 CREATED BY: SMART_GENUIN CONTACT :083 531 0593 TIMEFRAME: CURRENT ACCOUNT BALANCE: VISIBLE LOTSIZE : VISIBLE AUTO TRADING: ON/OFF SERVER : VISIBLE BROKER : VISIBLE TRADES : WON & LOST PROFIT : VISIBLE CHART BACKGROUND :PINK FOREGROUND :YELLOW GRID :PINK BAR UP :BLUE BAR DOWN
Hello, I need help connecting my Expert Advisor (EA) with ClusterDelta Developer Indicators. I already have: Dev indicator source file ( #Footprint_Data_for_EA.mq5 ) Documentation (PDF with buffer/index mapping) My EA code ( VWAPFlowEA_Final.mq5 ) 👉 Task: Make my EA read values from the indicator (VWAP, CumDelta, Ask, Bid, Imbalance). Use CopyBuffer() or recommended method (ClusterDelta support suggests buffer
1. Trading Logic Supertrend Indicator : Inputs: ATR Period, ATR Multiplier, Timeframe. Signal is generated when the Supertrend line flips direction. Buy Condition: When price closes above the Supertrend line and the Supertrend flips from bearish (above price) to bullish (below price). EA opens a Buy order. Sell Condition: When price closes below the Supertrend line and the Supertrend flips from bullish (below
EA require 50+ USD
Hello I have an EA that i am looking to develop similar one, i also have a strategy but not sure, what do you suggest? are you able to utilize those data to create similar one EA or not? I can share files if you require Regards

Informazioni sul progetto

Budget
30+ USD
IVA (20%): 6 USD
Totale: 36 USD
Per lo sviluppatore
27 USD

Cliente

Ordini effettuati1
Numero di arbitraggi0