Home > Authentication, Metatrader, PHP, Writing > Metatrader Expert Adviser Authentication

Metatrader Expert Adviser Authentication

February 1st, 2012

I need a portion of code writing to add to my expert adviser that authenticates the user with a response from a server.

i.e.

http://www.somewebsite.com/EA_Auth.php?u=test@domain.com& p=QWERTY& mt=203317

u=email address p = password and mt is the Metatrader Account number

The response would be a simple yes or no.


Metatrader Expert Adviser Authentication

Comments are closed.
Bear