Version 2.5 2022.12.23
1) Added buttons B, S. They switch the trading mode only to buy, or only to sell.
2) Added the One Strat Mode parameter. If the parameter = True, then the Expert Advisor operates in a single strategy mode, the parameters for strategies are taken from the first lines of the parameter range. This is convenient if you need to analyze one virtual strategy, or run optimization in the terminal strategy tester.
3) The Normalize parameter function has been fixed. If you have used it in your strategies, then make a copy of the old version and use it. Or update your strategy files to the new version.
4) Added Create_mode_from_file to the TradeMode parameter. With this parameter, you can continue to create a strategy from an existing strategy file.
5) The Use Ignore File function is excluded, the parameters are removed. These parameters are no longer required, because the Create_mode_from_file option has appeared.
6) Fixed notification about DynamicExcludeMode. Now it will not appear.
Recompilation of version 2.4, because there was no update
Version 2.4 2022.12.23
1) Added buttons B, S. They switch the trading mode only to buy, or only to sell.
2) Added the One Strat Mode parameter. If the parameter = True, then the Expert Advisor operates in a single strategy mode, the parameters for strategies are taken from the first lines of the parameter range. This is convenient if you need to analyze one virtual strategy, or run optimization in the terminal strategy tester.
3) The Normalize parameter function has been fixed. If you have used it in your strategies, then make a copy of the old version and use it. Or update your strategy files to the new version.
4) Added Create_mode_from_file to the TradeMode parameter. With this parameter, you can continue to create a strategy from an existing strategy file.
5) The Use Ignore File function is excluded, the parameters are removed. These parameters are no longer required, because the Create_mode_from_file option has appeared.
6) Fixed notification about DynamicExcludeMode. Now it will not appear.
Version 2.3 2019.06.14
- Added a progressive system of repeated attempts to open and close orders after unsuccessful attempts with a delay of 0.1 seconds to 1 minute with notification.
Version 2.2 2019.04.28
- FirstPositionAndReverseChance function is divided into two functions FirstPositionChance and ReverseChance.
- Default settings changed GlobalRecovery2019=false, GMT=3, SummerTime=true.
Version 2.1 2019.04.26
Some fixes for FirstPositionAndReverseChance procedure
Version 1.9 2019.02.04
Added parameter LossToExtraRecoveryChance=0
Changed parameter ReverseChance on FirstPosition&ReverseChange=100
Version 1.8 2019.02.01
Removed mistakenly added not actibe parameters pReverseChance, pReverseChance2, pReverseChanceinc. There is only one global ReverseChance parameter.
Version 1.7 2019.02.01
Added ReverseChance parameter
Version 1.6 2019.01.21
Corrections in the procedure of changing the global variable
Version 1.5 2019.01.17
1. Added GlobalRecovery2019. Enabled by default.
2. Changed default settings.
Version 1.4 2018.10.09
- Changed function: SpreadLimit. Now the limit is compared with the current and the average of 10 ticks spread. If the limit is exceeded, calculations are stopped (equivalent to pressing the Stop button)
Version 1.3 2018.09.27
- Added Random module to CreateMode
- Changed the description of the first line in the file (does not affect the strategies)
- Changed, after initialization or restart, the EA waits for the next bar before opening positions
- Added, SaveToExtarerecoveryAfterDD
- Added display menu option MaxDD and SaveToExtarerecoveryAfterDD
Version 1.2 2018.05.25
1) Fixed the Extrarecovery function for the Global variable.
2) Modified the NormalizeLots function, set a limit on the maximum lot size.
3) Modified the NotAverageInMoreMaxRealLots function.
4) Modified the NotLimitMaxLots function, set a limit on the maximum lot size.
5) Modified the NotLimitMaxBalance function, set a limit on the maximum balance size.
6) Added the CloseOnly button. In this mode, the virtual strategies are only closed, without addition of new positions.
7) Added the CloseOnly mode for displaying the news to the Filters tab.
8) Changed the default settings ManualGMTOffset=3, SummerTime=true.
9) Added new parameters pAllowReduceLotsFrom=0, pAllowReduceLotsFrom2=0, pAllowReduceLotsFromInc=0.1 - allow decreasing the lots using the pReduceLotsAfterRevers parameter starting from the number of lots greater than pAllowReduceLotsFrom.
Version 1.1 2018.03.06
- Fixed calculation when NotAverageIfMoreMaxRealLot=true.
- Fixed displaying NeedToRecover information for TwoSeparatePositions.
- Changed the AutoRestart option, it now also works for the NotAverageIfMoreMaxRealLot=true option.
- NotLimitBalance - fixed, now if TRUE, it will increase 2 times in case of virtual balance shortage.
- Added NewsFilterMode=CloseOnly. In this mode, the EA will work only in the mode of closing virtual positions.