I need an EA that works with H1 support and resistance in EUR/USD.

指定

1. Support and Resistance Identification (H1):

The robot should automatically identify support and resistance levels based on the 1-hour chart (H1).

These levels will be used as a reference for entries and Stop Loss placement.

2. Operating Time Frame:

All trades must occur on the 5-minute chart (M5).

3. Entry Criteria:

Reversal Candlestick:
Identify a reversal candlestick (patterns such as hammer, shooting star, engulfing, etc.).
The candlestick must be close to or within the overbought (RSI ≥ 70) or oversold (RSI ≤ 30) regions.

Volume Confirmation:
The volume must confirm the movement (volume greater than the average of the last 5 candlesticks).

Moving Average:
The breakout of the 9.1-period moving average should be the final confirmation for entering the trade.
4. Stop Loss and Trailing Stop:

Stop Loss:
The Stop Loss should be placed above/below the support and resistance levels identified on H1.
Trailing Stop:
A Trailing Stop of 20 pips will be activated after the trade reaches a certain amount of profit.
5. Trading Hours:

The robot should only trade during the London/NY Session.
The start and end hours should be user-configurable.
6. News Filter:

The robot should not open new trades at times close to high or medium impact news events.
The news should be automatically filtered from a reliable provider (such as ForexFactory or similar).
Additional Notes
Settings such as trading hours, Stop Loss and Take Profit size, Trailing Stop level, and other parameters should be adjustable in the robot menu in MetaTrader 5.

Make sure to implement the criteria clearly to avoid multiple wrong entries.




反馈

1
开发者 1
等级
(83)
项目
142
51%
仲裁
8
13% / 75%
逾期
21
15%
工作中
2
开发者 2
等级
(23)
项目
26
8%
仲裁
0
逾期
5
19%
空闲
3
开发者 3
等级
(6)
项目
8
0%
仲裁
8
13% / 88%
逾期
0
空闲
相似订单
Já tenho um código MQL5 com uma base do funcionamento. Basicamente o EA traça um canal na virada do dia (penso que utilizar horário seria melhor em razão da diferença entre corretoras), com base em um número x de candles, calcula e posiciona ordens stop com base em % do capital. Caso uma ordem aberta venha a stopar, o EA deve realizar uma virada de mão com base no mesmo canal, contudo recalculando o lote para que
//+------------------------------------------------------------------+ //| EA Cruzamento de Médias MT5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //---- Inputs input int FastMAPeriod = 20; input int SlowMAPeriod = 50; input double LotSize = 0.01; input int StopLoss = 300; input int TakeProfit = 600; //----

项目信息

预算
30+ USD
截止日期
 90 天