Changes Log - RSIEnvelopeTrader
6 August, 2019
- Version 1.3.0:
- Added support for Index and Futures markets as many brokers offer them as CFD type market. See EA input parameter CFD Tick Scaling.
- New improved EA graphical user interface with added features like roll up of EA dashboard, switch between dark and light colour schemes.
- Version 1.2.0:
- Added support for non-FOREX market types.
- Version 1.1.0:
- Added configuration option to turn off DLL pre-check for some environments like localized non-English Windows.
- Version 1.0.1:
- Fixed a missing memory release step specific to backtesting run. Was not impacting trading functionality or results.
- Version 1.0.0:
- Version 0.19.0beta:
- Version 0.19.0dev:
- Added feature to plan and display topup information of estimated lot sizes, profit and losses for each topup stop out levels, total targeted profit.
- Allowed for a topup level to be turned off.
- Version 0.18.0dev:
- Fixed stop loss topup derivation for lot sizing feature.
- Added capping of lot sizing to broker allowed maximum value.
- Revised logging.
- Version 0.17.0dev:
- Updated EA default parameter values.
- Updated EA dashboard to present key parameter values.
- Version 0.16.0dev:
- Added EA parameter TradingLogicExecution to select between Every Tick vs Open Bar Only trading logic execution modes.
- Version 0.15.0dev:
- Added exception handling of position entry failure: EA keeps re-entering new position until price remains within sensitivity distance beyond topup entry level.
- Updated EA dashboard to present topup information about the trading plans as well as the trade executions phases.
- Version 0.14.0dev:
- Maximum open initial trades are limited to 1.
- Introduced sensitivity parameter in pips beyond topup entry level to limit maximum distance from entry point for new positions.
- Introduced minimum topup stop loss parameter to avoid too small SL for topups.
- Version 0.13.0dev:
- Added automatic closure of open topups if initial trade gets closed off externally.
- Initial and topups cumulative profit and loss presentation is moved to topups info section on the dashboard.
- Updated dashboard section EA Info updated to display all EA setup input details.
- Updated dashboard section Topup Info to display direction of initial entry.
- Version 0.12.0dev:
- Topup management feature uses separate magic number.
- Dashboard expanded to present topups related information.
- Version 0.11.0dev:
- Improved topup managememnt to allow for multiple initial open trades at the same time.
- Version 0.10.0dev:
- An initial version of topup trades feature added in.
- Version 0.8.0dev:
- On-chart EA dashboard pushed to foreground for improved usability. Chart foreground options can be selected through EA configuration files.
- Fixed dynamic trailing not triggered.
- Version 0.7.0dev:
- Added Envelopes based entry method.
- Changed RSI level number input to dropdown fields for the overbought/sold and trigger area definitions.
- Version 0.6.0dev:
- Added Day Of Week filter for trading.
- Added second trailing stop phase feature.
- Expanded EA status displayed on dashboard.
- Added input parameter validations, updated log messages.
- Version 0.5.0dev:
- Version 0.4.0dev:
- Coupled up with corresponding Finder EA.
- Version 0.3.0dev:
- Changed to use closed last bar for new trade entry identification.
- Added protection not to enter a new trade after more than 60 seconds into a new bar, e.g. due to unavailable data feed.
- Version 0.2.0dev:
- Initial version with entry, exit and position management features.