Marcel Horvath / 个人资料
www.facebook.com/Marcelmastroan
在
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
Marcel Horvath
web money transfer....... http://www.wmtransfer.com/
Sergey Golubev
评论给主题 economic calendar
You can read this article Building an Automatic News Trader - hope it helps
分享社交网络 · 2
Marcel Horvath
https://chromium.googlesource.com/chromium/chromium/+/trunk/chrome/app/resources/generated_resources_cs.xtb
分享社交网络 · 1
Marcel Horvath
共享作者MetaQuotes文章
在Linux上运行MetaTrader 5
在本文中,我们演示了一种在流行的Linux版本(Ubuntu和Debian)上安装MetaTrader 5的简单方法。这些系统广泛用于服务器硬件以及交易者的个人计算机上。
分享社交网络 · 1
Marcel Horvath
分享作者Paul van Hemmen代码
Check the URL and try again//en/signals40749check the URL and try again/https://www.mql5.com/en/signals40749
EasyXML - XML解析器
EasyXML 是一个 MQL5 专有 XML 解析器函数库. 它可以从三个不同来源解析XML: URL, 文件以及字符串输入. 它完全面向对象并且和MQL5完美集成, 因为它使用了MQL5 标准库中的CObject和CArrayObj来保存DOM.
分享社交网络 · 1
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
分享社交网络 · 1
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);
}
/ / + ----------------------------------------------- ------------------- +
分享社交网络 · 1
: