List of changes in the Help for MQL5 – MetaTrader 5
Below is a list changes in the MQL5 Help file.
Note: The Help is not updated automatically but can be downloaded at: http://www.mql4.com/files/mql5.chm
- Added the OBJPROP_READONLY property for the Edit graphical object, which enables/disables editing of a text in this object;
- Added an example for the IndicatorRelease() function;
- Added the IndicatorCreate() function in the “Access to timeseries and indicators” section;
- Added the ENUM_INDICATOR enumeration, indicating the type of an indicator for the IndicatorCreate() function, in the “Standard Constants, Enumerations, and Structures / Constants of Indicators / Types of Technical Indicators” section;
- Added the ENUM_DATATYPE enumeration to specify the type of an input parameter in the “Standard Constants, Enumerations, and Structures / Constants of Indicators / Identifiers of Data Types” section;
- Added the MqlParam structure in the “Standard Constants, Enumerations, and Structures / Constants of Indicators / Structure of Indicator Input Parameters” section;
- Added errors in the “Standard Constants, Enumerations, and Structures / Error and Warning Codes / Runtime Errors” section.
ERR_INDICATOR_WRONG_PARAMETERS
4808
Invalid number of parameters in indicator creationERR_INDICATOR_PARAMETERS_MISSING
4809
No parameters at indicator creationERR_INDICATOR_CUSTOM_NAME
4810
The first parameter of an array must be the indicator nameERR_INDICATOR_PARAMETER_TYPE
4811
Invalid parameter type in the error at indicator creation
Â
Source – http://forum.mql4.com/27395
Related posts:

