SEND OBJECTS TO THE BACKGROUND OF THE GRAPH
-
Hi, I'm making a panel with information about trades and when the lines are drawn on the chart, they are placed on top of my panel.
Is there a way to select those lines and send them to the bottom of the chart every so often?
Thank you very much for your help -
@ajmd97fx That's hard programming man! A real programmer is required here.
-
@l-andorrà In principle, the idea that comes to mind is to select all the objects through the object type and the beginning of their name and then put a custom code that tells them to go to the bottom of the graph.
That function is what I need. Modify object properties and send to the background -
@ajmd97fx I'm not sure this may help but I found this fir the 'on chart' tab:

-
@l-andorrà 🧐 lo investigaré, pero lo he resuelto creando un botón. Si está activado lo dibuja, si lo desactivo lo borra
-
you need to refresh (recreate) all relating objects in ascending order ... sending an existing object in the background actually does not appear graphically, but only for mouse clicks (selecting) --- this is how metatrader works