Version 14.81 2026.04.30
- Technical code review was performed using modern AI tools.
- Some outdated MQL4 calls were updated for better compatibility with current MetaEditor/MT4 versions.
- Minor technical issues and code warnings were fixed.
- Work with graphical objects on the chart was improved.
- Small adjustments were made to the display of auxiliary levels.
- The trading logic of the Expert Advisor was not changed.
Version 14.80 2024.07.17
- Small code changes that do not affect the trading logic. Users do not need to change anything in the settings
Version 14.79 2020.04.21
1) Added parameters:
- Exit DD Currency - The total loss in money for all transactions of the current pair, at which all orders of this pair will be forcibly closed. If 0 - off
- Max Open Grid Level - the maximum number of allowed open grid orders
- Journal Info Language - select the language (RUS or ENG) to display information in the journal.
2) Fixed minor bugs and shortcomings
3) Added additional checks on the correct operation of orders
Version 14.65 2018.09.03
- Добавлен параметр StopEqualCurrencyDelay. Если true - то происходит рандомная задержка перед проверкой фильтра валют от 0 до 10 секунд.
- Добавлен параметр StopOpenNewOrders. В положении true советник прекратит открывать ордера по паре, которая еще не в рынке.
- Разделение спреда для бай и селл отдельно: Max Spread BUY и Max Spread SELL
- Добавлен Траллинг Стоп.
– Добавлен параметр Same Grid Orders Lot Size - количество ордеров подряд, у которых лот будет одинаковым.
- Исправлены ошибки.
Version 14.41 2017.12.26
- Fixed trade errors.
Version 14.39 2017.12.06
- Added the UseMaxCandleForAllOrders parameter - use the maximum candle size filter for all orders of the grid.
- Fixed minor bugs.