Version 1.2 2018.05.21
- Fixed wrong calculation of the number of SignalSize boxes after a reversion (entries were made 1 box earlier than necessary);
- Fixed occasional skipping of additional orders opening with MultipleOrders enabled;
- Added the VersionCompatibility parameter (by default - 0): if changed to 1.1, the robot starts working according to the old algorithm from version 1.1 (can be useful to those who have successful settings for the previous algorithm, although it was not canonical).
Version 1.1 2017.09.28
- Added: checkup for broker trade settings regarding OrderCloseBy function (if it's not allowed, orders are closed in standard way by OrderClose).
- Added: checkup for price movement direction change is now performed after startup for the generation of a very first signal (in version 1.0, new order could be opened just after startup if price has moved in any direction for specified number of boxes; all subsequent signals are processed in the same way as in version 1.0).
- Added: parameter TakeProfitInBoxes.