No, there is no HTML embedding in MetaTrader. MQL does not offer any built-in web rendering capabilities.
EDIT: But you could write your own web rendering engine using the Canvas capabilities, but if you say you only have basic skills than that will be out of your league.

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
hey there
this is an embed code from radio.com which i want to add it to my MT4 as an indicator
i have a very basic mql coding knowledge , is there anyone who can help me with this ?
this is the code which is available for free @ radio.com website :
<script>(function(d, s){if(!window.rel){s = d.createElement("script");s.type = "text/javascript";s.async = true;s.id = "radio-de-embedded";s.src = "https://www.radio.net/inc/microsite/js/full.js";d.getElementsByTagName("head")[0].appendChild(s);window.rel = true;}}(document));</script>
<div class="ng-app-embedded"><div ui-view class="microsite embedded-radio-player" data-playerwidth="340px" data-playertype="web_embedded" data-playstation="chilltrax" data-autoplay="true" data-apikey="df04ff67dd3339a6fc19c9b8be164d5b5245ae93"></div></div><noscript><a href="https://www.radio.net/s/chilltrax" target="_blank">Chilltrax on radio.net</a></noscript>
this code will create a box (screenshot attached)
it would be very nice to be able to change its location on chart ( with x , y options) and also hide/show option
thanks