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
(435)
Projects
642
53%
Arbitration
35
63% / 20%
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
Gold hunter v5 30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured

Project information

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