Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1313
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 don't understand, maybe I'm talking about the wrong window. I mean the chart window where the bars are. These move. There are also dialog windows when loading EA indicators, alert windows, message windows, but they all move. Which window are we talking about? The dialog box has nothing to do with it. I also have no libraries in 4
Here's the owl window.
I want to move it on the chart when I need it.
Here is the owl window
That's what I want to move on the schedule when I need to.
It's not a window, it's a panel. You can move it, I can't even tell you the code. I need the code and redraw it in general. I need to find where the panel is drawn and coordinates are specified - then, using events, I click to move it, delete it and draw a new one. Like this. But I'm not a draftsman at all.
When deleting in an EA, you don't need to clean the comment, but in an indicator you do. Is it designed that way?
An adequate programmer would at least write
If comments have been used, he will clean them up after himself. And many beginners don't pay attention to this. That's the secret.An adequate programmer would at least write
If comments have been used, he will clean them up after himself. And many beginners do not pay attention to this. That's the secret.That's what I wrote, and I wrote about it above). The question was why the different behaviour in EAs and indicators. Is there a hidden meaning or has historically developed from different writing teams)
An adequate programmer will at least write
If comments have been used, he will clean them up after himself. And many beginners do not pay attention to this. That's the whole secret.Actually, there are no explicit general requirements on this.
Did I talk about the requirement? I only said that some take this point into account and some do not.
Did I talk about the requirement? I only said that some take this point into account and some don't.
Not like that.
The libraryEASY AND FAST https://www.mql5.com/ru/articles/3527 implements the possibility to start a program window in an indicator subwindow by loading the file "SubWindow.mq5", in mql5 everything works, in mql4 also the content is compiled without errors, but the subwindow does not open, what can be done?
Hi all!
I'm trying to attach an account check to (any) indicator!
I enabled it in init() and start() of course, but when I restart the terminal, it says the account is invalid!
What am I doing wrong?