OnChartEvent - what id == 8 means?

 

Hi,

When I change the name of the chart object there are actually 3 events generated:

CHARTEVENT_OBJECT_DELETE = 6

CHARTEVENT_OBJECT_CREATE = 7

The third one - not listed in the reference guide = 8


So, what is the meaning of the event of id = 8?


Thanx

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Object Types - Documentation on MQL5
 

See description of CHARTEVENT_OBJECT_CHANGE in this help topic 

Print(CHARTEVENT_OBJECT_CHANGE);

 

 
alexvd:

See description of CHARTEVENT_OBJECT_CHANGE in this help topic 

 

Thanks. Somehow I missed this constant. :(
Reason: