Help ....The MT4 OBJPROP_DRAWLINES integer does not functioning

 

The ENUM_OBJECT_PROPERTY_INTEGER   "OBJPROP_DRAWLINES" does not functioning on MT4, but it does on MT5.

We can see the existence of the integer "OBJPROP_DRAWLINES" on the web-page 

   https://docs.mql4.com/constants/objectconstants/enum_object_property,

   on the table ENUM_OBJECT_PROPERTY_INTEGER..

This integer does not functioning on MT4 platform, even if it is refereed on the MT4 documents.

I am asking,

  a) what code I can use to create the same function on MT4 as the function of MT5 OBJPROP_DRAWLINES, or

  b) what is the code behind the MT5 OBJPROP_DRAWLINES.

Thanks in advance for your reply.

 

Object Properties - Objects Constants - Constants, Enumerations and Structures - MQL4 Reference
Object Properties - Objects Constants - Constants, Enumerations and Structures - MQL4 Reference
  • docs.mql4.com
Graphical objects can have various properties depending on the object type. All objects used in technical analysis are bound to the time and price coordinates: trendline, channels, Fibonacci tools, etc. But there is a number of auxiliary objects intended to improve the user interface that are bound to the always visible part of a chart (main...
Reason: