Don't install in \program files* on Vista/Win7
options -> server -> Keep personal settings and data at startup.
Enable DLLs. done.
Don't install in \program files* on Vista/Win7
options -> server -> Keep personal settings and data at startup.
Enable DLLs. done.
Thanks, but it's not very useful - "program files" is an installation default - I can do it on my developer PC, but I can't expect from all other users to do so...
Hi All,
I have an EA that needs to be configured with "Allow DLL imports". I can either set this every time I attach this EA (that is annoying) to the chart or set it by default - but it will affect all other EAs. Is there any way to set defaults for particular EA only?
Thanks in advance,
Michael
Set the default settings in Tools Options Expert Advisors tab.
For individual settings when you load the indicator/advisor click on the common tab
when the advisor/indicator asks you to enter starting values for it to use.
If it is needed for the EA to work then use lines like this in your program
int start(){if(!IsDllsAllowed()) { Comment("You have to allow DLLs!");return(0); }
Thanks, but it's not very useful - "program files" is an installation default - I can do it on my developer PC, but I can't expect from all other users to do so...

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi All,
I have an EA that needs to be configured with "Allow DLL imports". I can either set this every time I attach this EA (that is annoying) to the chart or set it by default - but it will affect all other EAs. Is there any way to set defaults for particular EA only?
Thanks in advance,
Michael