I need a Forex Robot/ EA based on two candle sticks ( Engulfing candle signal)

MQL5 Experts

Job finished

Execution time 8 hours
Feedback from customer
Great customer care, extremely humble and yet very experienced who delivers the project on time. Looking forward to working with you again!

Specification

The robot should be able to open buy/sell automatically when all parameter/conditions are met e.g


Bearish Engulfing:

1.       Minimum points between the high of the bull candle and the high of the engulfing bear candle=? Points

2.        Minimum points between the low of the bull candle and the close of the bearish engulfing

=? Points

3.       Maximum points between the low of the bull candle and the close of the bearish engulfing

=? Points

4.        Minimum body size of the engulfed candle [previous bar before signal] =? Points

Bullish Engulfing:

1. Minimum points between the low of the bear candle and the low of the engulfing bull candle=?points

2. Minimum points between the high of the bear candle and the close of the bullish engulfing=?points

3. Maximum points between the high of the bear candle and the close of the bullish engulfing

=? Points

3. Minimum body size of the engulfed candle [previous bar before signal] =? Points


Spreads filter

>Provide for maximum spreads that the robot doesn’t open trades if beyond.

Timefilter

>Provide for the option of choosing the time I want the robot to start or stop trading [For example, on some pairs I may want it to work from 1:30am or 2:30am [modified in case of daylight shifts and mid9t is at 1am…The end time being to 21:30pm

-The robot should hence be able to close any open positions at the deadline

News filter

>If possible provide for news filter for all current hottest news/economic events [NFP, CPI, Interest rates, Unemployment rates, Flash manufacturing PMI, speeches, testimonies etc.]

>The robot should stop trading 30mins before selected news events and should only resume trading 15mins after news.[If it’s not possible do this manually after all USD news are during day]

Position Sizing 

>The robot should perform automatic position sizing in relation to the account balance

>Hence provide for account balance and option of deciding my own risk per trade in percentages. 

Entry

The robot should automatically execute a trade instantly at market price on close of the signal in case all the above parameters are in check.

The robot must be able to close the open trade in case it gets a new conflicting signal in opposite direction e.g. assuming on EURNZD, the robot has a floating ‘sell’ trade and it gets a buy signal, it must automatically close the sell trade as soon as it opens buy. The only exception is if the new signal is also sell or in the same direction.

Stop Loss (SL)

Provide max SL in points above the high/low of the signal..E.g If I put 0 points it means the SL flashes with the high/low and if for example I put 20 points, the SL will be 20 points (2 pips) beyond the high or low of the signal.

Take Profit (TP)

The robot should take TP at specified parameter  from entry in relation to SL e.g 1:1R or 1:1.5R or 1:2R etc

Also provide for exit trade after how many bars close e.g. trade to be exited in case 10 bars close but SL or TP hasn’t been hit.


CONCLUSION

I will provide more details in Images and a video guide for all this.











Responded

1
Developer 1
Rating
(28)
Projects
36
31%
Arbitration
3
33% / 0%
Overdue
7
19%
Loaded
2
Developer 2
Rating
(156)
Projects
194
58%
Arbitration
10
80% / 0%
Overdue
0
Working
Published: 1 code
3
Developer 3
Rating
(21)
Projects
28
36%
Arbitration
7
14% / 71%
Overdue
2
7%
Free
4
Developer 4
Rating
(77)
Projects
243
74%
Arbitration
7
100% / 0%
Overdue
1
0%
Free
Published: 1 article
5
Developer 5
Rating
(328)
Projects
510
19%
Arbitration
33
45% / 30%
Overdue
34
7%
Loaded
6
Developer 6
Rating
(60)
Projects
87
29%
Arbitration
24
13% / 58%
Overdue
7
8%
Working
7
Developer 7
Rating
(450)
Projects
477
69%
Arbitration
6
67% / 0%
Overdue
2
0%
Free
8
Developer 8
Rating
(296)
Projects
475
40%
Arbitration
105
40% / 24%
Overdue
80
17%
Busy
Published: 2 codes
9
Developer 9
Rating
(7)
Projects
6
0%
Arbitration
5
0% / 100%
Overdue
1
17%
Free
10
Developer 10
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
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 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
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
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
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

Project information

Budget
30 - 40 USD