Version 5.7
2019.07.16
- Removed improved CCI function
- Some fixes
Version 5.4
2019.06.12
- Rewritten: HandleLostPositions function
- Fixed some small bugs
Version 5.1
2019.05.17
- Add new strategies: CCIAverage, HMAColor, Smoothed and other
- Improved other strategies
- Remove unused or bad strategies
- Fixed problems
- Add new functions for trading on all symbols or on the list of symbols and timeframes
Version 3.48
2017.10.13
[+] Added parameter MaxOpenedPositionsOnCandle=3 that sets the maximum number of positions opened on a single candle according to the active signal. Can only used with HandleOnCandleOpenOnly=true.
[+] Added parameter AddPositionsIndependently=false that adds positions independently from already opened positions.
[+] Added parameter MaxConcurrentOpenedOrders=4 that sets the maximum number of positions that can be open in both directions at the same time.
[*] Renamed UseStochasticBasedIndicator to UseStochasticBasedStrategy.
Version 3.37
2017.09.20
- Change signal building for RSI-based indicator
- Change smooth of trend indicator to 1.0 from 3.0
- Add MaxDynamicLotSize on LotAutoSize
- CountCharsInCommentToEscape for escape a number of chars in comment if broker set some info
Version 3.33
2017.09.12
New:
- Added a strategy based on the combination of Stoch and RSI (activated by default)
- Add a parameter for trading only buy or sell positions
- Added a flag to trade only on new candles (as in older versions) or trade the whole candle (produces more trades per signal)
Fixed:
- Some issues with the function of handling the positions opened by user
- Improved the speed of the trend indicator
Version 2.90
2017.08.28
Added a new strategy based on the stochastic indicator
Additional positions are opened on signal, if the maximum lot size is reached
Version 2.70
2017.08.17
Added new params for trading
Various bug fixes
Version 2.50
2017.08.14
- Changed signal formation for better results.
- Transfer and handle manually opened positions.
Version 2.15
2017.06.23
Disable debug output