Trading robot · MT4

Recovery Zone Trading System

by jqmcrvlh

This expert advisor for MetaTrader 4 is a multi-strategy robot focused on the recovery zone management technique.

High risk

GitHub stars1
Forks0
Last update4 years ago7 Jun 2022
LicenceNone stated

Overview

Recovery Zone Trading System offers a wide array of entry signals, including RSI, MACD, Bollinger Bands, and mean-reversion models. When initial trades move into a loss, the system employs an averaging recovery strategy with lot multiplication to attempt a collective exit at a profit. Risk management features include fixed or risk-based lot sizing, break-even settings, trailing stops, and a configurable maximum number of trades to prevent excessive exposure.

Details

Author

jqmcrvlh on GitHub

Type

Trading robot

Platform

MetaTrader 4 (MQL4)

Strategy

Multi-strategy, Mean reversion, Indicator crossover, Martingale

Markets

Any symbol

Timeframes

Any timeframe

Risk profile

  • Uses martingale lot scaling: losses can grow fast

Input parameters

Read from JADC-MULTITEST-v1-BETA.mq4. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
Input_DataOrdersstring======= ORDER MANAGEMENT =======
SelectTradeTrade_VolumeFixed_LotSelect Type of Trade
InitialLotSizedouble0.01Initial Lot Size (Only for "FIXED LOT" selected)
RiskPercentdouble2.00% Risk Account - Lot Size (Only for "% OF RISK" selected)
MagicNumberint19710818Magic Number
Slippageint100Slippage Max (Points).
Input_Strategystring======= SELECT TRADING STRATEGY =======
DirectionTradeEA_DirectionBuy_SellSelect Direction of Orders
EA_ModeEA_SettingSPECIALONE1Select Trading System
MovFactorMAFactorASelect the factor (Works only in Moving Average Systems - MA)
BreakEvenTrueFalseYESUse Break Even
TraillingStopTrueFalseYESUse Break Even + Trailling Stop
Show all 40 inputs
NameTypeDefaultDescription
KickToBreakUtilitySelectPipsZone15Pips to Start Break Even
KickToTrailStopUtilitySelectPipsZone15Pips to Start Trailling
Input_TakeProfitstring======= ZONE PROFIT SETTINGS =======
TakeProfitUtilitySelectPipsZone20Take Profit
SelectTypeLossType_LossFixed_PiPSelect Kind of Loss
StpLossUtilitySelectPipsZone20Only for "FIXED PIPs"
VolPeriodsPeriodVolatPeriodVolat20Only for "ATR" of "SD"
Input_ZoneRecoverstring======= AVERAGING RECOVERY SETTINGS =======
UseAveragingTrueFalseYESUse Averaging Strategy
FactorIcrementTrueFalseNOUse Factor to Increment Recovery Zone Size
RecoveryTakeProfitUtilitySelectPipsZone10Recovery Take Profit.
RecoveryZoneSizeUtilitySelectPipsZone50Recovery Zone Size(+ Stop Loss)
LotMultiplierLotsMultiplicIncrement20Multiplier for Lots
MaxTradesMaxNumTradesTrades10Max Number of Trades (Unlimited Is a High Risk Option)
SetMaxLossTrueFalseNOMax Loss after Max Trades reached?
MaxLossdouble0Max Loss after Max Trades (0 for unlimted) in deposit currency.
Input_Timestring======= SELECT TIME OPTIONS =======
TradeADayTrueFalseNOTrade Once A Day?
UseLocalTimeTrueFalseNOUse Local Time?
UseTimerTrueFalseNOUse a Trade Timer?
StartHourint0Start Hour - Trade Timer
StartMinuteint0Start Minute - Trade Timer
EndHourint0End Hour - Trade Timer
EndMinuteint0End Minute - Trade Timer
Input_Visualstring======= SELECT VISUAL OPTIONS =======
profitLineColorcolorclrBlueVioletProfit
breakEventLineColorcolorclrBrownBreak Even
Input_Generalstring======= SELECT EA GENERAL OPTIONS =======

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone jqmcrvlh/Recovery-Zone---Trading-System- from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
  3. 3Copy the filesCopy the .mq4 file into Experts.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.

Similar expert advisors

Mansour Bot

by MShokry
16 stars

This MetaTrader 4 expert advisor executes automated trades on the forex market by combining signals from various technical indicators. The logic incorporates Average Directional Index analysis across multiple timeframes, alongside Ichimoku and Stochastic oscillators. Users can configure lot sizing, take profit, and sto

MT4 Trading robot Indicator crossoverMulti-strategyMartingale High risk
Updated 7 years ago None stated GitHub repository of Mansour Bot

Monkey Attack Gold Pivot EA

by Monkeyattack
10 stars

This MetaTrader 4 expert advisor focuses on Gold trading using institutional pivot point levels and fractal-based support and resistance zones. The robot filters entries through a combination of RSI, MACD, and moving average alignment, supplemented by a trade quality scoring system. It includes comprehensive risk contr

MT4 Trading robot Mean reversionIndicator crossoverMartingale High risk

North East Way

by Yogurt-Peng
3 stars

This MetaTrader 4 robot implements a multi-currency mean-reversion strategy, targeting price returns to the average on correlated forex pairs. It manages trades using a grid system with a significant martingale multiplier to scale lot sizes. The expert advisor allows for simultaneous trading on multiple symbols to dive

MT4 Trading robot Mean reversionGridMartingale High risk
Updated 1 year ago None stated GitHub repository of North East Way

Edelweiss EA

by Attornado
3 stars

Edelweiss EA is an educational trading robot for MetaTrader 4 that utilizes a multi-indicator framework to generate buy and sell signals. It combines exponential moving averages, stochastic oscillators, the awesome oscillator, ADX, and Bollinger Bands to identify market entries. Trade management includes dynamic ATR-ba

MT4 Trading robot Indicator crossoverMean reversionTrend following
Updated 11 months ago MIT GitHub repository of Edelweiss EA

Puer Tigris

by PuerTigris
1 stars

Puer Tigris is a MetaTrader 4 expert advisor that implements multiple entry strategies, primarily focusing on Bollinger Bands mean reversion. It features a martingale lot scaling system where position sizes are multiplied after a trade is closed, with a configurable limit on the number of recovery levels. The robot use

MT4 Trading robot MartingaleMean reversionIndicator crossover High risk
Updated 4 months ago None stated GitHub repository of Puer Tigris

Axuusd Gold Advisor

by damozycodes
1 stars

This expert advisor is designed specifically for trading gold on the MetaTrader 4 platform. It employs a hybrid strategy approach, allowing users to toggle between trend following using moving average crossovers, mean reversion via RSI and Stochastic divergence, and breakout patterns. Trade management includes automate

MT4 Trading robot Trend followingMean reversionBreakout High risk
Updated 8 months ago None stated GitHub repository of Axuusd Gold Advisor

More trading robots

Need a broker for MT4?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers