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.
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.
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.
Admin
20483
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