Errors, bugs, questions - page 1534
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
In MT4 datetime is not converted to string as it is in MT5.
It's fine, but how do you do it?
As usual: (string)time. Found out the reason - #property strict was missing. As soon as I put it in, everything became normal.
Can we make it so that strict mode is always on by default?
...
Can you make it so that strict mode is always on by default?
When creating any type of mql4 file in MQL4 Wizard, #property strict is set automatically.
Not using the Wizard. #property old_mql would be enough to make the old codes work.
Now everyone is writing in new MQL.
Question on ArraySetAsSeries (mql4). Help says:"TheAS_SERIESflag cannot be set for multidimensional arrays... "
But it turns out that it can and the code will return 1 or 3 depending on the flag. Am I reading it wrong or is there a mistake in the help?
Dear Developers. The site search does not work correctly.
Check on the line "OOP". Not a single article. Though there are enough of them.
Dear developers. The site search does not work correctly.
Check on the line "OOP". Not a single article. Although there are plenty of them.
Hello! Thank you for your feedback.
We are working on fixing the search problems.
Administration: What is the type of _RandomSeed predefined variable? The page(MQL4 and MQL5) doesn't say anything about it. Please correct it.