Changes in version 1.6
Published at 2013-02-17.
This is a feature release.
- Improved support for external variables: able to change the parameters using standard dialogs on EA startup, while the expert advisor is running, and during optimization in the strategy tester. See the guide: How to use extern variables and optimization.
- Added ability to create a custom-branded expert advisor. See the guide: How to customize expert branding and prepare for distribution.
- New "MovingAverageCustom" sample shows an expert advisor with a custom name and copyright, and external parameters ready for optimization. After building the sample you need to open and build "MovingAverageCustom.mq4" with MetaEditor, and run it in the MT4 terminal.
- Fixed DateTime and Color handling in formatting functions (Print, Alert, Comment).