Channel breakout

Spezifikation

1. Project Overview

Name: BB Channel Trading EA
Objective: Execute reversal trades based on price action (engulfing patterns and liquidity sweeps) at the extremes defined by Bollinger Bands. Trades will be taken when price breaks volatility bounds, indicating potential exhaustion and reversal.


2. Functional Components

2.1 Bollinger Bands Channel

  • Purpose: Identify overbought and oversold zones.

  • Indicator: Custom Bollinger Bands (BB.ex5).

  • Parameters:

    • BBPeriod (int; default: 20)

    • BBShift (int; default: 0)

    • BBDeviation (double; default: 2.0)

  • Buffers:

    • Upper Band — buffer index 1

    • Lower Band — buffer index 2

2.2 Liquidity Sweep Detection

  • Purpose: Confirm break of local high/low, indicating possible stop run.

  • Parameter: LookbackBars (int; default: 5)

  • Logic:

    • Long: current candle’s low < lowest low of prior LookbackBars .

    • Short: current candle’s high > highest high of prior LookbackBars .

2.3 Engulfing Pattern Detection

  • Purpose: Confirm strong reversal candle.

  • Rules:

    • Bullish Engulfing:

      • Current candle is bullish ( Close > Open )

      • Its body wicks fully exceed the previous candle’s body & wicks:

        • Open[current] < Close[previous]

        • Close[current] > Open[previous]

        • High[current] > High[previous]

        • Low[current] < Low[previous]

    • Bearish Engulfing: Reverse logic for a bearish bar.


3. Trade Logic

3.1 Entry Conditions

  • Long Trade:

    1. Close[lastBar] < LowerBand

    2. Liquidity sweep (new local low)

    3. Bullish engulfing pattern

  • Short Trade:

    1. Close[lastBar] > UpperBand

    2. Liquidity sweep (new local high)

    3. Bearish engulfing pattern

3.2 Trade Execution

  • Lot Size: LotSizeMultiplier (double; default: 0.1)

  • Stop Loss (SL):

    • Long: Low of current bar

    • Short: High of current bar

  • Take Profit (TP):

    • Long: Close + (Close - SL) * RiskRewardRatio

    • Short: Close - (SL - Close) * RiskRewardRatio


4. Input Parameters

Parameter Type Default Value Description
LookbackBars int 5 Bars to consider for liquidity sweep
RiskRewardRatio double 2.0 SL–TP distance ratio
LotSizeMultiplier double 0.1 Trade volume multiplier
BBPeriod int 20 Bollinger Bands period
BBShift int 0 Bollinger Bands shift
BBDeviation double 2.0 Bollinger deviation multiplier

5. Platform & Trade Environment

  • Platform: MetaTrader 5 (MT5)

  • Dependencies:

    • Bollinger Bands indicator ( BB.ex5 ) in MQL5/Indicators

  • Trading Conditions:

    • Auto trading enabled

    • EA Properties → “Allow live trading” enabled

    • Broker’s min lot size must be ≤ LotSizeMultiplier

  • Chart Timeframes: M5–H1 recommended


6. Error Handling & Safeguards

  • Price Arrays: Use CopyOpen() , CopyClose() , CopyHigh() , CopyLow() to fill buffers; abort if any fail.

  • Indicator Buffers: Use CopyBuffer() for upper/lower bands; abort if empty or EMPTY_VALUE .

  • Array Bounds: Check bar + 1 < ArraySize(...) before intact comparisons.

  • Valid SL / TP: Ensure TP/SL calculations produce valid, non-zero values.


7. Debugging & Logging

  • Print key values:

    • Close[lastBar] , Upper , Lower

    • Results of liquiditySweep() and isBullishEngulfing()

  • Log trade attempts and any rejection (via Expert and Journal tabs).


8. Future Enhancements (Optional)

  • Trailing Stop: Adjustable trailing stop logic based on channel midline.

  • Trade Flip Logic: Exit long and immediately open short (and vice versa) on opposite signal.

  • Multi-Position Mode: Allow multiple simultaneous trades (e.g., hedging).

  • Optimizations: Use Strategy Tester to optimize BBPeriod , BBDeviation , RiskRewardRatio .


Bewerbungen

1
Entwickler 1
Bewertung
(94)
Projekte
137
17%
Schlichtung
4
50% / 25%
Frist nicht eingehalten
12
9%
Arbeitet
2
Entwickler 2
Bewertung
(13)
Projekte
17
18%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(75)
Projekte
123
43%
Schlichtung
12
33% / 50%
Frist nicht eingehalten
17
14%
Frei
4
Entwickler 4
Bewertung
(109)
Projekte
137
43%
Schlichtung
8
38% / 38%
Frist nicht eingehalten
6
4%
Frei
5
Entwickler 5
Bewertung
(8)
Projekte
10
20%
Schlichtung
0
Frist nicht eingehalten
0
Überlastet
6
Entwickler 6
Bewertung
(20)
Projekte
26
38%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
2
8%
Frei
7
Entwickler 7
Bewertung
(2248)
Projekte
2835
62%
Schlichtung
118
46% / 25%
Frist nicht eingehalten
428
15%
Frei
8
Entwickler 8
Bewertung
(36)
Projekte
38
11%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
2
5%
Arbeitet
9
Entwickler 9
Bewertung
(254)
Projekte
341
71%
Schlichtung
12
42% / 25%
Frist nicht eingehalten
12
4%
Frei
Veröffentlicht: 17 Beispiele
10
Entwickler 10
Bewertung
(415)
Projekte
656
33%
Schlichtung
31
74% / 6%
Frist nicht eingehalten
20
3%
Frei
11
Entwickler 11
Bewertung
(462)
Projekte
907
76%
Schlichtung
25
16% / 68%
Frist nicht eingehalten
99
11%
Frei
Veröffentlicht: 1 Artikel, 6 Beispiele
12
Entwickler 12
Bewertung
(325)
Projekte
535
67%
Schlichtung
52
21% / 38%
Frist nicht eingehalten
169
32%
Arbeitet
Veröffentlicht: 1 Beispiel
13
Entwickler 13
Bewertung
Projekte
1
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
14
Entwickler 14
Bewertung
(279)
Projekte
330
51%
Schlichtung
12
42% / 0%
Frist nicht eingehalten
18
5%
Beschäftigt
15
Entwickler 15
Bewertung
(51)
Projekte
69
35%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
0
Frei
16
Entwickler 16
Bewertung
(322)
Projekte
497
67%
Schlichtung
5
40% / 0%
Frist nicht eingehalten
4
1%
Frei
Veröffentlicht: 8 Beispiele
17
Entwickler 17
Bewertung
(6)
Projekte
6
17%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
1
17%
Beschäftigt
18
Entwickler 18
Bewertung
(11)
Projekte
16
31%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
19
Entwickler 19
Bewertung
(10)
Projekte
13
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
2
15%
Arbeitet
20
Entwickler 20
Bewertung
Projekte
1
0%
Schlichtung
3
33% / 33%
Frist nicht eingehalten
0
Arbeitet
21
Entwickler 21
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
22
Entwickler 22
Bewertung
(7)
Projekte
14
29%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
4
29%
Frei
23
Entwickler 23
Bewertung
(359)
Projekte
637
26%
Schlichtung
91
71% / 13%
Frist nicht eingehalten
12
2%
Beschäftigt
Veröffentlicht: 1 Beispiel
24
Entwickler 24
Bewertung
(8)
Projekte
12
0%
Schlichtung
22
0% / 77%
Frist nicht eingehalten
4
33%
Frei
25
Entwickler 25
Bewertung
(11)
Projekte
11
18%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
9%
Frei
26
Entwickler 26
Bewertung
(368)
Projekte
472
24%
Schlichtung
51
61% / 20%
Frist nicht eingehalten
53
11%
Beschäftigt
27
Entwickler 27
Bewertung
(17)
Projekte
19
26%
Schlichtung
2
50% / 0%
Frist nicht eingehalten
1
5%
Frei
Veröffentlicht: 2 Beispiele
28
Entwickler 28
Bewertung
(4)
Projekte
2
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
50%
Arbeitet
29
Entwickler 29
Bewertung
(14)
Projekte
15
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Arbeitet
30
Entwickler 30
Bewertung
(3)
Projekte
3
0%
Schlichtung
0
Frist nicht eingehalten
0
Überlastet
31
Entwickler 31
Bewertung
(84)
Projekte
115
70%
Schlichtung
5
80% / 0%
Frist nicht eingehalten
11
10%
Frei
32
Entwickler 32
Bewertung
(2596)
Projekte
3275
67%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
342
10%
Frei
Veröffentlicht: 1 Beispiel
33
Entwickler 33
Bewertung
(291)
Projekte
521
36%
Schlichtung
62
34% / 35%
Frist nicht eingehalten
187
36%
Beschäftigt
34
Entwickler 34
Bewertung
(1)
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
35
Entwickler 35
Bewertung
(287)
Projekte
293
70%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
0
Frei
Veröffentlicht: 1 Beispiel
36
Entwickler 36
Bewertung
(450)
Projekte
560
26%
Schlichtung
22
41% / 36%
Frist nicht eingehalten
85
15%
Frei
Veröffentlicht: 6 Beispiele
37
Entwickler 37
Bewertung
(156)
Projekte
280
35%
Schlichtung
14
29% / 50%
Frist nicht eingehalten
42
15%
Frei
38
Entwickler 38
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
39
Entwickler 39
Bewertung
(77)
Projekte
232
73%
Schlichtung
6
100% / 0%
Frist nicht eingehalten
1
0%
Frei
Ähnliche Aufträge
⸻ I have an Expert Advisor called NeuroTrendX_Pro v7.9 ULTRA (NTX Pro). I need a reliable and experienced MQL5 developer to finalize and correct it without removing or disabling any existing logic. Scope of work (included in the fixed budget): • Fix all existing compile/runtime errors (not just one). • Keep the entire current logic intact (do not remove or change modules). • Implement and confirm the following
Hello, I’m looking for an MQL5 or MQL4 EA that trades EURUSD (optionally other majors or XAUUSD). The broker applies a 4-pip spread on EURUSD and higher on other symbols. The sole objective is to generate at least 45–60 lots of volume within 2 weeks or max one month (more is better; a bonus is paid for every additional 10 lots traded). The account has 1000 USD starting balance. Capital preservation is not required
# Multi-Layer Probabilistic EA — Design Plan (MQL5) Author: Custom-Expert-Advisors Status: Draft v3 Scope: MQL5-only (no Python) ## 1. Purpose & Scope Design a robust, real-time, probabilistic Expert Advisor for MT5 that adapts to market regimes, filters noise using information theory, and sizes risk via Bayesian beliefs and fractional Kelly. The design prioritizes stability, latency control, and survivability in
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
Bainanans 500+ USD
Bainanan good f المؤشر. ينبغي إضافة نقطة صفراء عند أعلى نقطة في الشموع في منطقة ذروة الشراء - وهي نقطة H. ينبغي إضافة نقطة خضراء عند النقطة المنخفضة للشموع في منطقة ذروة البيع - وهي نقطة L. إذا وُجدت نقطة L واحدة على الأقل بين نقطتي H، فابحث عن نقطة LL في الفترة الفاصلة بينهما. ستكون الشمعة ذات أدنى سعر قاع هي نقطة LL. بشكل عام، لا تُعتبر نقطة LL بالضرورة نقطة L. ابحث عن الشموع ذات أدنى سعر قاع. إذا كانت هناك نقطة H
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
Døsh forex 30 - 200 USD
I want a robot that will help me and trade the the robot will be very good I don’t want to loose money I repeat I don’t want to loose money
Precision Shift EA 100 - 500 USD
Use the Daily (D1) chart as the higher timeframe reference. On the H1 timeframe, monitor for a sweep of the previous day’s high or low. A sweep means that price takes liquidity above or below the previous day’s level and then shifts back inside. After a sweep on H1, drop to the M5 timeframe. On M5, wait for a Change of State in Delivery / Market Structure Shift (CHOCH/BOS) to confirm entry. If the sweep occurs above
📌 Forex EA Bot Requirement Document 1. General Information Trading Platform: MetaTrader 5 (MT5) / MetaTrader 4 (MT4) Trading Instruments: (e.g., GBP/JPY, XAU/USD, BTC/USD) Timeframes to Trade: (e.g., 15M, 1H, 4H, Daily) Trading Style: (Scalping, Swing trading, Intraday, Position trading) 2. Entry Rules Define the indicators/strategies for entry (e.g., Moving Averages, MACD, RSI, Order Blocks, Supply & Demand)
Develop a fully automated Expert Advisor (EA) compatible with MetaTrader 5 (MT5) platform. The EA should assist traders in successfully navigating and passing proprietary trading firm challenges (e.g., FTMO) by employing advanced risk management and hedging strategy. Core Functionalities 1. Dual-Account Hedging Mechanism Functionality: Implement a system where the EA places buy orders on the prop (challenge) account

Projektdetails

Budget
75+ USD

Kunde

Veröffentlichte Aufträge1
Anzahl der Schlichtungen0