I need an EA wich will manage my open trades

MQL5 Experts

Job finished

Execution time 2 days
Feedback from customer
I like this guy. My project was delivered on time and he is open to further cooperation and asisstance if unexpecting things happen. I will give him more jobs in future. Recommended!
Feedback from employee
Good Customer

Specification

I need an  EA wich will manage my open trades. It should:



1) Read the number of each active order (so it can track every order);

2) Read the SL and TP values of each active order;

3) Create a hedge order with exactly the same SL and TP number of pipettes (e.g there is a buy order

on EUR/USD with SL @ 1.50123 and entry @ 1.50456 and TP @ 1.50789 .Once the EA is activated , it should read the number of active order then read the SL and TP values and create a sell pending order with entry @ 1.50123 and SL @ 1.50456 and TP @ 1.50123 - (1.50456-1.50123) BUT with a lotsize   defined initially by me in settings of EA ( it can be any value , I mean the first buy was opened with 1.00 lot size then I would like the first hedge sell to be opened with 1.9 the second hedge with  2.4 the third with 1.6 and so on for 7 hedges) It can be something like :

Hedge #1 lot : 

Hedge #2 lot :

Hedge #3 lot :

.

.

.

Hedge # 7 lot:



After the creation of the hedge sell order, it should remove the SL level of the buy order.

4) If the buy order  hit TP level @ 1.50789 , the hedge sell is removed. If the buy order do not hit TP level and  the hedge sell order is triggered, then create again a hedge buy with the same entry and TP level as the first buy order BUT with a different lotsize (a value for the second hedge order wich can be initially defined in settings). 

After the creation of the second buy order, the SL level of the sell is removed.

5) Sequence continue for 7 hedge trades. The 7 hedge trade will have a fixed SL (will not be removed) so all trades will be closed.



Summary : I place an buy (1)  order and activate the EA . 
The EA  will read paramters and will create a pending sell (1) order. The buy order do not hit TP. It gonna against me negative and trigger the sell (1) order. The sell (1) order do not hit TP. It go against me and trigger the buy (2)order. The buy (2) order do not hit TP it go against me and trigger the sell (2) order. Sell (2) do not hit TP and trigger buy (3). Buy (3) do not hit TP and trigger sell (3). Sell (3) do not hit TP and trigger buy (4) . Buy (4) do not hit TP but this time it will not have the SL removed so when the buy (4) SL is hit, entire sequence buy(1), buy (2), buy (3) buy (4)  and sell (1), sell (2), sell (3) will close.



The EA shall have also  the option to activate the hedge sequence management or the normal martingale sistem. On the second option it will monitorize actual order without removing the SL level.

Example : there is a buy order

on EUR/USD with SL @ 1.50123 and entry @ 1.50456 and TP @ 1.50789 .Once the EA is activated , it should read the number of active order then read the SL and TP values and create a sell pending order with entry @ 1.50123 and SL @ 1.50456 and TP @ 1.50123 - (1.50456-1.50123) BUT with 2x initial lotsize. If the buy order is closed (lost) the sell trigger, it shall create again a buy order but with 2x lotsize of the sell order.
And so on for 7 trades when it will stop and will no longer create any order.



Responded

1
Developer 1
Rating
Projects
134
14%
Arbitration
41
22% / 29%
Overdue
14
10%
Free
2
Developer 2
Rating
Projects
902
77%
Arbitration
25
16% / 68%
Overdue
100
11%
Free
3
Developer 3
Rating
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
4
Developer 4
Rating
Projects
3462
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Free
5
Developer 5
Rating
Projects
680
57%
Arbitration
25
16% / 60%
Overdue
228
34%
Free
6
Developer 6
Rating
Projects
35
40%
Arbitration
11
9% / 91%
Overdue
4
11%
Free
Similar orders
Hi, Scalping ea is required in mql5 for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy) and USD currency pairs (audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd). Scalping ea should be profitable. Please help on this
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a
Hey Guys i've a PineScript /Source Code / ( Trading View ) indicator which has Buy and Sell Sign . i wanna make a MT5/4 Robot by it with some features . I need it has a simple panel to shows some details of robot at screen
Hi dear coders, I have an EA and for this EA I want additional code for Risk Management at my code, trade is triggered with this line int TheTicket = OrderSend(_Symbol,TradeType,(double)DoubleToString(TheLots,2),TradeType==OP_BUY?Ask:Bid,10,TheSL,TheTP,TheComment,MagicNumber,0,TradeType==OP_BUY?clrBlue:clrRed); I want you create a code and tutorrial how to change my code. the new code will be Risk Management Inputs
I'm seeking a Forex HFT Scalping EA that operates on live streaming tick data and candlestick patterns, executing a high frequency of trades without balance restrictions. The EA should be compatible with major currency pairs like EUR/USD, GBP/USD, USD/JPY, AUD/USD, GBP/JPY, GBP/AUD, and XAU/USD, as well as US30 indices. Given its HFT nature, it should focus on the 1-minute, 5-minute, 15-minute, and 30-minute
I need a custom MT5 EA that can place trades (Buy & Sell) from two Telegram channels. One telegram channel will give the trend signal (Bullish or Bearish) and the second telegram channel will give buy and sell signals
hello i like to have zigzag added to my EA and set orders when it makes a pullback strategy (Higerlow/Lowerhigh) or break of market structure strategy Higherhigh/Lowerlow break set order entry I want it to be able to do these 2 things but one at a time. -Zigzag makes a pullback into an HigherLow/LowerHigh set order entry -Zigzag breaks structure HigherHigh/LowerLow set order entry - For PULLBACK STRATEGY i just want
Looking for a indicator that can show where the majority of retail stop losses are placed Please can someone advise me how best to achieve this but it needs to be accurate
I have a grid trading bot that needs debugging. its perfect apart from a random stop loss I encountered. It’s supposed to have a stop loss at 99% but it one time closed trades at around 25% loss. Here is a list of potential things causing it to bug out (it’s running on MQL VPS MT5, I also want to retain the ability to close positions manually); - Chart change (symbol or timeframe) - Recompiling the EA - Server
Me gustaría poder crear automaticamente varias ordenes que se queden pendientes pudiendo definir los siguientes parámetros: Tipo de orden (Buy y sell stop, buy y sell limit. Precio de compra / venta. Pudiendo entrarlo manualmente o como un numero de puntos a sumar/restar del precio actual de marcado. Numero de puntos que ocuparan en total las ordenes y numero de ordenes a insertar (Ejemplo: 200 puntos, 4 ordenes, es

Project information

Budget
30 - 50 USD
VAT (19%): 5.7 - 9.5 USD
Total: 35.7 - 59.5 USD
For the developer
27 - 45 USD