I need an EA wich will manage my open trades

MQL5 エキスパート

仕事が完了した

実行時間2 日
依頼者からのフィードバック
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!
開発者からのフィードバック
Good Customer

指定

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.



応答済み

1
開発者 1
評価
(87)
プロジェクト
134
14%
仲裁
41
22% / 29%
期限切れ
14
10%
2
開発者 2
評価
(461)
プロジェクト
902
77%
仲裁
25
16% / 68%
期限切れ
100
11%
3
開発者 3
評価
(365)
プロジェクト
412
36%
仲裁
35
26% / 57%
期限切れ
63
15%
4
開発者 4
評価
(1855)
プロジェクト
3458
88%
仲裁
73
40% / 15%
期限切れ
265
8%
5
開発者 5
評価
(620)
プロジェクト
680
57%
仲裁
25
16% / 60%
期限切れ
228
34%
6
開発者 6
評価
(33)
プロジェクト
35
40%
仲裁
11
9% / 91%
期限切れ
4
11%
類似した注文
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
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

プロジェクト情報

予算
30 - 50 USD
VAT(付加価値税) (19%): 5.7 - 9.5 USD
合計: 35.7 - 59.5 USD
開発者用
27 - 45 USD