Make the bars vanish

 

Hi

In mal5, who can I make the bars vanish so that I have all the room to put buttons, text boxes and labels?

It needs to be in such a way so that dragging the chart or price does not change the appearance.

I remember in mt4, some settings with chart Properties > and play around with the color and scale section. Any suggestions how to do it?


Thanks

 
You could use a Rectangle Label
 

If I understand you question correctly, are you talking about putting the panel on top of the bars instead of them showing on top of the panel??

This is toggled by the box in the attachment. It will send the bars to behind the objects instead of putting them in front.  The bars outside the panel will show as before.

It is an option in the Properties of the chart window.

Files:
 

You need to set:

//--- display in the foreground (false) or background (true) 
   ObjectSetInteger(chart_ID,name,OBJPROP_BACK,false);
For the object on top.
Reason: