jshumaker: #import was not closed.
Look at the documentation.Language Basics / Preprocessor / Importing Functions (#import) - Reference on algorithmic/automated trading language for MetaTrader 5
Your code | Example |
---|---|
#import "msado15.dll" void OnStart() // rest ... | #import "file_name" func1 define; func2 define; ... funcN define; #import //rest ... |

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 am trying to connect MT4 to SQL Server according to the following link (https://www.mql5.com/en/articles/1533). When I try to compile a basic script to import the dll, I get 'msado15.dll' - #import was not closed.
Here