Changes Log - TheTimeOfDayHedgingEA
4 September, 2020
- Version 2.1.0:
- Added check of available free margin for new trades.
- Version 2.0.0:
- Added concept of 'run' of trades which gets started with the first trade and offers a profit and loss overview of all closed and open trades since the start of the run.
- Added combined profit target feature: close off ongoing trades when aggregated profits of the ongoing run reach the configured value.
- Added buttons to the EA dashboard to manually close ongoing trades, start a new run of trades at any time.
- EA asks for user confirmations upon trading a live broker account.
- Improved notifications in the chart when update to the EA becomes available.
- Added market to the Market Watch window in the case it was not there as a convenience feature.
- Improved handling of chart closure according to changes in MT4 builds.
- Improved symbol check when broker configures symbol without path in the terminal.
- Fixed EA dashboard to report 100% free margin when no trade is open.
- Improved CFD scaling for 10k FOREX pairs, like InstaTrader broker.
- Improved SL and TP recovery for multiple open positions case.
- Improved handling of stoplevel while setting SL and TP.
- 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.5.0:
- Improved support for some spread betting type of broker accounts.
- Version 1.4.0:
- Improved non-English Windows language handling.
- Version 1.3.0:
- Added slippage control through configuration files.
- Expanded EA input parameter descriptions with hint of possible value ranges could be used.
- Version 1.2.0:
- Allow EA operating in environments running out of timers.
- Version 1.1.0:
- Adjusted default EA input parameter Hedge Entry Mode to Rebalance Open Buys And Sells.
- Added entry time to dashboard.
- Updated EA for latest MT4 build 1090.
- Version 1.0.0:
- Adjusted default EA input parameter values.
- Applied product marketing name.
- Version 0.2.0dev:
- Added option to keep balance between the number of buy and sell trades at new position entry.
- Introduced EA input options for Take Profit as percent of Initial Stop Loss.
- Added some EA input parameter validations.
- Version 0.1.0dev:
- Initial version with hedged entry and trailing exit.