Forum

Terminal start with custom configuration and Allow WebRequestUrl for listed Urls

Hello MQL5 Community, I am currently exploring how to start the MT5 Terminal with a custom configuration file. My main objective is to log in into my account, launch my EA and allow it to make calls to some URL using WebRequest(). I was wondering if it's possible to specify the allowed WebRequestUrl

Lock on object

Hello I was wondering if MQL5 has anything similar to the lock ( object ) { object .Update(); } statement that would grant access to a common resource only to one process? I'm working on a custom indicator that handles OnCalculate and OnTimer events. There is a list declared at the global scope