MQL4 Reference Checkup IsLibrariesAllowed
|
IsLibrariesAllowedChecks if the Expert Advisor can call library function.
Returned value Returns true if the Expert Advisor can call library function, otherwise returns false. Example:
See also IsDllSAllowed(), IsTradeAllowed() |