All problems
TMKR-3010
Error
Customer
DLL imports are disabled (indicators)
An indicator needs DLL imports to reach themarketrobo.com, but DLL imports are turned off so it cannot connect.Connectivity & terminal settings•Also known as: DLL_IMPORTS_DISABLED, wininet_unavailable, 4014
Symptoms
Experts log: "SDK WinINet Error (InternetOpen): kernel32 error #..." or "WinINet request failed. Check DLL imports are enabled...".
An indicator fails to start and is removed.
Causes
"Allow DLL imports" is unchecked. Indicators use system DLLs for HTTP because MetaTrader blocks WebRequest from indicator context.
How to fix it
1
Enable DLL imports for this indicatorRight-click the indicator on the chart > Properties > Common tab > tick "Allow DLL imports", then OK.
2
Or enable it globallyTools > Options > Expert Advisors > tick "Allow DLL imports". Re-attach the indicator afterwards.