Zone recovery EA for MT5

MQL5 专家

工作已完成

执行时间4 天
客户反馈
Great developer. 10 stars
员工反馈
Nice customer with good attitude. Tnx

指定

Zone recovery EA for MT5


#Only for programmer who have done over 100 jobs with at least 4 stars review.

#Only for programmer who are familiar with zone recovery feature (opening a series of trades in different directions with larger size(Hedged martingale)).

#Perfectly working EA with the full code.


Same Algo as below →

https://www.youtube.com/watch?v=JzN1fEZmc40


### EA descriptions ### 

Hi, bros. I need a zone recovery EA that open hedging orders if price goes against a initial order. EA has 3 modes to open initial order : “Manual Mode”, “Instant Mode” and “Indicator Mode” which orders by a indicator (RSI, MFI, CCI or STOCHASTIC). 


In manual mode, I can open first order by clicking BUY/SELL button on the chart. 

In instant mode, Long oder is placed instantly if there is No position on both side.

In Indicator mode, a indicator is used for initial order.

 

Actually I am already using some Zone Recovery EAs but the problem is that they have errors and seem zone recovery and stop loss are not working properly.

 

I’ve tried to explain options and how it works but you are the expert so you can know it better. :)  Please detail it. Thank you for your interest. 


Sum up

A: open first order { Set Tp , dont Set Sl}

B: if first order loss, enter Zone Recorvery. → Zone and TP prices are all set up for trade.

C: if any Hit Tp line : close all order

 

Zone Recorvery (Hedged positon)

if Buy hit opposite Line : Sell (sell lot= buy Lot * Multiply) , keep the buy order

if Sell hit opposite Line : Buy (buy lot= sell Lot * Multiply) , keep the sell order


This EA comes with zone recovery feature that will activate once price move against the initial entry after x pips or percent of the initial order price  (zone). 


 INITIAL TRADE SETTING ----------------------------------------------------

Initial order size : Lot( 0.01) or a percent of total balance (ex 0.1%) 


Oder Type Setting : Pending order (limit order) or Instant order (market order)


-Manual Mode -> press the button on chart

-Instant Mode -> if there is No position, instant order ‘Long side’

-Indicator Mode ->

  RSI (break up or break down or blow or above) = > long or short

or

  MFI  (break up or break down or blow or above) = > long or short

or

  CCI  (break up or break down or blow or above) = > long or short

or

  STOCHASTIC (break up or break down or blow or above) = > long or short


TP Setting for Initial order : pip(300) or percent of the initial price (1%)



 ZONE RECOVERY SETTING  ----------------------------------------------------

If market trend goes against Initial order and meet zone recovery line

-> Buy and Sell hedge mode


Once Zone recovery triggered, All prices for trade will be fixed until all position is zero (until the cycle is completed)


-Oder Type Setting : Pending order (limit order) or Instant order (market order)


-Recovery gap : a pip(ex.100) or percent of the initial order price (ex.1%) ( this set a zone for this trade cycle)

-Upper price :  a pip(ex.300) or percent of the initial price (ex.3%) (TP and Stop lose line)

-Lower price :  a pip(ex.300) or percent of the initial price (ex.3%) (TP and Stop lose line)


-Recovery order size 

  Multiple of order size (lot or position) : Initial order size * (ex. 1.6)

Or

  Custom of  order size (lot or position) : Initial order size * (ex. 1.6, 2, 2.6, 3, 4, 5.8, 7, 9, 11, 14…)


Max Recovery Trade : (ex 9)

 

STOP LOSS SETTING  ----------------------------------------------------

On / Off


When Max Recovery trade reached or Recovery order cannot be done because of shortage of balance or too much order Lot


And Max loss value(%)  >= 10(%) → changerble


→ close all position (both sell and buy) -> the cycle is complete in loss. 

  


If there is any thing must add on, please let me know.


Thank you.

反馈

1
开发者 1
等级
(215)
项目
244
75%
仲裁
10
80% / 0%
逾期
4
2%
工作中
2
开发者 2
等级
(103)
项目
130
44%
仲裁
7
43% / 43%
逾期
7
5%
空闲
3
开发者 3
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
4
开发者 4
等级
(41)
项目
88
14%
仲裁
30
30% / 53%
逾期
36
41%
工作中
相似订单
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 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
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks

项目信息

预算
80 - 150 USD
开发人员
72 - 135 USD
截止日期
 1  3 天