Discussion of article "How to create a graphical panel of any complexity level" - page 10

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Can anyone help me create a panel of buttons like the photo that use Standard Library?
Can anyone help me create a panel of buttons like the photo that use Standard Library?
Code examples can be found in the MQL5 Help: Panels and Dialogs
Thank you. I'm newbe, I am learning to code by myself. I can't code myself. I am trying to read the code myself and understand it. Can you code example for me?
I gave a link to examples in the post above ... Study.
Hi Vladimir
Thank you for your article. It's very useful.
I'm trying to make a panel in separate window to be accessible and shown in all charts once attached to one of them. Is there any standard solution for that?
Hi Vladimir
Thank you for your article. It's very useful.
I'm going to make a panel in separate window to be accessible and shown on all chars once attached to one of them. Is there any standard solution for that?
Search CodaBase for 'Panel'.
Search CodaBase for 'Panel'.
What is CodeBase? a web site?
What is CodeBase? a web site?
Search box in the upper right corner ... And then filter by CodeBase.
Please, tell me what I need to do to ensure that the trading panel created by the method described in the article is always on top of the graphical objects created after it?
This is how the panel created by the Control.mq5 Expert Advisor from the standard delivery looks a few days after installation on the chart where active trading is conducted:
Can you please tell me what I need to do to make the trading panel created in the way described in the article always appear on top of graphical objects created after it?
This is how the panel created by the Control.mq5 Expert Advisor from the standard delivery looks a few days after installation on the chart where active trading is conducted:
All elements of the panel should be redrawn - this way they will occupy the "top" position.