Security
-
Hello Everyone,
Can any help me to create a security option of EA based on trading account holders name.
if any body having a sample please share -
@forexbob-0 You can do this:
https://fxdreema.com/shared/kX9u37yG
You need to type the correct holder's name into the variable. If the bot is not running on the holder's account, it will automatically terminate.
-
@l-andorrà Is there any problem if last name used before first name, Because few broker use last first and first later
-
@forexbob-0 Under the hood this function is used:
AccountInfoString(ACCOUNT_NAME);There is no special information about ACCOUNT_NAME in the documentation, it only says "Client name".
-
@fxDreema @l-andorrà Thank you both of you
-
You're welcome.