An Expert Advisor is needed based on the London Breakout Strategy

MQL5 Experten

Spezifikation


This robot will trade on two different pairs, with the same settings. However, there must be mechanism for me to modify the conditions for each pair.


    1. Risk Per Trade : 1 or 0.5 % (customizable)

    2. Max Loss Limits: 8 % (customizable)

    3. Leverage: 1:100 (customizable)

    4. Daily Loss Caps: 2 % (customizable)

    5. Max Open Trades: 2 (customizable)

    6. Time Frame: 5 Minute

    7. Pair: EUR/USD + GBP/USD

    8. Mandatory Close: 30 Minute before New York open (Time range be customizable)

    9. Platform: MT5

    10. Organized Code: Split logic (signals, risk, orders) into blocks.

    11. Handle Errors: Plan for internet drops, broker errors, timeouts.

    12. Speed: Code efficiently.

    13. Clear Code: Comment and structure for easy fixes later.

    14. Track Trades: Correctly open/close/modify orders.


Strategy Rules

Step 1: Identify Tokyo range (Range time should be customizable) (Range should be visible in chart)


Tokyo _HIGH = Highest price of this period

Tokyo _LOW = Lowest price of this period


Requirement: Range must be 25-40 pips ( PIP Range should be customizable)


Step 2: London Breakout Trigger

Entry Condition:

if price > Tokyo _HIGH + 5 pip: enter_long

if price < Tokyo_LOW - 5 pip: enter_short


(This 5 PIP Breakout trigger should be customizable)


Confirmation Filters:

- Volume ≥ 2x Tokyo session average (Volume should be customizable)

- 5-min candle closes beyond range (implement ON/OFF Button)

- No major news in next 30 Minute or 1 hours (News time should be customizable)


Exit Rules 1:

ATR based Stop Loss

ATR based trailing stop

(ATR range should be customizable)

(Implement ON/OFF Button)


Exit Rules 2:

ATR based Stop Loss

Partial Close: 50% at 10 PIP (PIP should be customizable)

Trail Remainder: ATR Based trailing stop

(Implement ON/OFF Button)


- Mandatory Close: 30 Minute before New York session open (Time range be customizable)



Bewerbungen

1
Entwickler 1
Bewertung
(206)
Projekte
332
35%
Schlichtung
64
13% / 56%
Frist nicht eingehalten
87
26%
Arbeitet
2
Entwickler 2
Bewertung
(10)
Projekte
12
17%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
1
8%
Beschäftigt
3
Entwickler 3
Bewertung
(14)
Projekte
15
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Beschäftigt
4
Entwickler 4
Bewertung
(307)
Projekte
474
18%
Schlichtung
29
48% / 24%
Frist nicht eingehalten
30
6%
Beschäftigt
5
Entwickler 5
Bewertung
(51)
Projekte
73
21%
Schlichtung
12
17% / 25%
Frist nicht eingehalten
6
8%
Beschäftigt
6
Entwickler 6
Bewertung
(66)
Projekte
73
5%
Schlichtung
33
15% / 36%
Frist nicht eingehalten
6
8%
Arbeitet
7
Entwickler 7
Bewertung
(41)
Projekte
43
9%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
2
5%
Arbeitet
8
Entwickler 8
Bewertung
(9)
Projekte
18
39%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
3
17%
Arbeitet
9
Entwickler 9
Bewertung
(97)
Projekte
141
17%
Schlichtung
4
50% / 25%
Frist nicht eingehalten
13
9%
Arbeitet
10
Entwickler 10
Bewertung
(463)
Projekte
909
76%
Schlichtung
25
16% / 68%
Frist nicht eingehalten
99
11%
Arbeitet
Veröffentlicht: 1 Artikel, 6 Beispiele
11
Entwickler 11
Bewertung
(11)
Projekte
16
31%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
13
Entwickler 13
Bewertung
(10)
Projekte
10
10%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
2
20%
Beschäftigt
14
Entwickler 14
Bewertung
(16)
Projekte
20
0%
Schlichtung
9
0% / 78%
Frist nicht eingehalten
6
30%
Frei
15
Entwickler 15
Bewertung
(20)
Projekte
26
38%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
2
8%
Arbeitet
16
Entwickler 16
Bewertung
(369)
Projekte
475
24%
Schlichtung
51
61% / 20%
Frist nicht eingehalten
55
12%
Beschäftigt
17
Entwickler 17
Bewertung
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
18
Entwickler 18
Bewertung
(12)
Projekte
12
17%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
8%
Arbeitet
19
Entwickler 19
Bewertung
Projekte
0
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
20
Entwickler 20
Bewertung
(7)
Projekte
12
17%
Schlichtung
6
33% / 0%
Frist nicht eingehalten
3
25%
Frei
Veröffentlicht: 1 Artikel
21
Entwickler 21
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
22
Entwickler 22
Bewertung
(77)
Projekte
232
73%
Schlichtung
6
100% / 0%
Frist nicht eingehalten
1
0%
Frei
23
Entwickler 23
Bewertung
(156)
Projekte
280
35%
Schlichtung
14
29% / 50%
Frist nicht eingehalten
42
15%
Frei
24
Entwickler 24
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Want to create a simple EA for a breakout strategy for XAUUSD on MT5. Every day cancel all pending orders and set buy/sell pending order at the previous day high/low (skip buy order if price opens above previous day high and skip sell order if price opens below previous day low). After London session close, set buy/sell pending order at London session high/low (skip buy order if price is above London session high and
Техзадание во вложении. Советник не выставляет ордера. Задача советника состоит в том, что бы закрыть все ордера при достижении установленного Equity и отжать иконку "AutoTrading" (запретить авто-торговлю) или если поведение рынка не соответствует стратегии принудительно ( вручную) закрыть все ордера и завершить торговлю
Требуются ребята с опытом, которые могут на удаленной основе выполнить задачу доработки довольно несложного алгоритма для MQL4 с примерами. Присылайте образцы работ, дел на 1 день примерно, жду откликов и предложений)
Требуются ребята с опытом, которые могут на удаленной основе выполнить задачу доработки довольно несложного алгоритма для MQL4 с примерами. Присылайте образцы работ, дел на 2-3 часа, жду откликов и предложений)
Francis frank 30 - 300 USD
I need a Forex trading robot (Expert Advisor) for MT4/MT5 with the following features: Strategy: Buy when fast MA crosses above slow MA, Sell when fast MA crosses below slow MA. Adjustable inputs: Lot size, Stop Loss, Take Profit, Trailing Stop. Works on EUR/USD (but adjustable to other pairs). Should allow me to choose the timeframe (M15, H1, H4). Sends alert/notification when trade is opened or closed. Code should
Budowa EA na indeksy 30 - 100 USD
Witam chcę żeby ktoś stworzył dla mnie eksperta które będzie działał na indeksach wszystkich ekspert ma komunikować się z kalendarzem ekonomicznym ekspert ma zawierać dwie strategie pierwsza strategia działa na indeksie niemieckim druga strategia na indeksach amerykańskich chciałbym żeby w bocie była funkcja wyłączania poszczególnej strategii poddane indeks ale żeby było to wszystko w jednym wszystkie informacje
Hi I have a semi-automated open-source NinjaScript (C#) strategy running in Ninja Trader 8. Parameters are optimized daily in Strategy Analyzer. It works on tick charts. The work involves backtesting and optimizing the strategy. The strategy must be configured to work with the Rithmic Trader Pro/Ninja Trader 8 brokers, and any errors must be debugged. The strategy is used in the futures, MES, ES, MNQ, NQ, etc
FRESHBOT 30+ USD
I want an EA for Gold (XAU/USD) with trend prediction and trade execution. Timeframe: 1H and 4H Indicators: - 50 EMA & 200 EMA (trend) - RSI (above 50 = bullish, below 50 = bearish) - MACD (for momentum) Entry Rules: - Buy if: - 50 EMA > 200 EMA - RSI > 50 - MACD line > signal line - Sell if: - 50 EMA < 200 EMA - RSI < 50 - MACD line < signal line Trade Settings: - Stop Loss: 30 pips - Take
I need an EA that can consistently make profits with low drawdowns and no dangerous martingale or grid. Requirements: - EA needs to open trades with dynamic lotsizes based on account balance or some other measure. - Minimum 15-30% growth monthly. - Open to any and all strategies, including advanced stuff like AI/SVM/HMM/etc or moderate/light martingale mechanism - No lower than 5mins timeframe for trading. - EA can
🔹 1. Core features (must have) Multi-account connection: MT5, can run many different brokers with different suffixes Real-time order copy: When the master opens/cuts/edits the order → the follower matches exactly. Low latency (the closer to 0 seconds the better). Customize copy volume: Fixed lot (fixed volume). Proportional lot (by % of capital). Multiplier (multiplier). Copy by order type: Choose to copy Buy/Sell

Projektdetails

Budget
30 - 100 USD
Ausführungsfristen
bis 10 Tag(e)

Kunde

Veröffentlichte Aufträge1
Anzahl der Schlichtungen0