MT4 Liquidity Sweep EA

指定

Requirements Specification for Asian Range Breakout EA

1. Introduction

This document outlines the functional and technical requirements for the Asian Range Breakout Expert Advisor (EA) for MetaTrader 4 (MT4). The EA identifies a trading range during a specified time window (Asian Range) and executes trades based on specific breakout conditions.

2. Functional Requirements

2.1 Asian Range Identification

  • The EA must define the Asian Range based on a time window specified by the user.

  • Default range: 19:00 EST to 24:00 EST.

  • The user must be able to configure the start and end hours in the input parameters.

  • The EA must account for Daylight Saving Time (DST) in EST and adjust accordingly.

  • The Asian Range High and Low should be determined based on the highest and lowest price between the defined start and end hours.

2.2 Entry Conditions

  • Long Trade Entry:

    • A long position must be entered when a candle wicks below the Asian Range Low but closes above it.

    • The trade must be executed at the close of the triggering candle.

  • Short Trade Entry:

    • A short position must be entered when a candle wicks above the Asian Range High but closes below it.

    • The trade must be executed at the close of the triggering candle.

  • The EA should execute trades based on the timeframe of the chart it is running on (e.g., 15-minute timeframe means candles are 15-minute).

2.3 Stop Loss (SL) & Take Profit (TP)

  • The Stop Loss (SL) should be set below the low of the wick candle for long trades and above the high of the wick candle for short trades.

  • The user must be able to define a buffer in pips to adjust the SL beyond the wick level.

  • The SL must be at least 5 pips. If the calculated SL is smaller, it must be overridden to 5 pips.

  • The Take Profit (TP) should be set based on a Risk-to-Reward Ratio (RRR) specified by the user.

    • TP = Entry Price + (Risk × Risk-to-Reward Ratio) for long trades.

    • TP = Entry Price - (Risk × Risk-to-Reward Ratio) for short trades.

2.4 Position Sizing Based on Account Balance

  • The EA must provide an option for position sizing based on a fixed lot size or a percentage of account balance.

  • The user must be able to define a percentage of the account balance to risk per trade (e.g., 1%).

  • If SL is hit, the total loss should equal the specified percentage of the account balance.

  • The EA must dynamically calculate the trade lot size based on the user-defined risk percentage and the distance of SL from the entry price.

3. Technical Requirements

3.1 MetaTrader 4 Compatibility

  • The EA must be developed in MQL4.

  • The EA should work on any currency pair and timeframe.

  • The EA should use Magic Numbers to distinguish its trades.

  • The EA should allow for user-defined inputs:

    • Asian Range Start & End Hours (EST)

    • Lot Size

    • Slippage

    • Magic Number

    • Stop Loss Buffer (pips)

    • Minimum Stop Loss (pips)

    • Risk-to-Reward Ratio

    • Risk Percentage of Account Balance

3.2 Broker Time & DST Handling

  • The EA must adjust for broker time zone differences.

  • The EA must handle Daylight Saving Time (DST) automatically based on North American DST rules:

    • DST starts on the second Sunday of March.

    • DST ends on the first Sunday of November.

  • The EA must calculate the correct broker time adjustments based on whether DST is active.

3.3 Trade Execution & Risk Management

  • The EA must place orders with defined slippage.

  • The EA should avoid duplicate trades by ensuring that it does not enter multiple trades on the same signal.

  • The EA should manage active trades independently and avoid interference with manual trades.

4. Performance & Logging

  • The EA should log key events and errors for debugging purposes.

  • The EA should handle unexpected broker rejections or execution errors gracefully.

  • The EA should include basic debugging logs for identifying potential issues in execution.

5. Future Considerations

  • Potential addition of trade filtering conditions such as trend filters, volatility filters, or time-based restrictions.

  • Implementation of partial take profit or trailing stop mechanisms for optimizing profits.

6. Acceptance Criteria

  • The EA correctly identifies the Asian Range based on the user’s configured time.

  • The EA enters long and short trades as per the defined conditions.

  • The EA correctly calculates SL and TP based on the rules provided.

  • The EA correctly adapts to DST changes.

  • The EA does not interfere with manual trades.

  • The EA correctly calculates position sizing based on either fixed lot size or risk percentage of account balance.



反馈

1
开发者 1
等级
(2)
项目
3
0%
仲裁
5
20% / 80%
逾期
1
33%
空闲
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(301)
项目
465
18%
仲裁
29
48% / 24%
逾期
29
6%
已载入
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(4)
项目
9
11%
仲裁
9
22% / 56%
逾期
4
44%
空闲
6
开发者 6
等级
(77)
项目
232
73%
仲裁
6
100% / 0%
逾期
1
0%
空闲
7
开发者 7
等级
(182)
项目
193
72%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
(138)
项目
170
53%
仲裁
10
80% / 0%
逾期
0
工作中
发布者: 1 代码
9
开发者 9
等级
(170)
项目
193
42%
仲裁
9
11% / 44%
逾期
9
5%
工作中
发布者: 3 代码
10
开发者 10
等级
(12)
项目
9
33%
仲裁
3
0% / 67%
逾期
2
22%
工作中
11
开发者 11
等级
项目
0
0%
仲裁
0
逾期
0
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
工作中
13
开发者 13
等级
(322)
项目
497
67%
仲裁
5
40% / 0%
逾期
4
1%
空闲
发布者: 8 代码
14
开发者 14
等级
(437)
项目
464
69%
仲裁
6
67% / 0%
逾期
2
0%
空闲
15
开发者 15
等级
(574)
项目
945
47%
仲裁
303
59% / 25%
逾期
125
13%
空闲
相似订单
This indicator is based on the well-known Darvas Box strategy, adapted for multi-timeframe use and advanced structure breakout detection.It is designed to display the main Darvas Box levels detected on a higher timeframe (default: M15), and plot signals and visual objects on a lower timeframe (default: M1), but both timeframes must be fully customizable by the user
I need MQL4 EA for a forex expert advisor to trade on MT4 that uses a reversal strategy with the following conditions: only pairs that will enter are USDJPY, EURJPY, CADJPY, NZDJPY, AUDJPY, GBPJPY, CHFJPY. Each pair can only be traded once a month. Will only enter the market on 1 hour timeframe. Lot size = 1.0. Risk:reward ratio is 1:2. Enter if there are at least 7 confirmations from the following signals: for the
Hey everyone, I'm actively looking for a marketing-driven partner to help take my Forex EA business to the next level. ✅ What I have: A fully developed Forex EA with 5+ years of solid back test data Consistent 10 –15% monthly returns (live/demo tested) with low drawdown A few early users already using it with great feedback 🔍 What I need: I’m looking for someone who can own the marketing and user growth strategy
Bainanans 500+ USD
Bainanan good f المؤشر. ينبغي إضافة نقطة صفراء عند أعلى نقطة في الشموع في منطقة ذروة الشراء - وهي نقطة H. ينبغي إضافة نقطة خضراء عند النقطة المنخفضة للشموع في منطقة ذروة البيع - وهي نقطة L. إذا وُجدت نقطة L واحدة على الأقل بين نقطتي H، فابحث عن نقطة LL في الفترة الفاصلة بينهما. ستكون الشمعة ذات أدنى سعر قاع هي نقطة LL. بشكل عام، لا تُعتبر نقطة LL بالضرورة نقطة L. ابحث عن الشموع ذات أدنى سعر قاع. إذا كانت هناك نقطة H
I need a trading bot for cTrader (cAlgo) based on the following strategy: Indicators: Heikin-Ashi candles, 20 EMA, and 7 EMA Sell Conditions: Price is below the 20 EMA Price breaks the 7 EMA downward Open a Sell position Stop-loss: just above the last significant point (tight SL) Close trade when Heikin-Ashi candle turns green Buy Conditions: (opposite of above)
Telegram Connection Options part 1. Custom – User enters their own connection details. 2. HEDGE TRADE (Default) – Connects to my source. 3. ONE DIRECTION (Default) – Connects to my source. HEDGE TRADE and ONE DIRECTION details are hidden from users. To use my signals, they must select one (HEDGE or ONE DIRECTION). Only one connection mode can be active at a time (no multiple sources). 2- make it able to receive
Simple ea 30+ USD
Will be on MT4 and MT5 It trades with time and timeframe (It can trade on any timeframe but the entry should set to open a trade at a particular time at the end of a timeframe). The entry will be either SELL or BUY depending on the direction I want it to go from which direction the last timeframe closes. 1. A parameter to open a trade at the beginning of the next timeframe when the set time is hit. 2. A parameter if
Im looking for a programmer who is able to make a tool to bridge by bit futures trading to the mt5 platform. The program should be able to convert a trade in bybit for example 0.1btc to lot size on mt5 proportionally as per account balance
Kamohelo Phehlane 50 - 150 USD
The robot must make me a large profits and it must be strategic.It must look for strategies and tell me whether to buy or sell the trade.And it must take a half of the profit and must give me the other half of the profit
PLEASE PLEASE!!! I NEED A PERSON WITH EXPERIENCE WHO WILL PERFECT THE BELO AND NOT A NEWBIE...I NEED SOMEONE WHO ALSO HAS DONE A LOT OF PROJECTS AND HAS A PERFECT CLIENT REVIEW. have sent the script and the bheuresko pattern indicator as well as the image of the script and indicator (below). The script is the image showing the arrows written ENTRAR and the Bheuresko pattern is the one written bullish engulfing and

项目信息

预算
50+ USD
开发人员
45 USD