MetaTrader 4 Build 529 beta released with new compiler - page 19

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
Mladen, it's easier for me to answer in Russian, especially as you read fluently.
Here is my solution to this problem. In code init() I include function ReInit(), which re-initializes those global variables, whose values should be restored when changing a timeframe, or a symbol:
It's about something else. The string value from the extern variable is lost when the chart symbol/TF is changed.
It's about the other. The string value from the extern variable is lost when the chart symbol/TF is changed.
There is an excellent solution - to superimpose one bug on the other. The curve Static will save - it is initialized once in MQL - before the first call of init() :)
ZS By the way, that would make two features :)
I'll put together some of what I've come across myself (a lot has already been talked about):
Please explain why the results of two functions for copying are different:
I've read help, but still don't understand why ArrayCopySeries() returns correct result andArrayCopy doesn't.
Please advise how to copy array time series value (let it be Low[]) into llow array in amount X, but with offset in Y bars.
It somehow doesn't work, it does something, but not what I need.
I can't download the history. It downloads for a minute, but then writes that the file is wrong and does not recalculate the rest of the history.
The first time I downloaded it, I got this error, deleted all the history, downloaded it again, same song. What's wrong?
Please explain why the results of two functions for copying are different:
I've read the help, but I still don't understand why ArrayCopySeries() returns the correct result and ArrayCopy doesn't.
Please advise how to copy array time series value (let it be Low[]) into llow array in amount X, but with offset in Y bars.
It somehow doesn't work, it does something, but not what I need.
Does it work somewhere (in old MT4 or MT5)?
I ask the developers to revisit my application #751279
In my opinion it's about time
Please explain why the results of two functions for copying are different:
I've read help, but still don't understand why ArrayCopySeries() returns correct result and ArrayCopy doesn't.
Please advise how to copy array time series value (let it be Low[]) into llow array in amount X, but with offset in Y bars.
Doesn't work somehow, it does something, but not what I need.
Yes. Trouble. :-(
I suspect that "Predefined Variables" doesn't have data continuity as in arrays. It's probably referring to members of bar structures.