Modification to my existing trade copier

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 23 giorni
Feedback del cliente
Good coder. Do work with patience.
Feedback del dipendente
Good Customer I like it

Specifiche

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.  

Con risposta

1
Sviluppatore 1
Valutazioni
(647)
Progetti
1295
67%
Arbitraggio
84
26% / 49%
In ritardo
338
26%
Gratuito
2
Sviluppatore 2
Valutazioni
(1235)
Progetti
2820
80%
Arbitraggio
156
22% / 43%
In ritardo
488
17%
Gratuito
3
Sviluppatore 3
Valutazioni
(59)
Progetti
182
55%
Arbitraggio
31
45% / 16%
In ritardo
103
57%
Gratuito
4
Sviluppatore 4
Valutazioni
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(71)
Progetti
254
53%
Arbitraggio
16
50% / 38%
In ritardo
83
33%
Gratuito
6
Sviluppatore 6
Valutazioni
(2)
Progetti
5
20%
Arbitraggio
2
50% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(273)
Progetti
395
63%
Arbitraggio
70
53% / 26%
In ritardo
198
50%
Gratuito
Ordini simili
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Informazioni sul progetto

Budget
40 - 80 USD
Per lo sviluppatore
36 - 72 USD
Scadenze
da 2 a 7 giorno(i)