Version 12.4 2023.12.11
Added time filter
Version 12.3 2023.07.13
Added option to specify after how many trades hedge recovery starts
Version 12.2 2023.07.13
Added option for Hedge to Start after specified number of trades
Version 12.1 2022.11.08
-Fix Expert Remove Bug
Version 12.0 2022.10.06
-Optimised Operation for faster and robust operations
-Simplified and organised inputs
Version 11.2 2016.06.30
Resolved lot rounding issue when selecting multiplier mode
Version 11.1 2016.05.25
Removed the alert "hide" appearing with no reason.
Version 11.0 2016.04.27
Hopefully a number of reported bugs and the safety placing issue have been resolved
Version 10.1 2016.04.04
-Tried fixing the bug from v10 of double orders placement
-Option safety placing added instead of forced to true (experimental): It will force an instant trade in the event an order does not get triggered.
Version 10.0 2016.03.16
- Forcing trade to be placed in case stop order does not get triggered.
- Better control for grid trades.
Version 9.4 2016.02.10
Added ability to use as Recovery Zone Range the Stop Loss of the initial trade.

Once the initial trade has been placed (manual/external EA trade), Loss Recovery Trader will read how many pips the Stop Loss of that trade was, remove the stop loss and save in its memory that number as the Recovery Zone Range. A stop trade will be placed at the opposite direction. (Not valid for Grid Mode or when Hedge Mode is 'false'). The Recovery Zone Exit Pips will be a multiple of the Recovery Zone Range Pips that you set.

How to use
Under Advanced Setting
use_zone_as_external_sl : Set to True if you want to use this feature.
recovery_zone_multiplier: How many times bigger than the Recovery Zone Range Pips the Recovery Zone Exit Pips will be.
Version 9.3 2015.12.10
Fixed lot calculation issue occurring when system restarts.
Version 9.2 2015.11.30
- Fixed the comment names, that sometimes were giving trade no 2 twice.
Version 9.1 2015.11.23
-Added the option "Close_Trades_Before_TP" where user sets whether or not the First Trade can be closed before reaching before reaching their selected Take Profit.
Version 9.0 2015.11.18
- Faster algorithm
- More easy to use options

- Ability to use with grid trades
- Max drawdown option
- Time filter options
- Close on Friday options
Version 8.2 2015.09.10
Ability to terminate the external EA that opens the trades when External EA is used to initiate trades.
Version 8.1 2015.09.03
Trail the exit point for no_hedge mode
Slippage mode for no_hedge mode
Fixed some minor bugs
Version 8.0 2015.08.14
- Added No Hedge Recovery Mode to Allow traders with No Hedge capabilities to use the EA.
Version 7.1 2015.05.06
-Allows use on symbols/brokers where min lot size and increment is 0.1 or 0.01 . Automatically detected.
-Faster Code.
-Allows using pending orders from external manual trades or EAs.
-Issue with Protect Profit resolved.
-Kill All Now function for closing all open trades.
Version 7.0 2015.04.23
A significant number of bugs resolved.
Version 6.0 2015.03.25
Fixed a bug occurring when Enable Second Chance and Trailing Stop is True.
Version 5.0 2015.03.23
-Ability for trades to opened by an external EA , or manual trades to be recovered by the Loss Recovery EA
-Second Chance mode that puts more weight in the initial trade giving it more chance to avoid falling into recovery zone
-Ability to trail the exit points increasing the potential trades without increasing risk
-Ability to determine the profits after recovery as a fixed amount
Version 1.40 2015.01.20
- When entering entry_price exceeding 0, an actual pending order is placed.
- spread_close option for closing all trades once either reaches stop loss to avoid waiting the spread to cover opposite type spread to reach Take Profit.
Version 1.10 2015.01.16
- BackTest settings adjusted by default.