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.
Similar orders
I need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The code must be high-quality, clean, clear, and editable at any time, with ownership of the code provided. * It must work on MT4 and MT5 platforms. * The maximum project completion time is 3 days. * The programmer must be cooperative and flexible
I am looking for an experienced MQL5 developer to complete the optimization and structural refinement of an existing MT5 Expert Advisor (source code ~2.5MB). Phase 1 (audit and baseline testing) has already been completed. The remaining work focuses on correcting core system behavior without changing the strategy. Key issues identified: • Scenario gate logic is not correctly structured at the entry decision level •
Hy l am looking for someone who can make a robot for me using one minute strategy.i want in every candle to have entry n take profit..you must know how the candles behaviour..to see weather we can enter sell or buy in that candle
Hello, I am looking for an experienced developer to create a MetaTrader 5 (MT5) Expert Advisor (EA) for a prop firm system. The EA must be designed to manage and monitor multiple trading accounts, each with different account sizes and risk parameters. 🎯 Core Requirements: The EA must: Monitor account equity in real-time Apply Daily Drawdown Limit (e.g., 5%) Apply Maximum Drawdown Limit (e.g., 10%) ⚙️ Multi-Account
I am looking for an experienced MQL5 developer to build a fully automated MT5 Expert Advisor based on Session Breaks and Inverted Fair Value Gap (iFVG) logic. The EA must be coded professionally, optimized for backtesting, and written with clean, organized inputs and modular code. Core Strategy The EA should: Mark previous session highs and lows Wait for the current session to break the previous session high or low
IF ANYONE IS INTERESTED IN GETTING ANY KIND OF CUSTOM BOT FOR TRADING I WILL ADD THE STRATEGIES ACCORDING TO YOUR CHOICE MINE BEST BOT IS SCALPING AND HEDGING BOT YOU CAN CONTACT ME FOR SERVICES
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesn't have to be super profitable but will need to have the number of trades on going in order to earn IB commission. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. If you are applying and asking me to build one from scratch, I need you to
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and resistance bar on the chart when there is no chop please let me know
Project Description: I have a fully working Pine Script for TradingView called MFHA 3-Step Market Structure Strategy V2 . I need it converted into MT5 , with the logic kept as close to the Pine version as possible. What I need: MT5 Indicator Exact oscillator logic Multi-timeframe logic using 4H, 15M, and 1M EMA filter MTF EMA dashboard RSI display Buy and sell visual signals Background state/flash behavior where
I am looking for an experienced MQL5 developer to continue optimization work on an existing Expert Advisor (MQ5 source file available, 2.5MB). Important: This is NOT a project to build a new EA. The task is strictly to refine and improve the current system while keeping the core strategy intact. The EA is already functional and stable. A full code audit and baseline backtesting have already been done, and key