For example, if I want to save this photo https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png
in one of MetaTrader's folders.
and one more thing: I don't want to add image address to "Allow WebRequest for listed URL"
Thank you.
The documentation has an example
- docs.mql4.com
Thank you
But it was not what I wanted.
How do I open this photo in Metatrader? The photo is on a website.
Use DLL calls to the Windows API for HTTP network interactions. That is what was done before WebResquest even appeared in MQL. There are many forum posts, codebase publications and articles from those days. Start there.
Forum on trading, automated trading systems and testing trading strategies
How to extract images from a website into the background MT4?
Fernando Carreiro, 2022.08.19 19:14
EDIT: Only realised now that it is for a Market product, so DLL calls are not allowed. You will have no other option than to use WebRequest and have the user allow the URL in the terminal options.- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
For example, if I want to save this photo https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png
in one of MetaTrader's folders.
and one more thing: I don't want to add image address to "Allow WebRequest for listed URL"
Thank you.