Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 948

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
As far as I remember, one of the terminal upgrades added the possibility to automatically load quotes into a user tool,
as if they came from a broker.
What's up? Please send me the manual.
thanks
As far as I remember, one of the terminal upgrades added the possibility to automatically load quotes into a user tool,
as if they came from a broker.
What's up? Please send me the manual.
Thank you
If you would be so kind as to use the search engine.
I've got my doubts... (с)
Is this suitable for MT4?
Is this suitable for MT4?
What exactly is "it"?
What exactly is "it"?
I'm looking for some class or example of scrollbar organization in MQL4, not in MQL5
I'm looking for some class or example of scrollbar organization in MQL4, not in MQL5
In 90% of cases the codes between MQL4 and MQL5 are compatible, the main difference is in trading operations and working with strategy tester
99% compatible in the graphical part - there was a small difference in the standard library, or maybe the developers have already fixed it.
In 90% of cases codes between MQL4 and MQL5 are compatible, the main difference is in trading operations and working with the strategy tester.
99% compatible in the graphical part - there was a small difference in the standard library, maybe the developers have already fixed it.
I'm getting an error:
I would like to see a working code (in MT4) and deal with it.I'm getting an error:
I would like to see a working code (in MT4), and deal with it.search the forum - I won't search
here's something similar not long ago helped to sort outhttps://www.mql5.com/ru/forum/320293/page3#comment_12887682
search the forum - I won't search
here's something similar not long ago helped to sort outhttps://www.mql5.com/ru/forum/320293/page3#comment_12887682
Thank you! It works! This is great!
And the slider shift event handling functions are present!
Can you suggest how to expand the scroll bar vertically?
Why is sometimes the null buffer element displayed incorrectly?
Code:
I added a limiter, according to which the algorithm calculates only once, when a new bar appears. With this approach it displays correctly:
But this algorithm calculates zero bar only at opening. I would like it to be counted all the time (and correctly). How can this be fixed?