Discussing the article: "Creating a Trading Administrator Panel in MQL5 (Part III): Enhancing the GUI with Visual Styling (I)"
when trying to compile it generates a warning:
line of code:
if you attach to a chart and try to minimise it, then expand it... the button of closing "X" (deleting the Expert Advisor) does not work in the expanded state of the panel. If you minimise it, it works.
question: moving the window on the chart is not implemented?
line of code:
int index = StringToInteger(StringSubstr(sparam, 18));
if you do it this way, everything is without errors:
int index = int(StringToInteger(StringSubstr(sparam, 18)));
question: moving the window on the chart is not implemented?
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
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part III): Enhancing the GUI with Visual Styling (I).
In this article, we will focus on visually styling the graphical user interface (GUI) of our Trading Administrator Panel using MQL5. We’ll explore various techniques and features available in MQL5 that allow for customization and optimization of the interface, ensuring it meets the needs of traders while maintaining an attractive aesthetic.
Looking at the goals outlined in our previous article, can we confidently say we have done enough? In my opinion, what I see inspires a drive for advancement beyond our current offerings. Imagine how beneficial it would be to implement a toggle between dark and light themes for our Admin Panel. Additionally, we could enhance the user experience by adding stylish buttons, offering a diverse selection of fonts, and enabling language switching among major languages. This would make our panel more user-friendly for everyone.
Our goal is to provide trading Administrators with a comprehensive communication solution integrated within the trading platform. The concepts we aim to incorporate are inspired by influential research and developments in graphical user interfaces (GUIs) since the 1970s. Notable contributors include Alan Kay, Xerox PARC, Apple (macOS), Microsoft (Windows), CSS (Cascading Style Sheets), and Material Design from Google. By leveraging these insights, we can create an Admin Panel meets users’ needs and enhances their overall experience.
Author: Clemence Benjamin