Using an embed html code (online radio) in an indicator

 

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

Chilltrax radio stream live and for free
Chilltrax radio stream live and for free
  • www.radio.net
Listen to Chilltrax internet radio online. Access the free radio live stream and discover more radio stations at one glance.
Files:
 

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.