Version 7.4
2019.04.12
Filter by "Gann Hi-Lo Activator SSL" added.
Version 7.3
2019.04.02
Filter by "Heiken Ashi MA for MQL5" indicator added (works only if indicator is in the Market folder)
Version 7.2
2019.03.26
LotSize calculation fixed
Version 7.1
2019.03.26
Added signal based on MACD CA indicator
Version 7.0
2018.05.21
The EA has been built in the new MetaTrader 5 version to ensure compatibility with new testing agents.
Version 6.6
2015.04.14
Added trailing stop.
You can customize trailing stop size ("TrailingStop in points") and the total position profit (in points), after which trailing is activated ("Start TrailingStop after profit").
Added ability to close the entire series of deals when the opposite signal appears ("Close on opposite signal").
Added ability to define the lot of a first deal in the series in percentage of the balance ("Risk for start lot").
Version 6.3
2015.01.19
Minor bug fixes in FirstTakeProfit operation
Version 6.2
2015.01.16
A new parameter has been added: FirstTakeProfit. It is used for specifying individual Take Profit for the first trade of a series.
Version 6.1
2015.01.07
Added ability to open the first trade of the series without a signal. Simply set "Start signal" parameter to "No signal".
Enjoy!
Version 6.0
2014.10.29
Added the possibility to trade using TraderDream Evolution indicator's signals! The good news is you do not have to buy the indicator, it is built in the EA.
Just choose the "TraderDream signal" in the settings, set the Period and Type of MA used in the indicator, and EA will work using new algorithm.
Version 5.70
2014.10.22
Added selection of a signal to open the first trade in the series ("Start signal" variable):
* "Simple signal" - original signal (like in the previous version)
* "MA cross signal" - crossing of 2 MAs signal (period and type are set by "MA Period" and "MA Type" variables)
Tip: In order to "reverse" the MA signal, interchange fast and slow MA periods. ;)
Version 5.65
2014.07.30
1. Added the possibility to limit the time of opening the first deal. To activate the limited working time, set "Use custom work time = true" and configure appropriate trading intervals.
Several intervals can be set for each day of week. Thus, you can configure a flexible schedule for the entire week.
For example, if you set "00:00-11:59" interval for Monday, the Expert Advisor will open positions up to 12:00 (the interval's last minute is included).
If you set "13:58-14:05,15:28-15:35" intervals for Friday, the Expert Advisor will trade during 2 intervals having 8 minutes each.
The intervals should be specified in HH:MM-HH:MM format. 0 should be specified in hours and minutes less than 10. Wrong specification example: "0:00-1:20", correct one: "00:00-01:20". A comma (,) is used between the intervals as a separator. The number of specified intervals is not limited.
You can also select what time should be analyzed (does not work in the tester):
- Time Trade Server: trade server time (that you see in the terminal),
- Time Local: your PC's local time,
- or Time GMT (if your computer is configured correctly).
2. Added the possibility to prohibit opening deals during high spreads (MaxSpread parameter).
Good luck in trading!
Helpful Developer