
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
Hello,
i have find a example at https://www.mql5.com/en/code/1998 wich allows to load a website with MetaTrader and this example is from MQL5 and should work also in the new MT4 build.
But i am currently not enough experienced to make a simple working example, because the MQL5 language is still to new for me and wanted to ask here if somebody can show a simple example how to get a website back into a string.
Currently i have include the libaries into my program like this:
Till there i have make everithink right and now there is the function/class loadXmlFromUrl(), and i have currently no idea how to use this, because its very different from old mql4, if somebody can make a example how to load a website into a string, that would be helpfull to understand it.
At the website from that script they have this example:
But i just want to know how it must be make to load a website into a string, the other thinks from that example i dont need. Thanks for any help.