MQL5 FVG range EA

MQL5 전문가

명시

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.).


파일:

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

응답함

1
개발자 1
등급
(97)
프로젝트
141
17%
중재
4
50% / 25%
기한 초과
13
9%
작업중
2
개발자 2
등급
(51)
프로젝트
74
20%
중재
13
15% / 23%
기한 초과
6
8%
로드됨
3
개발자 3
등급
(32)
프로젝트
44
14%
중재
2
0% / 0%
기한 초과
1
2%
로드됨
게재됨: 2 코드
4
개발자 4
등급
(2)
프로젝트
0
0%
중재
3
0% / 0%
기한 초과
0
작업중
5
개발자 5
등급
(434)
프로젝트
761
49%
중재
62
18% / 48%
기한 초과
138
18%
무료
6
개발자 6
등급
(466)
프로젝트
917
76%
중재
25
16% / 68%
기한 초과
99
11%
작업중
게재됨: 1 기고글, 6 코드
7
개발자 7
등급
(295)
프로젝트
527
35%
중재
63
35% / 35%
기한 초과
190
36%
작업중
8
개발자 8
등급
(3)
프로젝트
4
25%
중재
0
기한 초과
0
무료
9
개발자 9
등급
(44)
프로젝트
45
24%
중재
23
13% / 74%
기한 초과
10
22%
작업중
10
개발자 10
등급
(2)
프로젝트
2
50%
중재
0
기한 초과
0
작업중
11
개발자 11
등급
(9)
프로젝트
18
39%
중재
2
0% / 50%
기한 초과
3
17%
작업중
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
개발자 13
등급
프로젝트
1
0%
중재
0
기한 초과
0
작업중
14
개발자 14
등급
(292)
프로젝트
350
51%
중재
13
54% / 0%
기한 초과
22
6%
로드됨
15
개발자 15
등급
(238)
프로젝트
244
31%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
16
개발자 16
등급
(5)
프로젝트
5
0%
중재
2
50% / 0%
기한 초과
1
20%
무료
17
개발자 17
등급
(156)
프로젝트
280
35%
중재
14
29% / 50%
기한 초과
42
15%
무료
비슷한 주문
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

프로젝트 정보

예산
30+ USD
VAT (20%): 6 USD
총: 36 USD
개발자에게
27 USD

고객

넣은 주문1
중재 수0