An Expert Advisor is needed based on the London Breakout Strategy

MQL5 专家

指定


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)



反馈

1
开发者 1
等级
(206)
项目
332
35%
仲裁
64
13% / 56%
逾期
87
26%
工作中
2
开发者 2
等级
(10)
项目
12
17%
仲裁
2
0% / 0%
逾期
1
8%
已载入
3
开发者 3
等级
(14)
项目
15
0%
仲裁
1
0% / 0%
逾期
0
已载入
4
开发者 4
等级
(306)
项目
473
18%
仲裁
29
48% / 24%
逾期
30
6%
已载入
5
开发者 5
等级
(51)
项目
73
21%
仲裁
12
17% / 25%
逾期
6
8%
已载入
6
开发者 6
等级
(66)
项目
73
5%
仲裁
33
15% / 36%
逾期
6
8%
工作中
7
开发者 7
等级
(41)
项目
43
9%
仲裁
2
50% / 50%
逾期
2
5%
工作中
8
开发者 8
等级
(9)
项目
18
39%
仲裁
1
0% / 100%
逾期
3
17%
工作中
9
开发者 9
等级
(97)
项目
141
17%
仲裁
4
50% / 25%
逾期
13
9%
工作中
10
开发者 10
等级
(463)
项目
909
76%
仲裁
25
16% / 68%
逾期
99
11%
工作中
发布者: 1 文章, 6 代码
11
开发者 11
等级
(11)
项目
16
31%
仲裁
3
67% / 0%
逾期
0
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(10)
项目
10
10%
仲裁
1
0% / 0%
逾期
2
20%
已载入
14
开发者 14
等级
(16)
项目
20
0%
仲裁
9
0% / 78%
逾期
6
30%
空闲
15
开发者 15
等级
(20)
项目
26
38%
仲裁
2
50% / 50%
逾期
2
8%
工作中
16
开发者 16
等级
(369)
项目
475
24%
仲裁
51
61% / 20%
逾期
55
12%
已载入
17
开发者 17
等级
项目
1
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
(12)
项目
12
17%
仲裁
1
0% / 0%
逾期
1
8%
工作中
19
开发者 19
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
20
开发者 20
等级
(7)
项目
12
17%
仲裁
6
33% / 0%
逾期
3
25%
空闲
发布者: 1 文章
相似订单
Требуются ребята с опытом, которые могут на удаленной основе выполнить задачу доработки довольно несложного алгоритма для 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
Pocket option bot 50 - 100 USD
I want a developer that can build a pocket option bot, You can only send application if you are experienced pocket option bot developer The bot should be develop base on my details that I will provided to the person that send application Best Regard
🔹 Job Offer: MQL5 Developer Needed for Prop Firm Challenge MT5 EA (US30 / GER40) I am looking for an experienced MQL5 programmer to build a high-performance trading bot for MT5, designed to pass prop firm challenges with selected providers. The EA should be focused on index trading , specifically US30 (Dow Jones) and GER40 (DAX) . Requirements: Proven expertise in MQL5 and algorithmic trading Development of a fast

项目信息

预算
30 - 100 USD
截止日期
 10 天

客户

所下订单1
仲裁计数0