Marcel Horvath / Profilo
www.facebook.com/Marcelmastroan
al
Marcel Horvath
marcel.horvath1973@seznam.cz
https://www.metatrader5.com/ru/terminal/help
Check the URL and try again https://www.mql5.com/en/signals40749
https://www.metatrader5.com/ru/terminal/help
Check the URL and try again https://www.mql5.com/en/signals40749
Amici
19
Richieste
In uscita
Marcel Horvath
web money transfer....... http://www.wmtransfer.com/
Sergey Golubev
Commento all'argomento economic calendar
You can read this article Building an Automatic News Trader - hope it helps
Marcel Horvath
https://chromium.googlesource.com/chromium/chromium/+/trunk/chrome/app/resources/generated_resources_cs.xtb
Marcel Horvath
codice condiviso dell'autore MetaQuotes
MetaTrader 5 su Linux
In questo articolo, mostriamo un modo semplice per installare MetaTrader 5 sulle versioni Linux più diffuse: Ubuntu e Debian. Questi sistemi sono ampiamente utilizzati sull'hardware del server e sui personal computer degli operatori.
Marcel Horvath
codice Paul van Hemmen condiviso dell'autore
Check the URL and try again//en/signals40749check the URL and try again/https://www.mql5.com/en/signals40749
EasyXML - XML Parser
EasyXML is a native MQL5 XML Parsing Library. It can parse XML from three different sources: URL, File and String Input. It is completely object oriented and strives to integrate neatly with MQL5, as it utilizes CObject and CArrayObj from the MQL5 standard library to store the DOM.
Marcel Horvath
http://www.forextime.com/forex-trading-platforms/mql5-account?utm_medium=cpc&;;;agnt=534ceb3b78b11&utm_source=google&utm_term=%2Bmql5&utm_campaign=CZ_Search_Metatrader&utm_content=MQL5&gclid=CLfDw9SRrL4CFYLnwgody0oA_Q_httpwww.mql5.comensignals40749httpwww.mql5.comensignals40749httpwww.mql5.comensignals40749httpwww.mql5.comensignals40749
Marcel Horvath
/ / + ----------------------------------------------- ------------------- +
/ / | TestHTTP.mq4 |
/ / | T-Forex |
/ / | Http://jobaweb.net |
/ / + ----------------------------------------------- ------------------- +
# Nemovitost copyright "T-FOREX"
# Majetkem odkaz "http://jobaweb.net"
# Import "Wininet.dll"
int InternetOpenA (string, int, string, string, int);
int InternetConnectA (int, string, int, string, string, int, int, int);
int HttpOpenRequestA (int, string, string, int, string, int, string, int);
int InternetOpenUrlA (int, string, string, int, int, int);
int InternetReadFile (int, string, int, int & OneInt []);
int InternetCloseHandle (int);
int InternetCloseHandle (int);
int InternetCloseHandle (int);
# Import
int init ()
{
/ / ----
int HttpOpen = InternetOpenA ("HTTP_Client_Sample", 0, "", "", 0);
int HttpConnect = InternetConnectA (HttpOpen, "", 80, "", "", 3, 0, 1);
int HttpRequest = InternetOpenUrlA (HttpOpen, "https://www.mql4.com", NULL, 0, 0, 0);
int čtení [1];
string Buffer = "";
string page = "";
while (true)
{
InternetReadFile (HttpRequest, Buffer, StringLen (Buffer), přečtěte si);
if (čtení [0]> 0) page = strana + StringSubstr (Buffer, 0, přečtěte si [0]);
jiný break;
}
MessageBox (strana, "HTTP READ", 0x00000030);
if (HttpRequest> 0) InternetCloseHandle (HttpRequest);
if (HttpConnect> 0) InternetCloseHandle (HttpConnect);
if (HttpOpen> 0) InternetCloseHandle (HttpOpen);
/ / ----
return (0);
}
int start ()
{
/ / ----
/ / ----
return (0);
}
/ / + ----------------------------------------------- ------------------- +
/ / | TestHTTP.mq4 |
/ / | T-Forex |
/ / | Http://jobaweb.net |
/ / + ----------------------------------------------- ------------------- +
# Nemovitost copyright "T-FOREX"
# Majetkem odkaz "http://jobaweb.net"
# Import "Wininet.dll"
int InternetOpenA (string, int, string, string, int);
int InternetConnectA (int, string, int, string, string, int, int, int);
int HttpOpenRequestA (int, string, string, int, string, int, string, int);
int InternetOpenUrlA (int, string, string, int, int, int);
int InternetReadFile (int, string, int, int & OneInt []);
int InternetCloseHandle (int);
int InternetCloseHandle (int);
int InternetCloseHandle (int);
# Import
int init ()
{
/ / ----
int HttpOpen = InternetOpenA ("HTTP_Client_Sample", 0, "", "", 0);
int HttpConnect = InternetConnectA (HttpOpen, "", 80, "", "", 3, 0, 1);
int HttpRequest = InternetOpenUrlA (HttpOpen, "https://www.mql4.com", NULL, 0, 0, 0);
int čtení [1];
string Buffer = "";
string page = "";
while (true)
{
InternetReadFile (HttpRequest, Buffer, StringLen (Buffer), přečtěte si);
if (čtení [0]> 0) page = strana + StringSubstr (Buffer, 0, přečtěte si [0]);
jiný break;
}
MessageBox (strana, "HTTP READ", 0x00000030);
if (HttpRequest> 0) InternetCloseHandle (HttpRequest);
if (HttpConnect> 0) InternetCloseHandle (HttpConnect);
if (HttpOpen> 0) InternetCloseHandle (HttpOpen);
/ / ----
return (0);
}
int start ()
{
/ / ----
/ / ----
return (0);
}
/ / + ----------------------------------------------- ------------------- +
: