You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys, please what is this code all about, is it an indicator or EA? I tried running it in mql4 editor and I got the following error message:
'User - undeclared identifier'
It is actually referring to the following line of code:
(Line: 112) GrabWeb("http://www.website.com/query.php?accountnumber="+AccountNumber()+"&login="+User, answer);
How can declare the "User" to be accepted by the program or what can I replace the "User" with?