I am not sure if that feature was possible prior the 600 code, but it is definitively not possible currently.
There are some more differences. Prior to 600 the init() and deinit() functions were triggered in libraries, but they are not triggered any more. The libraries must be present in the folder at time of their declaration, while previously they needed to be there at time of the first method call (you cannot generate libraries on-the-fly now).
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
Hi guys,
add extern variable from files *.mqh to main code is ok. But I cann´t add extern variable from library files *.ex4 ... :-(
Is possible it?
Thank you for help me!