Simple box-range support/breakout strategy

MQL5 Esperti Forex

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback del cliente
Active communication and working well EA
Feedback del dipendente
Good employer! Thank you :)

Specifiche

The basic concept is a box-range support/breakout strategy.

The time frame : 1 H

FX Pair : GBPUSD

The box range will be defined starting from the time the forex market opens until roughly one hour before or after the London open.

The high and low of that range will form the day’s box.

The first parameters I want to control are:

  • The option to decide whether to buy or sell when price breaks above the daily high.
  • The option to decide whether to sell or buy when price breaks below the daily low.
  • If first one is "buy to high", second one is "sell to low". (vice versa)

For candle references, I want to be able to input a specific starting time and the number of past candles used to define the box.
For example, if I input “5” for time and “3” for the number of candles, the box should be based on the high and low of the 2, 3, and 4 o’clock candles.

Orders should be placed as pending orders.
When one of the two pending orders (high or low breakout) is triggered, the other should be automatically cancelled.
If neither is triggered before the end of the day, both pending orders should be cancelled.

Take-profit and stop-loss (in pips) should be adjustable by numeric input.

Lot size should be either fixed or set dynamically based on account balance (e.g. 0.01 lot per 200 units of balance, where I can define the “200” value).

This is my first time making a request like this, so please feel free to ask questions or clarify anything you need.


Con risposta

1
Sviluppatore 1
Valutazioni
(18)
Progetti
22
9%
Arbitraggio
6
33% / 50%
In ritardo
1
5%
Caricato
1
Sviluppatore 1
Valutazioni
(328)
Progetti
510
19%
Arbitraggio
33
45% / 30%
In ritardo
34
7%
Caricato
2
Sviluppatore 2
Valutazioni
(104)
Progetti
169
24%
Arbitraggio
23
9% / 78%
In ritardo
16
9%
In elaborazione
2
Sviluppatore 2
Valutazioni
(457)
Progetti
795
49%
Arbitraggio
71
17% / 54%
In ritardo
139
17%
Gratuito
3
Sviluppatore 3
Valutazioni
(215)
Progetti
367
32%
Arbitraggio
34
41% / 29%
In ritardo
108
29%
In elaborazione
Pubblicati: 1 codice
3
Sviluppatore 3
Valutazioni
(307)
Progetti
312
70%
Arbitraggio
2
100% / 0%
In ritardo
0
Gratuito
Pubblicati: 1 codice
4
Sviluppatore 4
Valutazioni
(432)
Progetti
632
53%
Arbitraggio
32
53% / 22%
In ritardo
6
1%
Caricato
4
Sviluppatore 4
Valutazioni
(4)
Progetti
5
20%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(39)
Progetti
57
18%
Arbitraggio
6
33% / 17%
In ritardo
1
2%
Gratuito
Pubblicati: 2 codici
5
Sviluppatore 5
Valutazioni
(4)
Progetti
8
0%
Arbitraggio
3
33% / 67%
In ritardo
4
50%
Gratuito
6
Sviluppatore 6
Valutazioni
(60)
Progetti
87
29%
Arbitraggio
24
13% / 58%
In ritardo
7
8%
In elaborazione
6
Sviluppatore 6
Valutazioni
(144)
Progetti
186
41%
Arbitraggio
24
58% / 21%
In ritardo
13
7%
Gratuito
7
Sviluppatore 7
Valutazioni
(2)
Progetti
1
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
Pubblicati: 2 codici
9
Sviluppatore 9
Valutazioni
(2)
Progetti
3
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(2317)
Progetti
2916
63%
Arbitraggio
124
44% / 25%
In ritardo
429
15%
In elaborazione
11
Sviluppatore 11
Valutazioni
(2653)
Progetti
3370
68%
Arbitraggio
77
48% / 14%
In ritardo
342
10%
Gratuito
Pubblicati: 1 codice
12
Sviluppatore 12
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(50)
Progetti
64
20%
Arbitraggio
11
27% / 55%
In ritardo
5
8%
Gratuito
14
Sviluppatore 14
Valutazioni
(14)
Progetti
19
11%
Arbitraggio
1
0% / 100%
In ritardo
5
26%
Gratuito
15
Sviluppatore 15
Valutazioni
(311)
Progetti
557
35%
Arbitraggio
79
32% / 43%
In ritardo
202
36%
In elaborazione
16
Sviluppatore 16
Valutazioni
(444)
Progetti
701
34%
Arbitraggio
34
71% / 9%
In ritardo
22
3%
Gratuito
Ordini simili
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or

Informazioni sul progetto

Budget
50 - 100 USD