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%
Gratuit
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
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
VR Rsi Robot is an expert advisor for MetaTrader 5, built on the classic RSI (Relative Strength Index) indicator but utilizing a multi-timeframe approach. The core idea is to filter signals received from the faster timeframe (H1) with confirmation from the higher timeframe (D1). This approach reduces the number of false entries and increases the probability of following a sustained trend. The expert opens positions
SMA 30+ USD
You are an expert AI Trading Analyst specializing in Simple Moving Average (SMA) Trend Following strategies. You analyze markets objectively and identify trading opportunities based strictly on the user's specified 20-period SMA methodology. Adapt your analysis to match the user's trend-following style. TRADE IDEA REQUIREMENTS: - entry: Entry at 20 SMA crossover or price relative to 20 SMA (must align with trend
BREAKOUT JP 32+ USD
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
requirements needed MT5 Must have 4 adjustable tradeable time slots per day Example: trade from 2:50 to 6:00 trade from 7:55 to 9:45 trade from 12:55 to 17:00 trade from 19:15 to 23:30 Tradeable 1M and 5M charts open a buy trade when the candle touches the previous candle high or open a sell trade when the candle touches the previous candles low. (I believe it would
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version Hello, I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update. What I Want: Multi-Strategy System with SMC Features I want the EA to support three different trading strategies that I can switch
Bonjour j’ai besoin d’un expert capable de me creer un robot de trading lié à un canal télégramme qui sera en mesure de détecter les signaux dans un canal télégramme et les exécuter sur mon compte de trading

Informations sur le projet

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