Metatrader hedging expert advisor that can hedge a losing trade, therefore recover the losses from a previous trade; also known as zone recovery, automatic loss recovery or recovery zone.- set a recovery zone and place opposite hedging orders, then monitor the profit
- close hedging basket when profit reaches breakeven or a certain value OR...
- close losing trades and place stoploss for the winners, transforming a loss into a wining trade
RobotFX Auto Recovery is a Metatrader expert advisor designed to recover the loss of a losing trade by opening an opposite trade, or more, if it’s the case. If you are familiar with, this is one of the trade management part of the RobotFX Fluid EA, with less features (basically the HedgeZone). A very simple but effective way to hedge a losing trade so it will close in profit, at least at break-even. The automatic loss recovery algorithm used by this MT4 recovery zone EA is far better than using a stoploss and incomparable to a martingale trading strategy. This MT4 EA has been inspired by Joseph Nemeth's "zone recovery" trading strategy. Check the picture below to understand how zone recovery trading works in forex hedging. The lotsize of the hedging orders (opposite pending order) is determined by a multiplier set by the trader, or by the recovery zone ratio with the take profit.
| RobotFX Auto Recovery EA - sets a zone recovery and hedges a losing trade |
- RecoveryZone - the number of pips from the opened trade where you want the hedge order to be placed; technically it is the height of the recovery zone
- TakeProfit has 2 functions:
1. Normal take profit for the opened trades, if CloseTradesAtTakeProfit is set to true and the real profit is bigger than MinProfit
2. The ratio between this and the RecoveryZone can be used to calculate the next recovery trade order lotsize (UseHedgeMultiplier must be set to false). A ratio of 1:1 (for example RecoveryZone 50, TakeProfit 50) will make the hedging order to be double the size of the previous/initial order
- HedgeMultiplier - IF UseHedgeMultiplier is set to true, this is the multiplier used to calculate the size of the next hedging order, based on the previous one(s)
- MaxOrders - the maximum number of recovery trades allowed to be opened by the EA; use as a safety measure to restrict the EA opening too many trades, such as when a consolidation zone occurs
- MinProfit - minimum profit which, once reached, allows the EA to close a basket of trades (see CloseTradesAtMinProfit) or a trade at TakeProfit level (although at this point the profit should already be higher than MinProfit)
- BreakEven - once the price will move in your favor this number of pips (away from the opening price), the EA will set the stoploss at the trade opening price
- UseHedgeMultiplier - whether or not to use a lotsize multiplier for the hedging orders, instead of the ratio between the RecoveryZone and the TakeProfit
- HedgeMultiplier - the lotsize multiplier for the hedge orders, if the UseHedgeMultiplier is set to true
- WhenMinProfitIsReached - choose what to do when the basket profit reaches the MinProfit:
1. CloseTradesAtMinProfit - once this profit is reached, the EA will start closing all opened trades on the chart. Set it to 0 if you want to close all trades at a cumulative break-even; however, please mind that between closing the first trade and the last one, the price might move and the profit (after close) might be slightly higher or lower than the MinProfit
2. CloseLosersAndSetBreakEven - close the losing trades and place the stop-loss of the winning trades at a distance defined by the trader (see below)
3. DoNothing - self explanatory
- TrailingStop for CloseLosersAndSetBreakEven (pips) - if #2 is triggered (above), this will be the trailing-stop for the remaining (winners) opened trades
- TrailingStep for CloseLosersAndSetBreakEven (pips) - if #2 is triggered (above), this will be the trailing-step for the remaining (winners) opened trades. Also, it defines the distance from the current price where the EA will place the stoploss (right after CloseLosersAndSetBreakEven will close the losing trades)
- CloseTradesAtTakeProfit - close trades at TakeProfit, if they are all profitable (ie profit > MinProfit)
- CloseTradesAtMaxOrders - whether or not to allow the EA to close all orders when the MaxOrders number is reached - will probably lead to some losses as the EA won't consider the profit and the MinProfit
- Slippage - the maximum distance, in pips, allowed for the price to move between sending a trade order to the server and execution (by the broker’s server)
- MagicNumber - leave this to -1 to trade manually (ie use the EA to hedge your personal trade) or set to match the MagicNumber of your other EAs (if you want the Auto Recovery to manage trades opened by other experts)
- TradeComment - use this to add a comment to the loss recovery trades opened by this EA, so you can monitor the logs easily
- ShowComment - displays information about the broker/trade(r)/basket on the chart
- ForceHedgeAtTradeOpenFail - if a hedge order is not triggered and the price “jumps” over it (example: gaps formed during the weekend) the EA will open a hedging trade and recalculate the recovery zone, the (other) opposite order etc.
- TestingLOTSIZE - applies only when testing the EA in the Strategy Tester and it defines the lotsize of the opened (first) random trade, as percentage of the entire equity (ie 0.01 = 1%, 0.1 = 10%, 1 = 100%)
Please do not spam; comments and reviews are verified prior to publishing.