I need a high skilled developer for my EA project.

MQL4 Experts

Job finished

Execution time 4 days
Feedback from employee
Nice work and good customer, thank you.
Feedback from customer
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.

Specification

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.

Responded

1
Developer 1
Rating
(42)
Projects
70
43%
Arbitration
6
33% / 50%
Overdue
19
27%
Free
2
Developer 2
Rating
(13)
Projects
20
30%
Arbitration
5
20% / 80%
Overdue
5
25%
Free
3
Developer 3
Rating
(5)
Projects
6
33%
Arbitration
2
0% / 50%
Overdue
2
33%
Free
Similar orders
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: Use the input function to be processed in the code so that it can be manually set (including on or off) with the following elements: [Stop loss] of 15 points [Trailing stop] of 10 points [Trailing step] of 1 point [Take profit] of 100 points [Lot size] [3 different time zones] during which the script trades [RSI 14] based on the
Conditions: If previous 1 minute candle close is higher than the current 1 minute candle opening then buy 1 lots of XAUUSD. If previous 1 minute candle close is lower than the current 1 minute candle opening then sell 1 lots of XAUUSD. If previous 1 minute candle close is higher than the current 1 minute candle opening by at least 10 USD then sell 1 lots of XAUUSD. If previous 1 minute candle high is higher than the
I have multiple mt4 / Mt5 accounts on several VPS. My initial thought is using Google Sheets or Excel and have the data pushed VIA an EA (1 instance installed on each MT4 / Mt5 account and pushed to the same Sheet) using api. One sheet would display the general data and the subsequent sheets would display more detailed data for every account loaded up. I’d probably be working with a programmer who can provide a
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
Bom dia, O filtro de notícias do meu EA deixou de funcionar. Algum especialista para trabalhar no filtro de notícias? A ideia é apenas eliminar ordens pendentes ou abertas alguns minutos antes da divulgação de notícias e voltar a abrir alguns minutos depois da divulgação das notícias. Obrigado e cumprimentos, Nelson Dias
Trend follower 30 - 70 USD
Hey design for me an EA by the name of the trend follower on MT5 The EA will work on all timeframe, detect signals, trade and send them on telegram. The EA will have to detect the general trend first, then detect the signal that will follow the trend. After trend detection, EA will generate signals will be detected will be generated and send on telegram as trading zone. 1 Trend detection EA has to detect general
I need an Expert Advisor that can read trade signals from a Telegram Channel and then execute those trades. My telegram bot has admin access to the Telegram Channel The EA needs the following functionality: Position Size: Auto: + Have fixed lot size set in settings. + Have lot size by % of account (set in settings) Manual: + From lot size set in trade signals message. + From lot size by % of account from trade
Before you apply please read my terms This Job has been handle by two different coder and i have a copy of the code they provided right now on my vps The Job was cancel because it doesn't work as specify As a result of this i will require you provide a code that open and close before we lock the entire fund Let assume your fees is $40 or $60 or etc i will first upload requirement with $30 for you to start coding you
Hedging strategy with Moving Average along with other parameters and Conditions Expert Adviser (EA) – MQL 5 Main Parameters – Moving Average trend order, Hedging opposite order, Average and double average loss order, Stop Loss Strategy, No. of Open Buy and Sell Orders and another important 2 things are .. Exit Strategy & Pip gap between order Please note this EA .. it is a combination of new orders along with
Good day, I´m looking for an EA to execute outputs/signals from an Indicator. The options/settings should be like : open trades for TP1 / TP2 / TP3 ( incl SL ) TrailingStop by reaching certain TP´s option for closing trades by opposite signal (true/false) Money management: Fixed lot Risk by % Autlot and maybe some other ideas from your side to make it easier and more safe

Project information

Budget
10 - 30 USD
For the developer
9 - 27 USD
Deadline
from 2 to 3 day(s)