Version 2.7
2021.01.17
1. Convenience of choosing the type of open orders
2. Fixed a bug with the freezing of the advisor
Version 2.5
2019.05.07
Вернул МА фильтр
Version 2.4
2019.05.07
Убран МА фильтр
Version 2.3
2019.05.05
1. Removed MA filter
2. Added the ability to set stop loss
Version 2.2
2019.04.11
Bug fix with virtual take profit in lock mode
Added MA_Volume_Filter_Method parameter for Volume filter
Version 2.1
2019.04.01
1. Для каждого из фильтров добавилась возможность указывать до 3 таймфреймов, на которых будет производиться анализ.
2. Исправлена ошибка с виртуальным тейк-профитом
Version 2.0
2019.02.01
1. Добавлена возможность в индикаторе MARSI отключать MA (увеличивает скорость тестирования, результаты могут отличаться).
2. Добавлен мультипликатор лота первой позиции для защитных ордеров
3. Исправлена ошибка в ММ
Version 1.9
2019.01.30
1. Добавлена возможность открывать сделки по сигналу только либо Buy либо Sell (При этом хеджирование будет работать);
2. Теперь при параметре StopStep = 0 советник будет открывать не отложенные ордера ;
3. Переработана логика следующих фильтров: MA_Filter, MA_Volume_Filter и MARSI_Filter;
4. Убран фильтр GRV;
5. Добавлена возможность фиксации прибыли и убытков как в размере валюты, так и в процентах;
6. Добавлен механизм закрытия сделок если пришел сигнал в обратную сторону;
7. Убран функционал закрытия сделок во время новостей и выставления StopLoss во время новостей;
8. Перебрана и изменена структура настроек.
Version 1.8
2018.06.07
Hedging with elements of locking. Added GRV filter.
Version 1.7
2018.02.19
Fixed bug with spread
Version 1.6
2018.02.09
1. Added compliance with FIFO rules for virtual take profit.
2. Added Spred parameter that allows you to stop trading when the spread exceeds the value of this parameter (in points).
3. In case of a virtual take profit, in the event of an unsuccessful closure, the order repeats attempts to close until all orders are closed.
Version 1.5
2018.01.10
Fixed a problem with instruments that have 4 decimal places.
Version 1.4
2017.12.05
Added the news filter (stop loss can be set when trading with the news filter). Developed and added a completely new system for determining the strength and direction of the trend. Also, the additional filter has been replaced by a filter based on the ADX indicator. Added new filter based on the MACD indicator. Added: comment to orders, management of trading on Monday and Friday, the maximum number of orders in a series.
Version 1.2
2017.03.15
Fixed bug with virtual take profit.
Version 1.1
2017.03.09
Added the parameters:
VirtualTP - if true, the EA sets a virtual take profit;
MultiplierStep - multiplier of the Step parameter;
addfilter - if true, the EA enables an additional filter based on the Bollinger Bands indicator;
Period BB - period of the Bollinger Bands indicator;
deviation - deviation of the Bollinger Bands indicator;
FridayTradeOff - if true, the EA stops trading on Friday; if false, then all parameters in the FridayOff section are disabled;
HourEndFriday - the time for the EA to stop trading on Friday;
CloceAllOrdersInFriday - if set to true and FridayTradeOff = true, the EA will close all orders on Friday at the specified time; if set to false and FridayTradeOff = true, the EA will continue maintaining the opened orders, but will not open new series of orders.
At this time, I got solid results. Good EA