One can wonder why using MQL5 Wizard to build a class produce a code that doesn't compile :
As stated in the article, you have to add this line of code manually, this is a little weird for a Wizard intended for non-coder
#include <Controls\Dialog.mqh>
Also :
This article will demonstrate how easy it is to create your own display panels in a separate chart subwindow using the Standard Library classes.
I think this is a joke, not ?
- 2011.01.11
- MetaQuotes Software Corp.
- www.mql5.com
" this is a little weird for a Wizard intended for non-coder."
I do not think that this wizard is for non-coders.
It might get you (the novice programmer) a foot in the necessary first steps to create something.
The MQL5 framework offers a lot of potential and some of it might be discovered with wizard creations
but I think to get something more complex like this example you will allways need the basics of programming.
But I agree it should be necessary to include the obvious stuff if you derive form a base class...
" this is a little weird for a Wizard intended for non-coder."
I do not think that this wizard is for non-coders.
It might get you (the novice programmer) a foot in the necessary first steps to create something.
The MQL5 framework offers a lot of potential and some of it might be discovered with wizard creations
but I think to get something more complex like this example you will allways need the basics of programming.
But I agree it should be necessary to include the obvious stuff if you derive form a base class...
You are probably right, but I thought MQL5 Wizard was designed first for non-coder. Anyway the issue is like a bug here, as you have to add code manually to compile the code created by Wizard.
- 2011.01.11
- MetaQuotes Software Corp.
- www.mql5.com
Hello,
How can i change the color of the caption "Panel Indicator"?
Hello,
How can i change the color of the caption "Panel Indicator"?
I have figured it out.
I tried to use this article to make my own program and the work is progressing .
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Create Your Own Graphical Panels in MQL5 is published:
Author: MetaQuotes