MQL4 Reference Constants, Enumerations and Structures Objects Constants Object Types
|
Object TypesWhen a graphical object is created using the ObjectCreate() function, it's necessary to specify the type of object being created, which can be one of the values of the ENUM_OBJECT enumeration. Object type identifiers are used in ObjectCreate(), ObjectsDeleteAll() and ObjectType() functions. Further specifications of object properties are possible using functions for working with graphical objects. ENUM_OBJECT
|