I need a high skilled developer for my EA project.

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 4 días
Comentario del Ejecutor
Nice work and good customer, thank you.
Comentario del Cliente
He is a very good developer. I appreciate for his efforts very much. He is smart, fast, talented and very professional developer. Do not look for any other developer if he accepts to work with you.

Tarea técnica

Hi,


I want you to add a special stop function to my existing EA. It is working but I need to add the below stated special stop loss function to make it better.


Existing EA opens orders, hedging orders, closes normal orders with profit and closes all of the loosing and winning orders(including hedging orders if the sum of total orders for a currency pair is positive) now.


There will be normal opened orders(Existing EA does this) If this order looses it opens hedging order(Existing order does this too.) If hedging order looses, it opens another hedging order too (Existing order does this too). This continues until the lot size limitation. For example for 1 buy order, EA can open 5 hedging sell orders and 4 hedging buy orders(For other loosing hedging orders) or more. These 10 orders should be treated as a one checking point. For another 1 buy order, EA can open 1 sell order and 2 buy orders too. These 4 orders should be treated as another checking point too. If EA opened a normal order for example no.82, the hedging order description numbers should be 82.1, 82.2, 82.3 etc. if stop loss of 82.1 (Hedging order) happens, then EA should check all sum the orders descriptions starting with the no. 82 and if the total of 82+82.1+82.2+82.3+...= greater than  defined profit number, EA should close all of the orders. At a one point the total of the orders will reach to the defined profit amount because all of the hedging orders are to be with lot size increment.


On below defined special stop loss function, EA should check if the sum of the closing orders is profitable or not.  The rule is to be that the sum of the closing orders should be profitable. 


Let me explain this special stop loss function with 2 examples:


STOP LOSS:5 PİPS (THROUGH THE OPPOSITE DIRECTION MOVEMENT)

HEDGING ORDER OPENING CONDITION:3 PIPS (THROUGH THE OPPOSITE DIRECTION MOVEMENT) (EA opens hedging orders and normal orders but it is not using below stated special stop loss function now)

Hedging lot size increment:0.5 pips (EA does this)

Normal order lot size increment: 0.1 pips (EA does this)


Example-1


1.00100 OPEN SELL ORDER(1)                      (sstop loss: 1.00150)  (Hedging buy order: 1.00130)

1.00130 OPEN BUY HEDGING ORDER(1.1)        (sstop loss: 1.00080)  (Hedging sell order: 1.00100)

1.00150 CLOSE SELL ORDER(1)+ CLOSE HEDGING BUY ORDER(1.1) if buy order(1.1)+sell order(1) sum is greater than predefined profit, Else wait

1.00159 CLOSE SELL ORDER(1)+ CLOSE HEDGING BUY ORDER(1.1) if the sum of these orders reach to predefined profit or more, EA should close the orders, else it should wait.


Predefined profit should be defined from input menu as percentage of the balance. For example if it is 0.01% of a 10.000 USD balance, then the EA should look at to a 1 USD profit.  



Example-2


1.00100 OPEN SELL ORDER(1)                      (sstop loss: 1.00150)  (Hedging buy order: 1.00130)

1.00130 OPEN BUY HEDGING ORDER(1.1)        (sstop loss: 1.00080)  (Hedging sell order: 1.00100)

1.00100 OPEN SELL HEDGING ORDER(1.2)        (sstop loss: 1.00150)  (Hedging buy order: 1.00130)

1.00090 OPEN SELL NORMAL ORDER(2)         (sstop loss: 1.00140)  (Hedging buy order: 1.00120)(This order is not belong to other orders)

1.00080 CLOSE BUY HEDGING ORDER(1.1)+ CLOSE SELL ORDER(1)+CLOSE HEDGING SELL ORDER(1.2)= greater than predefined profit, it should close the orders, else it should wait. (For example it is not a positive value and waits)

1.00100 EA (WILL NOT OPEN ANOTHER HEDGING ORDER)

1.00120 OPEN BUY HEDGING ORDER(2.1)        (sstop loss: 1.00070)  (Hedging sell order: 1.00090)

1.00130  OPEN BUY HEDGING ORDER(1.3)        (sstop loss: 1.00080)  (Hedging sell order: 1.00100)

1.00150 CLOSE BUY HEDGING ORDER(1.2)+ CLOSE SELL ORDER(1)+CLOSE HEDGING SELL ORDER(1.1)+CLOSE BUY HEDGING ORDER(1.3)= greater than predefined profit it should close the orders, else it should wait. (Normal Sell Order(2) and hedge order(2.1) will not be closed at this stage.)


If you're interested in with my project I may send you my EA. But I may only want to work with a developer who is not busy right now (I may wait for a few days if you'll be available soon) and full time good experienced, smart and fast developer.

Han respondido

1
Desarrollador 1
Evaluación
(42)
Proyectos
70
43%
Arbitraje
6
33% / 50%
Caducado
19
27%
Libre
2
Desarrollador 2
Evaluación
(13)
Proyectos
20
30%
Arbitraje
5
20% / 80%
Caducado
5
25%
Libre
3
Desarrollador 3
Evaluación
(5)
Proyectos
6
33%
Arbitraje
2
0% / 50%
Caducado
2
33%
Libre
Ha publicado: 6 ejemplos
Solicitudes similares
Hello, im offering my Flip EA as a service. Real numbers. Live account. No BS. Verified Stats (live MT5): • Growth: +78–81% in days • Max Drawdown: 3.05% only • Best trade: +6,872% profit on single position Runs fully automated on XAUUSD 24/5. Small account friendly – built for fast, aggressive flipping with tight risk control. Tell me your capital, I’ll tell you what’s realistic
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop
martingale base on each position close. eg: open a position with TP set at $100 and trail SL . if this position hit trail SL i lose $50 then the next position will open target at $150 profit. entry price base on from lower and up by XXX% then can open position i want to choose only buy or sell position. example this chart i only want buy position
I have a specific channel need to copy and modify signal from that channel. It will buy and sell from signal and modify based on signal. I’ll add few more functions in the ea
[Automatic Level Detection Group] - Enable Auto Detection: Yes/No - Number of Levels Required: (Number) 3-5 - Lookback Bars: (Number) 100-200 - Minimum Touches for Strong Level: (Number) 2 - Use Zig Zag Algorithm: Yes/No - Use Level Clustering: Yes/No - Max Cluster Distance (points): (Number) [Display and Drawing Group] - Resistance Line Color: (Color) - Support Line Color: (Color) - Show Info Labels: Yes/No - Lines
Hello, I am searching a good programmed to convert EA from mql5 into pinescript and DX TRADE made automatisation. Source of code required. Budget is negotiable. Thanks for attention and have a nice day
Profitable EA for sell 200 - 1000 USD
I am having 2 very proven and profitable EA which will give you profit and at the end of week you are always in profit. 1 This bot is safe bot and it generates handsome amount of profit with very less drawdown and high accuracy of 75-85%. 2. This bot is very aggressive and will suggest to go with only when you are having big capital and wanted to take more risk. It can make your account multiple fold
Looking for a Marketing Partner for my EAs! I am a developer looking for an experienced partner to help promote and market my Expert Advisors (MT4/MT5). How it works: > * I handle the coding, updates, and technical support. You handle the marketing, outreach, and bringing in traders. Compensation: We work on a Revenue Share / Profit Split basis. If you have an audience of traders or know how to market forex tools
Money wizard 30 - 200 USD
I Malwande Linda require a trading bot that would for me because I don't usually get ft time to seat and analyze the chat. I want a robot that would analyze the market and take trades for me. I want a robot that will make money weekly because I'm a student so Fridays are not busy days for me I want a robot that I can trust. I also would appreciate some indicators on my live account so that even when I'm not using a
EA based on CSV 50+ USD
Hello Developers, I need some consultation to help narrow down an idea and develop an EA. I have a csv file that stores data like this: Date portfolio portfolio_value 18/11/2025 ['EURNZD', 'EURCAD', 'EURJPY', 'EURCHF', 'AUDNZD', 'AUDCAD', 'AUDJPY', 'AUDCHF', 'USDNZD', 'USDCAD', 'USDJPY', 'USDCHF', 'GBPNZD', 'GBPCAD', 'GBPJPY', 'GBPCHF'] 1.7970698812202368 19/11/2025 ['CHFAUD', 'CHFNZD', 'CHFGBP', 'CHFJPY', 'EURAUD'

Información sobre el proyecto

Presupuesto
10 - 30 USD
Plazo límite de ejecución
de 2 a 3 día(s)