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
(87)
Projects
134
14%
Arbitration
41
22% / 29%
Overdue
14
10%
Free
2
Developer 2
Rating
(461)
Projects
902
77%
Arbitration
25
16% / 68%
Overdue
100
11%
Free
3
Developer 3
Rating
(365)
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
4
Developer 4
Rating
(1855)
Projects
3458
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Free
5
Developer 5
Rating
(620)
Projects
680
57%
Arbitration
25
16% / 60%
Overdue
228
34%
Free
6
Developer 6
Rating
(33)
Projects
35
40%
Arbitration
11
9% / 91%
Overdue
4
11%
Free
Similar orders
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode

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