MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

VGridLine_Intraday X3 Indicator
VGridLine_Intraday X3
Author: GODZILLA
Cash Monster G1Cash Monster G1 Try product
Cash Monster G1
Author: figurelli
Jeremy Scott - Successful MQL5 Market Seller Jeremy Scott - Successful MQL5 Market Seller Subscribe to signal
FOREX NAVIGATOR WWW
156.87%, 19 153.68 USD
Screenshot
XAGUSD, M30
Real

// Scripts: WININET_TEST

To add comments, please log in or register

Automated-Trading
Admin
20483
Automated-Trading 2010.02.24 18:03

WININET_TEST:

Here is a simple example that shows how to download page(file) from Internet using the wininet.dll library.

The WININET_TEST.mq5 script is a modified version of script s_wininet.mq4, published by Integer in MQL4.Codebase.

To see how does it works, don't forget to "Allow DLL imports" in the options of the client terminal and execute it at any chart.

Author: MetaQuotes


How to Export Quotes from МetaTrader 5 to .NET Applications Using WCF Services
Want to organize export of quotes from MetaTrader 5 to your own application? The MQL5-DLL junction allows to create such solutions! This article will show you one of the ways to export quotes from MetaTrader 5 to applications written in .NET. For me it was more interesting, rational and easy to implement export of quotes using this very platform. Unfortunately, version 5 still does not support .NET, so like in old days we will use win32 dll with .NET support as an interlayer.
sgfxtrader
46
sgfxtrader 2010.02.26 09:19

Thank you for the effort!

It works perfectly! 

fjccpm
117
fjccpm 2012.02.14 00:19

When I try to run it the metatrader closes with a fatal error. Any solution?

fjccpm
117
fjccpm 2012.02.14 14:09
I found that wininet worked before the last MT5 update. But I still cant find a solution to make it work again. please let me know if you find how to overcome this problem.
Automated-Trading
Admin
20483
Automated-Trading 2012.02.14 14:36
fjccpm:
I found that wininet worked before the last MT5 update. But I still cant find a solution to make it work again. please let me know if you find how to overcome this problem.
http://www.mql5.com/en/forum/999#comment_152810
GuideFX
23
GuideFX 2012.11.24 20:40

Hi,

Problem with MT version 5 Build 730.

TerminalInfoInteger(TERMINAL_DLLS_ALLOWED) return false even if I check Allow Dll Import. If I comment this part, the next code work correctly.

Any idea?

 

/

To add comments, please log in or register