You should ask the author of the library.
In general you can just set the chart object to draw in the background, check the documentation.
I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI
So my panel always stay on top
(See attached picture)
Nice color scheme .
If you hide an object and then show it again it comes up on top i think .
The library -logically- has show and hide methods that could probably propagate top down for embedded objects .
So when you detect the creation of a non panel object you hide then show the panel .
Nice color scheme .
If you hide an object and then show it again it comes up on top i think .
The library -logically- has show and hide methods that could probably propagate top down for embedded objects .
So when you detect the creation of a non panel object you hide then show the panel .
it worked!
You should ask the author of the library.
In general you can just set the chart object to draw in the background, check the documentation.
I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI
So my panel always stay on top
(See attached picture)
I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI
So my panel always stay on top
(See attached picture)
Hello EL_OUARDY
for the mql5 ordering of labels and GUI
you have 2 factors for the object to appear behind the main panel,
this depends on the order of how the objects are created and initialized,
and also on the objectsetinteger (0, labelname, objprop_back, false) to set it on top of other object

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I created this GUI with EasyAndFastGUI library but I stuck on something
I can't figure out how to make newly created chart objects display under my GUI
So my panel always stay on top
(See attached picture)