Errors, bugs, questions - page 1118

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 figured it out, I had the installation file for over a month, now I downloaded a new one and it's working, I didn't think the installation file was changing because it's downloading the right files afterwards.
on the contrary... the old one, if it didn't display the sign, why would it start displaying it... that's weird...
I don't know, but the new one behaved as usual without any signs and started downloading installation files.
I don't know, but the new one behaved as usual without any tabs and started downloading installation files.
I've seen it before, that the appearance of such a window during the installation process could be related to the protection on the computer (apparently, due to some regular update) and the subsequent peculiar manifestation like this.
Didn't matter if it was a previous or just downloaded installation file.
Now I'll take a note, for the future, just in case, this new dependence for me (I'm not experimenting now).
But I'm glad that your problem is solved.
As a suggestion: As far as I remember, there was an update to the MT5 terminal recently. Maybe in this case there is some connection between proxy prompt, outdated version of installation file and on-line installation process.From the list of changes to the new MT5 build of 2014.04.04 10:14:"3. Terminal: Fixed a bug that caused graphic objects not to be drawn on the chart in some conditions. " I don't know if the developers have satisfied my request in SD #966979 or if this is another kind of fix, or even a side effect of some improvement in the next build, but either way I'm fine with it now. The change list says it was a bug, but in correspondence to the SD I was unequivocally told"It's not a bug, it's a limitation to save resources."
You can now comfortably watch TA builds on any TF as before.
Thank you, I am closing the application.
Method constancy can be overridden in a derived class (build 917)
Another example
Result= 2, but in C++ result = 1
The error is not in the fact that in a derived class you may not declare a method with the same name as in the base class (which is permissible), but that C++ considers them different and MQL considers that B::f() overrides A::f() const
The Print() function outputs float signal non-numbers as non-signals, which is illogical, because double outputs both of them normally.
Float must either: 1) remove prefix Q from non-signals and then signal and non-signal will be printed the same way, or 2) output signal with prefix S. If I am wrong, please give me an example of signal float non-number which would be printed by Print() function without prefix Q
For example, I take a signal double non-number, convert it to float and output both via Print(). In the first case it prints SNAN, in the second QNAN
In the process of poking around the ways of writing data to the file from the tester, here's the error (shortened, because it didn't fit):
That is, of course, I understand that this error is a natural result of my clumsiness. And in any case it was quickly fixed (the problem was in an attempt to pass non string data into FileWrite via third function, if necessary - I can describe it in more details). But the error looks not very clear and a little frightening :) and the compiler does not hint anywhere that it is expected. Maybe we should at least add some sort of warping or something...
In the process of poking around the ways of writing data to the file from the tester, here's an error (shortened, because it didn't fit):
That is, of course, I understand that this error is a natural result of my clumsiness. And in any case it was quickly fixed (the problem was in an attempt to pass non string data into FileWrite via third function, if necessary - I can describe it in more details). But the error looks not very clear and a little frightening :) and the compiler does not hint anywhere that it is expected. Maybe we should at least add some sort of warping or something...
Yes, please describe it in more detail.
Interested in build, OS, bit rate, tester settings. Please attach the code for reproduction.
Thank you.
OK, I'll try. I was able to roll it back to the right moment and reproduce it, but I can't isolate the bug and reproduce it separately...
Build: MetaTester 5 x64 build 910 (07 Mar 2014) https://dl.dropboxusercontent.com/u/61587787/bugreport/build.png
Win7 x64 desktop https://dl.dropboxusercontent.com/u/61587787/bugreport/system.png
copied from tester window: https://dl.dropboxusercontent.com/u/61587787/bugreport/log.txt
screenshots from the tester (well, you never know):https://dl.dropboxusercontent.com/u/61587787/bugreport/tester1.pnghttps://dl.dropboxusercontent.com/u/61587787/bugreport/tester2.png
tester settings (I don't know if I know what I mean):https://dl.dropboxusercontent.com/u/61587787/bugreport/config.png
Code snippet:
If replace withWriteCSV("test.csv",(string)idx); - the error disappears. Other non string variables don't do anything here. Doesn't seem to make a difference what idx equals, though (it's just the serial number of the news in the array). Reproduced on any news when trying to save the result. Onlyimplicit conversion from 'number' to 'string' is shown as a warning,but again, only in this case it crashes.
I don't really want to post complete code and .set to it here, but I may send it somewhere.