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.
Commandes similaires
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·
Hi, hope you’re doing well. I want to simplify the last EA project we worked on and make a few adjustments only. Here are the changes needed: Disable/remove the ADX completely Remove the Basket Profit % logic completely Remove the breakeven buffer Change the Stop Loss logic to fixed SL only (no trailing anymore) → The SL should stay fixed at the Supertrend level at the moment of entry and never move afterward. That’s
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
Fix ea not start new one mt5. Fix entry tp sl use whole numbers. Fix entry apply ohlc mtf touch retouch 60m 240m 1440m 10080m Fix entry apply hh ll lh hl Touch retouch Check condition from ohlc mtf. Check condition close [1] ohlc mtf. Display Whole number chart 000, 0000, 00000 Fix entry tp sl use 00, 000, 0000 round whole numbers. Add expiration minutes. Add entry look back hh ll lh hl Add entry look back hh Add
Close Vol (%N): Closes half (or any percentage you want) of the lot size of your open positions. For example, if you have five open orders of 0.06 lots and want to close half of each, you simply click it, and it will close the specified volume from each individual order. Close Order (%N): Closes half (or any amount you want) of the total number of your open orders. For example, if you have ten open orders and want to
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with $100. I am willing to pay up to $1500 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
Need an trailing SL manager which can work with my all open trades (trades may be multiple), Put a fix SL based on entry price and then trail my strictly in my favoured direction, Initial SL shud be confiurable via a small dashboard
Create a forex robot especially for sculping using the 3 ema strategy which consists of the following moving average levels of the 15 ma ,30 ema , 60 ema and 90 which enter potentially on a retest into the ema and targets opposite direction after the retest .Potentially bringing into account that the number of retested emas controlls the number of entreis which for eg. retest of the 15 ema single 0.01 trade is
Need to improve logic in existing coding for Range breakout/breakin EA 1) for timing range like 1am-10am Asian Range with max entry per session like London 1-2 times max entry 10-4pm & US session timings 1-2 entry 4pm - 8pm or 2) candle high low range eg 4pm to 4:30pm - entry logic eg mark 30min candle high low range as given in attached picture with buffer if required to show entry , SL & TP in trade/backtest mode
Make a Robot for mt5 using supertrend indicator for entry in trade with period 2 and multiplier 1.1 using Heiken Ashi candle also with martingle of 2 with maximum step for martingle is 15 step until profit reaches double of total loss. Select time frame 1 minute.Always close the previous trade if in loss then take next trade with martingle of 2 of previous lot in loss. All parameter have the option to change it