Simple box-range support/breakout strategy

MQL5 专家 外汇

工作已完成

执行时间3 天
客户反馈
Active communication and working well EA
员工反馈
Good employer! Thank you :)

指定

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.


反馈

1
开发者 1
等级
(18)
项目
22
9%
仲裁
6
33% / 50%
逾期
1
5%
已载入
1
开发者 1
等级
(328)
项目
510
19%
仲裁
33
45% / 30%
逾期
34
7%
已载入
2
开发者 2
等级
(104)
项目
169
24%
仲裁
23
9% / 78%
逾期
16
9%
工作中
2
开发者 2
等级
(457)
项目
795
49%
仲裁
71
17% / 54%
逾期
139
17%
空闲
3
开发者 3
等级
(215)
项目
367
32%
仲裁
34
41% / 29%
逾期
108
29%
工作中
发布者: 1 代码
3
开发者 3
等级
(307)
项目
312
70%
仲裁
2
100% / 0%
逾期
0
空闲
发布者: 1 代码
4
开发者 4
等级
(432)
项目
632
53%
仲裁
32
53% / 22%
逾期
6
1%
已载入
4
开发者 4
等级
(4)
项目
5
20%
仲裁
1
100% / 0%
逾期
0
空闲
5
开发者 5
等级
(39)
项目
57
18%
仲裁
6
33% / 17%
逾期
1
2%
空闲
发布者: 2 代码
5
开发者 5
等级
(4)
项目
8
0%
仲裁
3
33% / 67%
逾期
4
50%
空闲
6
开发者 6
等级
(60)
项目
87
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
6
开发者 6
等级
(144)
项目
186
41%
仲裁
24
58% / 21%
逾期
13
7%
空闲
7
开发者 7
等级
(2)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
8
开发者 8
等级
(1)
项目
2
0%
仲裁
1
0% / 100%
逾期
0
空闲
发布者: 2 代码
9
开发者 9
等级
(2)
项目
3
0%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(2317)
项目
2916
63%
仲裁
124
44% / 25%
逾期
429
15%
工作中
11
开发者 11
等级
(2653)
项目
3370
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
12
开发者 12
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(50)
项目
64
20%
仲裁
11
27% / 55%
逾期
5
8%
空闲
14
开发者 14
等级
(14)
项目
19
11%
仲裁
1
0% / 100%
逾期
5
26%
空闲
15
开发者 15
等级
(311)
项目
557
35%
仲裁
79
32% / 43%
逾期
202
36%
工作中
16
开发者 16
等级
(444)
项目
701
34%
仲裁
34
71% / 9%
逾期
22
3%
空闲
相似订单
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
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

项目信息

预算
50 - 100 USD