Modification to my existing trade copier

MQL4 전문가

작업 종료됨

실행 시간 23 일
고객의 피드백
Good coder. Do work with patience.
피고용인의 피드백
Good Customer I like it

명시

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.  

응답함

1
개발자 1
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
2
개발자 2
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
488
17%
무료
3
개발자 3
등급
(59)
프로젝트
182
55%
중재
31
45% / 16%
기한 초과
103
57%
무료
4
개발자 4
등급
프로젝트
2
0%
중재
0
기한 초과
0
무료
5
개발자 5
등급
(71)
프로젝트
254
53%
중재
16
50% / 38%
기한 초과
83
33%
무료
6
개발자 6
등급
(2)
프로젝트
5
20%
중재
2
50% / 0%
기한 초과
0
무료
7
개발자 7
등급
(272)
프로젝트
394
63%
중재
70
53% / 26%
기한 초과
198
50%
무료
비슷한 주문
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To

프로젝트 정보

예산
40 - 80 USD
개발자에게
36 - 72 USD
기한
에서 2  7 일