Forum

Detect if the account is a Copy Trading account

Hi developers! I've searched and haven't found What is the proper way to know if an account is a Copy Trading Master account. ACCOUNT_TRADE_MODE shows 2 ( Real account ), but not if it's a copy tradig account

The right way to manage Licensing in MQL4: LICENSE_TIME ?

Hi Guys, new MQL4 coder here 🙋‍♂️ I want to add security to my EA to prevent it from being used outside a certain time period As I was coding this solution i stumbled up the ENUM_LICENSE_TYPE predefined variables in MQL4: https://docs.mql4.com/constants/environment_state/mql4_programm_info I've