MetaTrader 4 Build 600 with Updated MQL4 Language and Market of Applications Released - page 24

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 believe lack of communication is part of the problem. My broker was under the impression this update would only affect MQL4 developers and that all previously compiled ex4 applications would be totally compatable with the upgrade.
For this reason they did not make a big deal about it. I received only a single communication from them, it appeared in the mail tab of MT4. I did not recieve any regular email.
I usually start nervously to double-click the MT4 shortcut to start it up again, until I realize it has been a stealth update. I hate it, as it gives courage to MQL4 script vendors to implement their own stealth updates (I tried it a year ago, it apparently worked). It is NOT in line with my feelings.
hello, i have a precedence question.
for old mt4 code:
x = bool1 && bool2 && bool3 && bool4 || bool5; //old mt4 code
what was the precedence rule for old mt4?
hello, i have a precedence question.
for old mt4 code:
x = bool1 && bool2 && bool3 && bool4 || bool5; //old mt4 code
what was the precedence rule for old mt4?
Use ( ) braces and there is no issue . ..
Old build 509 and earlier Precedence