How can i make an Info Panel on Chart?

 

Hi,

i like to know if somewhere is a codesnippet for a info panel on chart. Now i am working with comments to show informations on chart. But this inforemations will be overwritten bei chart candles or something else. I like to have an panel which is in front of all objects on charts. There i want to show informations from the ea. 

 
Graphical Interfaces I: Animating the Graphical Interface (Chapter 3)
Graphical Interfaces I: Animating the Graphical Interface (Chapter 3)
  • www.mql5.com
This article is the continuation of the first part of the series about graphical interfaces. The first article Graphical Interfaces I: Preparation of the Library Structure (Chapter 1) explains in detail what this library is for. A complete list of links to the articles of the first part is at the end of each chapter. There, you can also...
 

I think this is what you're looking for. 


https://www.mql5.com/en/code/13688

CComment Class
CComment Class
  • www.mql5.com
The ССomment class was designed to extend the capabilities of the standard Comment function. Its purpose is to display a multi-line comment on a panel. Methods of this class allow you to specify text color, font, style and line spacing. You can move the panel within the screen space with the mouse. For the purpose of backwards compatibility, we...