Errors, bugs, questions - page 2264

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
Please help, I still can't figure out the reasons.
This code compiles for some unknown reason
but it crashes at runtime. I thought it was a compilation bug - no big deal.
But then I wrote the code like this
Not only it compiles, but it is executed successfully too! I must be badly dumb somewhere, but I failed to understand why it works without any problems.
Unfortunately, I didn't manage to localize it, so the example with a ZIP-bibble. And, most likely, it would be a bummer to figure it out. But it doesn't matter.
Terminal (1881) crashes on debug if variable is in binary format
Play the animation to see
This probably only applies to union variables
Terminal (1881) crashes on debug if variable is in binary format
Play the animation to see
This probably only applies to union variables
Thanks for the message.
Fixed it.
The fix will be included in the next build.
Please help, I still can't figure out the reasons.
This code compiles for some unknown reason
but it crashes at runtime. I thought - well, it's a compilation bug - no big deal.
...
You are trying to cast a pointer to an object of type A to a pointer to an object of type B, which is an obvious error since A is not inherited from B
This I understand. But it's not at all clear why the same action in the ZIP-bibble example works. It's exactly the same ghost there.
ZS I figured it out.
The backlight goes out... then reappears
I have faced such a problem when testingresults on four and five digits (especially on small MT4) in MT4. The results are significantly different (5 and 4 digits recognition is implemented in the Expert Advisor) at least the number of deals increases significantly. Who knows or has suggested the reason? Perhaps it does not depend on the sign, but on the type of order execution - normal and market?
P.S. In both cases the quotes were loaded through Tisckstory.
Hi, I would like to share my thoughts on this topic with you. Do you know if you can change the indicator display settings from within the Expert Advisor code? For example, the colour or thickness of lines. Thank you in advance.
You can, but
Hello. Do you know if you can change the settings of an indicator display from within the code of an Expert Advisor? For example, the colour or thickness of lines. I would like to thank you in advance.
Why would you want to change the colour and thickness of the EA? It doesn't affect its performance in any way. Do you need it for a picture? So change it in a template in the settings of the indicator.