I have a problem with the tradingview widget, it first works perfectly fine on my website. But recently, it causes my website to crash, and hard to explore my website. My technical team said it was the Embed code problem or the API from tradingview. Does anyone have a solution to this?
Here is the embed code from the trading view!
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<center><div style="font-size:10px"><a rel="noopener" target="_blank"><span class="blue-text">Ticker tape</span></a> by TradingView</div></center>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js" async>
{
"symbols": [
{
"proName": "FOREXCOM:SPXUSD",
"title": "S&P 500"
},
{
"proName": "FOREXCOM:NSXUSD",
"title": "Nasdaq 100"
},
{
"description": "AUD/JPY",
"proName": "FX:AUDJPY"
},
{
"description": "CAD/CHF",
"proName": "FX:CADCHF"
},
{
"description": "EUR/AUD",
"proName": "EURAUD"
},
{
"description": "EUR/GBP",
"proName": "FX:EURGBP"
},
{
"description": "EUR/NZD",
"proName": "FX:EURNZD"
},
{
"description": "EUR/USD",
"proName": " FX:EURUSD"
},
{
"description": "GBP/CHF",
"proName": "FX:GBPCHF"
},
{
"description": "GBP/USD",
"proName": "FX:GBPUSD"
},
{
"description": "NZD/USD",
"proName": "FX:NZDUSD"
},
{
"description": "USD/CAD",
"proName": "FX:USDCAD"
},
{
"description": "USD/JPY",
"proName": "FX:USDJPY"
},
{
"description": "BTC/USD",
"proName": "BITSTAMP:BTCUSD"
}
],
"showSymbolLogo": true,
"colorTheme": "dark",
"isTransparent": false,
"displayMode": "regular",
"locale": "en"
}
</script>
</div>
<!-- TradingView Widget END -->
]]>