Zone recovery EA for MT5

MQL5 Experts

Tâche terminée

Temps d'exécution 4 jours
Commentaires du client
Great developer. 10 stars
Commentaires de l'employé
Nice customer with good attitude. Tnx

Spécifications

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.

Répondu

1
Développeur 1
Évaluation
(238)
Projets
281
77%
Arbitrage
12
75% / 0%
En retard
4
1%
Travail
2
Développeur 2
Évaluation
(111)
Projets
139
43%
Arbitrage
9
33% / 44%
En retard
6
4%
Gratuit
3
Développeur 3
Évaluation
(361)
Projets
643
26%
Arbitrage
92
72% / 14%
En retard
12
2%
Travail
Publié : 1 code
4
Développeur 4
Évaluation
(45)
Projets
91
13%
Arbitrage
34
26% / 59%
En retard
37
41%
Gratuit
Commandes similaires
i want help on puting my ea in mql5 for sale, help for 10percentage on every sales a higher profit scalper on gold 5minute trader non martingale none hedging mt4 version
Alphapipfx 30+ USD
Sniper Strategy EA -Presicion Forex Trading Bot for MT4 and MT5 Sniper Strategy EA is a fully automated Expert Advisor that executes high-probability forex trades using EMA 50/200 trend detection, RSI 14 momentum filtering, and automatic Support and Resistance zone identification. This bot does not chase price — it waits for price to come to key levels and confirms with multiple indicators before entering, just like
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Strategy:Identify Supply and demand zones and generate buy and sell signals based on the price action within these zones. Confirmation:Use MA filter to confirm trading directions. Risk - Reward Ratio: 1:5. Risk Management: Limit risk to a predefined percentage of account balance . Additional features: include alerts for signal generation, SL and TP
Prakash 30 - 200 USD
i want to make trading bot for my xauusd trading. who can provide me code for good algo for auto trading? which logic is safe for trading?i want expert who can made code for me. thanks
Smc 30 - 200 USD
#property copyright "Amanda V" #property version "1.01" #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 input int InpSwingLookback = 30 ; // Swing Lookback Period input double InpMinWickPct = 30.0 ; // Min Rejection Wick % input color InpBullColor = clrAqua ; // Bullish Sweep Color input color InpBearColor =
Description: I need an MT5 Expert Advisor built to exactly replicate a TradingView Pine Script strategy. This is a range mean reversion system . All logic must be followed precisely. No optimisation, no interpretation. The EA must behave identically to the logic below. Market & Timeframe Primary: NAS100 (but must work on any symbol) Timeframe: 5-minute Must work regardless of broker (handle symbol digits properly)

Informations sur le projet

Budget
80 - 150 USD
Délais
de 1 à 3 jour(s)