Discussion of article "MQL for "Dummies": How to Design and Construct Object Classes" - page 3
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
I'd advise you to check the reaction of the buttons like this beforehand:
and then insert what you need.
and another question is whether such a module can be painlessly transferred to the indicator????
and if yes, how to do it?
so that the module window could remain in the main window and have the property to minimise and expand, preferably so that another module could be expanded in its place.
For example, to make this parameter customisable when creating a module.
what thing this module will turn into when clicking on the minimise button and the position of this module when clicking on which this module will expand again.
Update the ClassMasterFile.mqh file, recompile MasterWindows.mq5 and the hide window button will work.
I recommend to update MasterWindows. Now two files are generated simultaneously: Expert Advisor and indicator.
I recommend to update MasterWindows. Now two files are generated simultaneously: Expert Advisor and indicator.
cool your now really such a professional module for creating simple graphical control systems
has the problem with uniqueness of names been solved?
so that, for example, an Expert Advisor and an Injuke don't confuse each other?
or 2 indices and somehow solve the problem of positioning when minimising =)
A new update to MasterWindows is available. Now window names are formed from the file name and therefore become unique on one chart. The generator has been updated: now all events are immediately written in the generated code and the developer only has to define the reaction to them.
A new update to MasterWindows is available. Now window names are formed from the file name and therefore become unique on one chart. The generator has been updated: now all events are immediately written in the generated code and the developer only has to define the reaction to them.