Modification to my existing trade copier

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 23 días
Comentario del Cliente
Good coder. Do work with patience.
Comentario del Ejecutor
Good Customer I like it

Tarea técnica

Hello coder,

I have a trade copier and need modification in it. I have attached trade copier and the way in which i need modification is discussed below.

This EA has two components.
1. Sender EA
2. Receiver EA

Way in which these EAs will work is mentioned below.

(1) SENDER EA

There should be option to specify which trades will be send to the receiver EA based on lot size. I will specify the lot size and trades opened with these
lot size should get send to receiver EA and all other trades should be neglected. For example, i specify in sender EA option, as 0.1,0.6,1,4
Now, any trades opened with these lot sizes should get send by sender EA to receiver EA and all other trades opened with lot size other than these should not
get send by sender EA. Suppose, some trades opened on sender EA a/c in a manner:-

1st trade with 7 lots
2nd trade with 4 lots
3rd trade with 0.6 lots
4th trade with 0.1 lot
5th trade with 8 lots
6th trade with 0.9 lots
7th trade with 1 lot
8th trade with 0.1 lot

Now, sender EA should send 2nd, 3rd, 4th, 7th and 8th trades (because these are opened with lot sizes specified in sender EA) and 1st, 5th and 6th trades
should not be send by sender EA to receiver EA.

Sender EA only send signal to open trades, not to close. Closure of trades will be handled by receiver EA.

                                                 Sender EA                                   Receiver EA

1st trade opened with 7 lots----------------------No-------------------------------------------NO-----------------
2nd trade opened with 4 lots----------------------Yes------------------------------------------Trade executed-----
3rd trade opened with 0.6 lots--------------------Yes------------------------------------------Trade executed-----
4th trade opened with 0.1 lot---------------------Yes------------------------------------------Trade executed-----
5th trade opened with 8 lots----------------------No-------------------------------------------No-----------------
6th trade opened with 0.9 lots--------------------No-------------------------------------------No-----------------
7th trade opened with 1 lot-----------------------Yes------------------------------------------Trade executed-----
8th trade opened with 0.1 lot---------------------Yes------------------------------------------Trade executed-----

 


(2) RECEIVER EA

Receiver EA should have four options in addition to present options:-
1. Lot size
2. TP
3. SL
4. Invert trades

When receiver EA receive a trade from sender EA then it should open that trade with pre-defined lot size, tp and sl. If a trade hits sl then it should get closed
and in case sl fails then the trade should get closed immediately.
Receiver EA should open trade with pre-defined sl but tp should remian in hidden mode. When this trade reach tp then the trade should not get closed rather it will
continue and receiver EA should open another trade at this point in the same direction with pre-defined lot size, tp and sl as it was in 1st trade. If 2nd trade
touches tp then receiver EA should open 3rd trade in the same direction with pre-defined lot size, tp and sl. If 3rd trade hits sl then it should get closed
and along with it 1st and 2nd trades should also get closed.

Receiver EA (lot size-10, TP-100, SL-60)

To understand it simple:-

- Receiver EA receive signal to open a buy position and execute 1st trade.
Trade no.    Action   Lot size    Open Price       TP                     SL
1            Buy      10          1000             0000 (Hidden TP-1100)  940


- 1st trade reaches its tp i.e. 1100. At this point, receiver EA will open 2nd trade in the same direction with pre-defined lot size, tp and sl. Here, 1st trade
will not get closed but it will continue. Receiver EA will also make changes to 1st trade sl.
Trade no.   Action   Lot size    Open Price      TP                      SL
2           Buy      10          1100            0000 (Hidden TP-1200)   1040
1 (update)  Buy      10          1000            0000 (Hidden TP-no use) 1040 


- 2nd trade reaches its tp i.e. 1200. Again EA open 3rd trade and also continue 1st and 2nd trades making changes to their sl.
Trade no.   Action    Lot size   Open price      TP                      SL
3           Buy       10         1200            0000 (Hidden TP-1300)   1140
2 (update)  Buy       10         1100            0000 (Hidden TP-no use) 1140
1 (update)  Buy       10         1000            0000 (Hidden TP-no use) 1140

Suppose 3rd trades hit sl i.e. 1140 then at this point all three trades will close simulataneously.

* If receiver EA receive 2 or more trade at a time or receive 2nd trade from sender EA when there are already trades opened on receiver EA, in that case receiver EA
should open this trade also and manage this trade series independently i.e. all trades series should be managed independently.  

** It should manage automatically for 4 and 5 digits quotes.  

Han respondido

1
Desarrollador 1
Evaluación
(647)
Proyectos
1295
67%
Arbitraje
84
26% / 49%
Caducado
338
26%
Libre
2
Desarrollador 2
Evaluación
(1235)
Proyectos
2820
80%
Arbitraje
156
22% / 43%
Caducado
488
17%
Libre
3
Desarrollador 3
Evaluación
(59)
Proyectos
182
55%
Arbitraje
31
45% / 16%
Caducado
103
57%
Libre
4
Desarrollador 4
Evaluación
Proyectos
2
0%
Arbitraje
0
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(71)
Proyectos
254
53%
Arbitraje
16
50% / 38%
Caducado
83
33%
Libre
6
Desarrollador 6
Evaluación
(2)
Proyectos
5
20%
Arbitraje
2
50% / 0%
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(273)
Proyectos
395
63%
Arbitraje
70
53% / 26%
Caducado
198
50%
Libre
Solicitudes similares
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works

Información sobre el proyecto

Presupuesto
40 - 80 USD
Para el ejecutor
36 - 72 USD
Plazo límite de ejecución
de 2 a 7 día(s)