Change Ticker Of Tradingview Widget With An Interval
It's probably really easy but I just can't figure out how to change the ticker symbol in the Tradingview widget. I want the chart to change to the tickers in a array i got. The cha
Solution 1:
Try using:
setInterval(function(){
createchart()
}, 10000);
For some reasons it usually doesnt work the other way
Post a Comment for "Change Ticker Of Tradingview Widget With An Interval"