Breakout of a specific reference candle

Lavoro terminato

Tempo di esecuzione 14 giorni

Specifiche

Objective:
Develop a custom Expert Advisor (EA) for MetaTrader 5 that trades based on a breakout of a specific reference candle.


Strategy Rules:

  1. Reference Candle Selection:

    • User specifies a candle (e.g., 5-minute candle at 13:30).

    • EA marks the high and low of that candle.

  2. Entry Direction:

    • The first subsequent candle whose body (not wick) closes outside the reference candle’s range sets the trading direction for the day.

      • If it closes above the high → only buy trades allowed for that day.

      • If it closes below the low → only sell trades allowed for that day.

  3. Entry Execution:

    • Once direction is set:

      • For buy trades: Place a buy limit order at the high of the reference candle.

      • For sell trades: Place a sell limit order at the low of the reference candle.

    • Stop Loss (SL): opposite side of the reference candle (low for buys, high for sells).

    • Buffer Option: EA must allow adding/subtracting a user-defined number of pips to entry and SL levels.

  4. Take Profit (TP):

    • Options for TP:

      • Fixed Risk-Reward ratio (e.g., 1R, 2R, etc.).

      • Fixed pip/price target.

    • Trailing TP options:

      • Move TP step-by-step at 1R, 2R, 3R, etc.

      • Or trail using the low of each new candle (for buys) or the high of each new candle (for sells).

  5. Trade Management:

    • Maximum number of trades per day: 3 (editable).

    • If the first trade hits TP, EA stops trading for the rest of the day.


Inputs / Settings:

  • Reference candle time & timeframe (e.g., 13:30 on M5).

  • Buffer in pips (for entries and SL).

  • TP type: Risk-Reward / fixed pips.

  • Trailing TP type: Step-based (R multiples) / candle high-low.

  • Maximum trades per day.

Con risposta

1
Sviluppatore 1
Valutazioni
(39)
Progetti
57
18%
Arbitraggio
6
33% / 17%
In ritardo
1
2%
Gratuito
Pubblicati: 2 codici
2
Sviluppatore 2
Valutazioni
(60)
Progetti
87
29%
Arbitraggio
24
13% / 58%
In ritardo
7
8%
In elaborazione
3
Sviluppatore 3
Valutazioni
(43)
Progetti
62
23%
Arbitraggio
8
25% / 25%
In ritardo
10
16%
Caricato
4
Sviluppatore 4
Valutazioni
(304)
Progetti
310
69%
Arbitraggio
2
100% / 0%
In ritardo
0
Gratuito
Pubblicati: 1 codice
5
Sviluppatore 5
Valutazioni
(51)
Progetti
69
35%
Arbitraggio
4
25% / 75%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(2)
Progetti
0
0%
Arbitraggio
5
0% / 60%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(28)
Progetti
39
23%
Arbitraggio
14
0% / 93%
In ritardo
4
10%
In elaborazione
8
Sviluppatore 8
Valutazioni
(17)
Progetti
25
0%
Arbitraggio
4
0% / 100%
In ritardo
5
20%
In elaborazione
9
Sviluppatore 9
Valutazioni
(5)
Progetti
4
25%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(308)
Progetti
553
35%
Arbitraggio
79
32% / 42%
In ritardo
200
36%
Caricato
11
Sviluppatore 11
Valutazioni
(2)
Progetti
3
0%
Arbitraggio
3
0% / 67%
In ritardo
0
In elaborazione
12
Sviluppatore 12
Valutazioni
(17)
Progetti
23
39%
Arbitraggio
6
33% / 50%
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(847)
Progetti
1449
72%
Arbitraggio
120
28% / 47%
In ritardo
355
24%
In elaborazione
Pubblicati: 3 articoli
14
Sviluppatore 14
Valutazioni
(7)
Progetti
6
33%
Arbitraggio
7
0% / 71%
In ritardo
0
Gratuito
15
Sviluppatore 15
Valutazioni
(75)
Progetti
80
6%
Arbitraggio
46
11% / 54%
In ritardo
7
9%
In elaborazione
16
Sviluppatore 16
Valutazioni
(574)
Progetti
945
47%
Arbitraggio
309
58% / 27%
In ritardo
125
13%
Gratuito
17
Sviluppatore 17
Valutazioni
(15)
Progetti
16
25%
Arbitraggio
1
0% / 0%
In ritardo
2
13%
In elaborazione
18
Sviluppatore 18
Valutazioni
(504)
Progetti
971
74%
Arbitraggio
27
19% / 67%
In ritardo
100
10%
Caricato
Pubblicati: 1 articolo, 6 codici
19
Sviluppatore 19
Valutazioni
(2309)
Progetti
2905
63%
Arbitraggio
122
44% / 25%
In ritardo
429
15%
In elaborazione
20
Sviluppatore 20
Valutazioni
(350)
Progetti
421
54%
Arbitraggio
20
55% / 15%
In ritardo
29
7%
In elaborazione
21
Sviluppatore 21
Valutazioni
(140)
Progetti
149
41%
Arbitraggio
3
33% / 33%
In ritardo
1
1%
In elaborazione
22
Sviluppatore 22
Valutazioni
(10)
Progetti
14
43%
Arbitraggio
0
In ritardo
3
21%
Gratuito
23
Sviluppatore 23
Valutazioni
(160)
Progetti
285
35%
Arbitraggio
18
22% / 61%
In ritardo
42
15%
Caricato
24
Sviluppatore 24
Valutazioni
(77)
Progetti
243
74%
Arbitraggio
7
100% / 0%
In ritardo
1
0%
Gratuito
Pubblicati: 1 articolo
Ordini simili
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
I am looking for a highly experienced Pine Script v5 developer to build a professional, non repaint price action indicator for TradingView. or a ready made one so i can purchase. This is a structured two phase project. The goal is to create a clean, intelligent price action tool that works for both fast intraday trading and swing trading. Only apply if you have strong Pine experience and understand liquidity
Hello, I’m looking for an experienced MQL4/MQL5 developer to work with me on an ongoing basis. My clients request services such as: Converting TradingView Pine Script indicators/strategies into MT4 or MT5 Expert Advisors Converting MT4 EAs to MT5 (and MT5 to MT4) Compiling and fixing existing MQL4 / MQL5 EA code Adding simple features like alerts, SL/TP, lot size, and basic money management This job is for

Informazioni sul progetto

Budget
30+ USD
Scadenze
a 3 giorno(i)