Version 3.0 2020.10.02
Code quality vastly improved. Optimizations and trading performance are now much faster.

Improved User Interface now groups feature set in a way that is clearer

New features have been added:

-User can select Absolute or Relative DD% for hard equity stop loss

- RestartPercent controls how many consecutive trades to scale based on equity in addition to internal calculations

- Start and Stop hour control what hours of the day to trade

- Oscillator can be turned off for trade entry only by ATR and Entry TF

- Entry is now ultimately controlled by time frame. One entry will occur per TF. This supersedes MaxOpenTrades variable,
however, MaxOpenTrades variable will matter if ENTRY_TIMEFRAME is lower than other signal Timeframes. For example,
if DeMARKER entry TF is M5 and ENTRY_TIMEFRAME is M1 and MaxOpenTrades is 5, 5 trades will open on signal one each
M1
Version 2.0 2020.04.29
Major Update Includes:

Strategy improvement and feature additions.

- adds ability to scale lotsize by consecutive wins when AutoLot is enabled.
- improved AutoLot feature overall, bug fixes.
- user can modify trend filter timeframe.
- recovery mechanism improved. Lotscale now scales separately from regular trades. 'OFF' setting added.
- added oscillator indicator for improved entries/lower DD.
- added ability for user to control maximum number of open trades, with entry indicator allows risk to be diversified.
- added all languages to product descriptions.

Code design and quality improvements and bug fixes.


Version 1.2 2020.01.15
Fixed a bug in the trailing stop loss calculation that was causing incorrect behavior. Trailing stop loss now works as intended.
Version 1.1 2019.12.22
Input variable MagicNumber2 was added to prevent scaled lots from confusing the equity drawdown feature when multiple instances are run. Previously the magic number for these trades was static across instances and kept internally.