Version 2.17 2023.03.12
Мелкие исправления.
Version 2.16 2023.02.23
Фиксирование мелких ошибок
Version 2.14 2022.10.31
Fixed openBuyStopBufferIndex, openSellStopBufferIndex
Version 2.13 2022.09.10
Добавлена новая опция в параметр IndexAction - Appear, позволяющая советнику открывать сделки по изменению цвета "трендовой линии"
Version 2.12 2022.08.31
Параметр orderShift применен для вычисления SL.
Version 2.11 2022.04.17
добавлен параметр takeProfit_ATR_Factor
Version 2.10 2022.03.31
Добавлены параметры ObjectBuy и ObjectSell
Version 2.9 2022.03.14
Мелкие исправления
Version 2.8 2022.02.23
Добавлены параметры stopLossShift_Bars и stopLossShift_Factor
Version 2.7 2022.02.23
добавлен параметр trailStart
Version 2.6 2022.02.21
Исправлена ошибка одновременной работы на нескольких инструментах.
Version 2.5 2022.02.19
Мелкие исправления
Version 2.4 2022.02.18
Исправления в работе с TP1, TP2, TP3
Version 2.3 2022.02.11
добавлен параметр symbols - список инструментов
Version 2.2 2022.02.02
добавлены параметры: arrowBuyColor, arrowSellColor, arrowCloseBuyColor, arrowCloseSellColor
Version 2.1 2022.01.30
Исправление мелких ошибок
Version 2.0 2022.01.28
Добавлен ввод параметров индикатора
Version 1.38 2022.01.10
Добавлены параметры:
arrowBuy, arrowSell - коды стрелок на покупку/ продажу;
arrowCloseBuy, arrowCloseSell - коды стрелок на закрытие покупки/ продажи.
Version 1.37 2022.01.07
Добавлен параметр maxSpread и фильтр по времени в формате строки 00:00:00
Version 1.36 2021.12.22
Обновлен параметр indexAction
Version 1.35 2021.11.26
Исправлена работа TP1, TP2, TP3
Version 1.34 2021.11.25
Исправлен time-фильтр
Version 1.33 2021.10.08
Добавлен параметр loss_compensation - частичная компенсация убытка.
Version 1.32 2021.09.26
Добавлены индексы trailBuyBufferIndex и TrailSellBufferIndex
Version 1.31 2021.06.14
Добавлена возможность работы с отложенными ордерами.
Version 1.30 2021.06.12
Добавлено useFilterButtons
Version 1.29 2021.06.08
Добавлен параметр stopLoss_Bars для установки SL по минимуму/максимуму заданного количества свечей.
Version 1.28 2021.06.01
Fix error
Version 1.27 2021.06.01
Fix error
Version 1.26 2021.06.01
Add ObjectStopBuy and ObjectStopSell
Version 1.25 2021.03.23
add IndicatorTimeFrame
Version 1.24 2021.03.23
add minProfit_level
Version 1.23 2021.02.16
correct minprofit_noloss
Version 1.21 2021.02.14
use tp1, tp2, tp3
Version 1.20 2021.02.14
add tp1,tp2,tp3
Version 1.19 2019.01.08
Добавлена работа с графическими объектами
Version 1.18 2018.07.03
1. Added the ability to place pending orders, parameters:
- openBuyStopBufferIndex;
- openBuyLimitBufferIndex;
- openSellStopBufferIndex;
- openSellLimitBufferIndex.
2. Options for working with pending orders:
- pendingReversClose - remove the opposite orders when a new signal is received;
- pendingMinMax - place pending sell orders above the previous ones, and buy orders - below.
3. Added options for setting the SL level based on TP or the TP level based on SL, parameters:
- stopLoss_factor;
- takeProfit_factor.
Version 1.17 2018.05.08
Added a signal for partial closing of deals.
Version 1.16 2018.05.03
Added filters based on signals of indicators: RSI, Stohastic, SAR, StdDev, MACD
Version 1.8 2016.12.19
Added handling of the custom chart events:
- CustomEventBuy
- CustomEventSell
Added the TesterAutoTradeWeek parameter for the automatic validation of the EA on mql5. In testing mode, the EA automatically generates buy events 1 time per week.
Version 1.5 2016.06.21
Added filter of trades based on the Moving Average. If the price is above MA, only Buy trades can be performed. If the price is below MA, only Sell trades are executed.
Filter parameters:
-useMaFilter - enable MA based filtering of signals;
-MaFilterTimeFrafe - timeframe of the Moving Average;
-MaFilterPeriod - period of the Moving Average;
-MaFilterMethod - method of the Moving Average;
-MaFilterPrice - prices of the Moving Average.
Version 1.3 2016.06.07
- Minor improvements
- Added email and mobile notifications