Disable object descriptions from programming

 
Hello,
With MQL5 I have a problem that I can't solve no matter how hard I try: I want the descriptions of the objects not to be displayed, although the trading history is.


Do you know if by programming the descriptions of the objects can be disabled?

Best regards,

Juan

 
febrero59: With MQL5 I have a problem that I can't solve no matter how hard I try: I want the descriptions of the objects not to be displayed, although the trading history is. Do you know if by programming the descriptions of the objects can be disabled?

Use the function ChartSetInteger() with the property CHART_SHOW_OBJECT_DESCR.

Documentation on MQL5: Constants, Enumerations and Structures / Chart Constants / Examples of Working with the Chart
Documentation on MQL5: Constants, Enumerations and Structures / Chart Constants / Examples of Working with the Chart
  • www.mql5.com
Examples of Working with the Chart - Chart Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Thank you very much Fernando (I'm already starting to learn to search).
Reason: