Bill
Bill
Friends

Add friends via their profile or user search and you will be able to see if they are online

Bill
Registered at MQL5.community
Bill
Added topic DLL Coding - using Thread Local Storage
I am writing a DLL where I need to keep information between calls from MT4. As a result, I allocated Thread Local Storage (TLS) in DLL Main. In tester mode, the DLL functions properly. The TLS retains the information stored between calls. In real