I want to create EA based on simple candle pattern

Specification

I want to create EA based on simple candle pattern

I will mention an example of the pattern in which a buy trade is opened,

when two Berish candles are closed

(their shape does not matter, it just should be two Berish candles in a row)

, and then after these two candles a one bullish candle closes above The highest bodies and tails of the previous two Perish candles that meets the entry candle conditions (The candle conditions will be mentioned below)

The EA enters a buy trade, and places the SL is below lowest tail of these three candles by 3 points or more (this distance must be changeable from the inputs) and targets the same target, which must also be changeable from the inputs.

This expert does not specify the target and stop loss with points NO ,(((( he identifies it with RR))) just like that1/1 or 1/2 or 1/3 or 1/4 or 1/5, and the trade ends with TP or SL

only , and it is necessary that there be a partial closing should be in the inputs, as follows: When the trade arrives To a target of 1/1RR, the expert closes 75% of the trade and continues with the rest to TP or SL, 
or close 50% or 25%(Depending on the selected input settings)

and sell positions Of course, the opposite is true 

 Entry candle conditions: As I mentioned above,

1- it should close above the bodies and tails of the previous two candles,

2- and there must also be a close in the upper part of the Fibo. Fibo settings are in the attached image.

Of course the Fibo is used to measure the entry candle by drawing it from the bottom to the top in the case of buying

and from the top to the bottom in the case of selling.

It is only used on the entry candle and the previous two candles are not taken into account.

If a new entry condition is met and there is an effective trade, he take it maximum trade effective together is (three positions)  The settings must include

time filter

and a percentage of the account size to enter each trade,

and entry with fixed lot size.

Of course, at a time when the time filter is in a resting time, the EA handles open trades normally, but He does not take a new position even if the conditions are met

and he must be able to Dealing with slippages  He must be able to work on at least three pairs                                _________ inputs _______

Magic number......

Partial close at 1/1RR...... fix%

Fixed lot ..... True or false 
Fixed lot...... 0.01

Percentage..... True or false 
Percentage.... 00.00
Trailing SL ......... True or false 

Trailing SL after point....... fix 

Break even SL........ True or false 

Break even SL after .......fix

Jump SL ...... true or false 
Jump SL distance evry (points)......... fix 
(((Jump SL means that the SL moves according to the specified distance. For example, if we put the number 30 points, when the price moves in the direction of the target by 30 points, the SL moves 30 points forward and stabilizes its place and does not move with the price movement except when the price also moves another 30 points forward, then it rises.  And  jump 30 points forward and so on and so on...)))

SL distance in points..... Fix

Maximum size for entry candle in point....... fix 

Minimum size for entry candle  in points ..... fix 

Time filter...... True or false 
Start time..... 00:00
And time...... 00:00

Comment.........

Maximum positions...... fix                            Max slippage allowed....... fix                     Max spread allowed......... fix 

Responded

1
Developer 1
Rating
(434)
Projects
638
53%
Arbitration
32
59% / 22%
Overdue
6
1%
Working
2
Developer 2
Rating
(43)
Projects
66
12%
Arbitration
12
58% / 42%
Overdue
1
2%
Free
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
We are seeking talented Graphic Designers capable of transforming concepts into visually striking representations. Whether your expertise lies in branding, marketing materials, or digital graphics, we welcome your application. Our criteria include: - Creativity and originality - Effective communication skills - Prompt delivery of work - A comprehensive and professional portfolio We invite you to submit your portfolio
┌─────────────┐ │ SMC ROBOT │ │ v2.0 │ └─────────────┘ [ANTENNA] │ ╔════════╧════════╗ ║ HEAD UNIT ║ ║ ┌───────────┐ ║ ║ │ ◉ ◉ │ ║ ← Optical Sensors ║ └───────────┘ ║ ╚════════╤════════╝ │ ╔════════╧════════╗ ║ TORSO ║ ║ ┌───────────┐ ║ ║ │ SMC CORE │ ║ ← Processing Unit ║ │ ARM V9 │ ║ ║ └───────────┘ ║ ║ [||||||||||] ║ ← Power Indicator ╚═══╤═══════╤════╝ │ │ ┌───┘ └───┐
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
SETJEO'S GOLD EA 30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
I have build a trading view indicator which monitors trades. The strategy is based on OB, it buys and sells bullish and bearish OB. Also valid re enters on the retest of orderblocks only if TP is hit the first time. I’m looking for someone to develop me a EA which works on the same logic and buys and sells of the same logic as my Indicator. I currently have my indicator firing signals into a telegram channel so I
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or

Project information

Budget
50 - 89 USD
Deadline
from 2 to 5 day(s)