MohZone 10K EA
- Experts
- Mohannad Al Myzed
- Version: 4.50
- Mise à jour: 25 février 2026
- Activations: 10
Moh Zone 10K – Trend Based Recovery System for MT5
Moh Zone 10K is a fully automated Expert Advisor for MetaTrader 5 built around a trend-filtered zone recovery structure.
The system combines an H1 EMA directional filter with structured recovery logic, dynamic stop management, partial profit locking, and built-in account protection.
This EA operates in trading cycles and closes the entire basket once the defined profit target in currency is reached.
Strategy Logic
1. Trend Direction Filter (H1)
The EA determines market direction using an Exponential Moving Average (EMA) on the H1 timeframe.
-
If the previous H1 candle closes above EMA → Buy bias
-
If it closes below EMA → Sell bias
All initial trades follow this direction.
2. Zone Recovery Structure
After opening the first trade:
-
A stop order is placed in the opposite direction at a defined zone distance.
-
If triggered, the lot size increases linearly:
next lot = previous lot + StartingLot
-
Recovery continues until:
-
The cycle profit target is reached
-
Or the maximum recovery lot limit is hit
-
This creates a structured recovery system based on controlled lot increments rather than aggressive multiplication.
3. Cycle-Based Profit Closure
The EA calculates total cycle profit including:
-
Closed trade profit
-
Open floating profit
-
Swap
-
Commission
When total cycle profit reaches the defined ProfitTarget (in account currency), all positions and pending orders are closed automatically.
4. Dynamic Zone Gap
The zone distance can be:
-
Fixed manually (ZoneGapPips)
-
Automatically calculated (when set to 0), based on:
-
Current spread
-
Estimated commission cost
-
Minimum safety distance
-
5. Partial Profit Lock (Optional)
When floating profit reaches a defined threshold:
-
The EA partially closes the most profitable position
-
Locks in a portion of gains
-
Prevents repeated locking until profit resets
This helps secure gains during strong moves.
6. Account Protection System
If enabled:
-
The EA monitors equity drawdown from the initial balance at load time
-
When drawdown reaches MaxAccountLoss:
-
All trades are closed
-
Trading stops
-
EA remains protected until manually reloaded
-
This adds an emergency stop mechanism.
7. Optional Pyramiding
When enabled:
-
Additional positions are added in the direction of profit
-
Only if price moves favorably by at least one zone distance
Key Features
-
H1 EMA trend filter
-
Linear recovery progression
-
Hard lot cap control
-
Cycle-based basket closure
-
Partial close locking system
-
Equity protection stop
-
Automatic stop-loss enforcement
-
Manual close detection with full cycle reset
-
Clean on-chart dashboard
Recommended Usage
-
Recommended timeframe: H1
-
Works on single symbol per chart
-
Suitable for low to moderate spread instruments
-
Use conservative lot sizing relative to account balance
Inputs Overview
StartingLot – Base lot size and recovery increment
ProfitTarget – Basket profit target in account currency
ZoneGapPips – Zone distance (0 = automatic calculation)
TrendPeriod – EMA period for H1 filter
Max_Recovery_Lot – Maximum allowed recovery lot
EnablePyramiding – Enable trend position additions
PartialProfitLock – Floating profit level to trigger partial close
PartialCloseRatio – Percentage of position to close
MaxAccountLoss – Maximum equity drawdown before emergency stop
Important Risk Notice
This Expert Advisor uses a structured recovery approach with increasing lot sizes.
Although risk controls are included, recovery systems can expose the account to elevated drawdown during extended market trends.
Always test on a demo account first and use proper risk management.

