Errors, bugs, questions - page 1511
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
Oh well. Maybe there's some magic words you need to write.
abra cadabra, the code appears.
It should be written after the SRC
like this:
abracadabra,codeappear.
WARNING: Observe the intonation and font colour of the magic words. otherwise the code will not appear, e.g:
abra cadabra, code appear.
and the code does not appear, see?
Developers, please clarify, should the enumeration declared inside the function be visible from other functions? MT4 build 950. In MT5 it's the same.
Service Desk #1412237.
Developers, please clarify, should the enumeration declared inside the function be visible from other functions? MT4 build 950. In MT5 it's the same.
Service Desk #1412237.
Developers, please clarify, should the enumeration declared inside the function be visible from other functions? MT4 build 950. In MT5 it's the same.
Service Desk #1412237.
It seems to be in all code that follows the function (its call) where enum
It's still not correct if the enum is not declared globally. But the developers said they would not change the behaviour.
Right. Yenum is a static enum.
It makes sense not to be visible.
But if you want it to be visible, static enum.
It is still incorrect if the enum is not declared at the global level. But the developers said they would not change the behavior.
We may have overreacted by saying no right away. We are discussing it now.
But in any case we will explicitly describe this or that solution in the documentation
We may have overreacted by saying no right away. We are discussing it now.
But in any case, in the documentation we will explicitly describe one or the other solution