Discussion of article "MQL for "Dummies": How to Design and Construct Object Classes" - page 2
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 just upgraded the terminal to a downloadable one to be sure.
updated the library, which is pretty much it.
ran the terminal, opened the file and here it is.
I really liked the grouping of the buttons =))))))
Could you please upload all the necessary files for this application in 1 archive and respect the structure so that there is one MQL5 folder.
I have checked all files open normally and have readable content.
Could you please upload all the necessary files for this application in 1 archive and respect the structure so that there is one MQL5 folder.
I have checked all files open normally and have readable content.
Thanks.
Now everything works, it compiles normally, maybe the problem was in a bit file that was either uploaded to the server incorrectly, or I may have had an error when downloading, but I didn't notice.
In general it is very inconvenient to download individually the number of files more than 5, it would be great to make an archive or a whole installation programme.
I will continue to understand and try to put it somewhere, I will report on the results.
Overall, I really like the functioning of the cross button.
but the minimise button is disappointing ........
does not work, and in idea, as I understood it should minimise below the following lines?
In general, quite informative article. only a lot of references to "wikipedia".
And so it turns out to be a professional constructor for such a menu, on which everything is clicked and added, in general it works.
It would also be very nice to have some simple manual on how to access the cells of this miracle.
and let's assume that the Expert Advisor reads values from the cells at the tick event.
and these cells would be filled with input parameters during the oninit process.
Or do I have to write such a thing myself????
and this serves as a visual constructor?
Thanks for the valuable comments. I have already puzzled over them and will try to fix most of them.
of the type to form an array of structures
which will be available to the whole programme
and which will store data in this format
and to be able to refer to these values
as Header[1].2 column.
at least with the data type string
I see that there is already something similar here.
like a two-dimensional array.
and it scolds if you do something like this.
{"NEW1",""+TrailingStop+"",""},probably getter and setter cannot split encapsulation.
Each cell has its own unique name. You can see it by hovering the mouse cursor over the object. The ClassMasterWindowsEXE.mqh file shows how to access cells.
but here all string parameters turn out to be
and that is, for each button it will be necessary to write an event such as
for button +
extract value from string such and such, convert it to integer, add one and put it back.
and in the event ontic
just then
extract value from string such and such there convert to integer etc. etc.
in general, if there was such a thing as a structure, so that you could set the type of stored objects, and the module of value transfer into string could be implemented inside the class.
I understood correctly that tracking of for example a plus cell can be done by inserting code into an event.