
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
I have following codes in my MQL5 EA and web call httpGET is not refreshed even there is a new records. please help.
string get_data= "";
string response="";
StringConcatenate(get_data,webpage_link,"to_MT4.php?get=1");
response = httpGET(get_data);
Print("response: ", response);