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
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot