
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
Testing some EA for news events, the two lines of code compile fine:
#import "kernel32.dll"
int WinExec(string NameEx, int dwFlags);
But when it runs it generates an error:
dll calls are not allowed; 'kernel32.dll'-'WinExec'
I think many people have ran this EA just fine, did not see any errors or messages stating a problem, anybody know why?
Thanks!