Forum

Issue with running EX4 with DLL on VPS

Hello all, I have recently written an indicator that uses a custom DLL written in C++ and uses MySQL Connector/C++ 8.0 to connect to a database for authentication. I was able to get the DLL to load on my own PC as well as another client's, but I am unable to load it on my Virtual Private Server

How to pass MQL4 System Function AccountNumber() as a parameter

Hello all, This is my first post on the MQL5 forum. I am trying to write an Expert Advisor (can apply to Indicator as well) in MQL4 that uses a custom made DLL to authenticate its users. To protect my EA from being decompiled, I am thinking of passing MQL4's system function AccountNumber() as a