This tells you: https://docs.mql4.com/runtime/imports
Basically you are allowing the use of functions contained within a DLL to be used when called.
Most of the EA/Indicators do not need a DLL. Although programming in MQL is fairly limiting. It suffices for 99% of EA/Indicators.
DLL programming for metatrader is only appropriate whenever MQL does not offer a capability that EA/Indicator needs.
So you're allowing to use some more functions that contained in DLL.

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
Hoping someone might explain in basic terminology, what it is you are actually giving metatrader permission to do, when you click on "allow DLL imports".
I checked the help topics and see plenty of references to DLL, but not the basic explanation I had hoped for
thanks in advance!!