MT5 EA MG MANAGER

MQL5 Uzman Danışmanlar

İş Gereklilikleri

OVERVIEW

  1. Trades are placed via another EA, will have a unique magic number, only 1 trade will be placed at a time per each magic number.

  2. EA to initiate a martingale approach based on SL when trade becomes active (not whilst pending) 

  3. If martingale trades used (minimum 2 active trades) EA to manage with the aim to close out all open positions (on same magic number) to a TP level which returns a profit based on a percentage of balance.

  4. If you no martingale used, then EA will move to break even based on a percentage of entry to TP level

  5. EA to move the SL of all trades based on a maximum loss allowance based on a % value of account balance

  6. EA will close any remaining orders once TP is hit


DETAILS

  1. Trades are placed via another EA, will have a unique magic number, only 1 trade will be placed at a time per each magic number

I have another EA which will place the trades.  The EA you will write will await for the initial trade to be placed. 


  1. EA to initiate a martingale approach based on SL when trade becomes active (not whilst pending) 

Once a pending trade is placed, no action is to be taken.  Once the trade becomes active, the EA will note the distance between the entry and SL levels.  It will delete the SL and place a trade at that level, in the same direction as the initial trade.


Once this second trade becomes active, another trade will be placed, again in the same direction, and at the same pip distance as the entry to the initial SL level.  This will continue in a martingale fashion, if that trade is then triggered for an entry then another trade will be placed at the same distance as the first entry to SL distance.  


Each martingale trade placed after the initial trade will have a multiplier function, so it will increase the lot size based on this multiplier.


Example, x2 multiplier: Trade placed via external EA,  1 lot.  This EA does nothing.  Trade becomes active, the EA deletes the SL and places a pending order of 2 lots at that level, the EA notes the pip distance of 50 pips.  This second trade also becomes active, a third trade is placed 50 pips away with a lot size of 4 lots. 


  1. If martingale trades used (minimum 2 active trades) EA to manage with the aim to close out all open positions (on same magic number) to a TP level which returns a profit based on a percentage of balance.

This is part of the MT4 EA which I have supplied.  I have included the description I gave to the developer here:

The TP function will exit 2 or more trades with a % profit specified by the user. It will initiate, when 2 or more trades are active at the same time on the same chart. These 2+ trades will always be in the same direction. Eg 2 longs.


The moment a second trade (martingale) becomes active, the EA will immediately calculate the % profit return (specified within the parameters manually) and consequently move the TP to achieve this.


For example, I buy 1 lot and price moves lower and a second buy trade is initiated for 2 lots. I have specified that I want a 1% return from these two trades. Therefore, the EA determines what 1% profit is based on the current account balance. It then moves both of the take profits so that the combined win and loss returns that 1%. 1% may be $100, and therefore the first trade of 1 lot will return a loss of $20, and the second 2 lot trade will return a win of $120.


Similarly, if a third trade is initiated, then the EA wil again calculate the profit based on all of the active trades in the same direction, and move 3 TPs to the appropriate price level so 1% profit is returned. 


I want the EA to also factor in swap and commission into the profit, so that I return a profit based on the account balance %.


  1. If you no martingale used, then EA will move to break even based on a percentage of entry to TP level

This is also included in the MT4 EA.

There will be a move to BE function will only operate when 1 trade (the initial trade placed externally) is active. It will disable when a second (martingale) trade becomes active. It will be a percentage of the distance between the entry and TP levels. Eg. if it is set to 50% then the SL will be moved when price is half way (50%) between the entry price and the TP level. Amount of pips to move into profit will also be included.


  1. EA to move the SL of all trades based on a maximum loss allowance based on a % value of account balance

In the same way the EA will manage the TP of each group of trades, the EA will also manage all of the SL so that there is a maximum loss based on the % of account balance.  For example, the maximum loss is 10% of the account.  The EA will move all of the SL (when 2 or more trades are active) so that the total loss of those trades equals 10% of the account balance.


  1. EA will close any remaining orders once TP is hit

If the trades aren’t closed by SL loss, then they must either result in a win from the initial trade hitting its initial TP, or the martingale trades return a small profit.  If either of these two things happen, then there will be a single pending order still open.  Once TP is hit, the EA will delete the remaining pending order.



Yanıtlandı

1
Geliştirici 1
Derecelendirme
(130)
Projeler
210
40%
Arabuluculuk
90
20% / 43%
Süresi dolmuş
85
40%
Serbest
2
Geliştirici 2
Derecelendirme
(264)
Projeler
538
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
42%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(298)
Projeler
427
26%
Arabuluculuk
18
61% / 33%
Süresi dolmuş
26
6%
Serbest
4
Geliştirici 4
Derecelendirme
(21)
Projeler
25
36%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
4%
Serbest
Benzer siparişler
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD