Discussion of article "MQL for "Dummies": How to Design and Construct Object Classes" - page 6
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
When trying to compile MasterWindows it complains "'CMasterWindowsEXE::Run' - cannot call protected member function ClassMasterWindows.mqh" on the line "WinEXE.Run()". Can you tell me how to fight it?
MasterWindows library is available in CodeBase. There are also examples of using this library in panels[1, 2, 3].
Try the compiled file.
Sergey hello !
... I downloaded your compiled file (from post #4) to familiarise myself with the possibilities ... threw it into the folder \MQL5\Experts, but it DOES NOT APPEAR on the chart (!) :(
I recommend to update MasterWindows. Now two files are generated simultaneously: Expert Advisor and indicator.
... downloaded from this post ... when compiling it gives errors :
... downloaded from this post ... when compiling it gives errors :
it looks like you are starting from the wrong place,
You should start with the basics of MQL5 programming, and then classes and try to build a panel and embed trading functions.
If you need to trade with this panel, it is better to buy a ready-made one, there is a choice, and you should not learn programming from this article at all.
If you build a panel here, what will you do with it? The one who can do all the things you have described will say that you don't need your developments..... and use his own from scratch.
And the one who just knows programming, not panels, will spend half a year building these trade desires for the panel under your sketch from the article.
add
this article may be useful for those who want to improve their procedural skills before Classes.