Not sure where to ask/find this, but trying to get TradingView widget as a ticker on OBS Studio.

Status
Not open for further replies.

singleplayer

New Member
Hey everyone,

I'm having some issues trying to incorporate a live feed from TradingView (embed code) to show the Top-15 symbols/currencies that I do Technical Analysis for on TradingView.

The ticker in question is generated here: https://www.tradingview.com/widget/ticker/

And I will be constantly selecting the Top-15 CryptoCurrencies per 24H volume as a ticker at the bottom of the stream.

This is the embed code below:

<!-- TradingView Widget BEGIN -->
<span id="tradingview-copyright"><a ref="nofollow noopener" target="_blank" href="http://www.tradingview.com" style="color: rgb(173, 174, 176); font-family: &quot;Trebuchet MS&quot;, Tahoma, Arial, sans-serif; font-size: 13px;">Quotes by <span style="color: #3BB3E4">TradingView</span></a></span>
<script src="https://s3.tradingview.com/external-embedding/embed-widget-tickers.js">{
"symbols": [
{
"proName": "BITFINEX:BTCUSD",
"title": "Bitcoin/Dollar"
},
{
"description": "Ethereum/Bitcoin",
"proName": "BINANCE:ETHBTC"
},
{
"description": "Ripple/Dollar",
"proName": "BITFINEX:XRPUSD"
},
{
"description": "Bitcoin Cash/Dollar",
"proName": "BITFINEX:BCHUSD"
},
{
"description": "Cardano/Dollar",
"proName": "BINANCE:ADABTC"
},
{
"description": "Litecoin/Dollar",
"proName": "BITFINEX:LTCUSD"
},
{
"description": "NEM/Bitcoin",
"proName": "BITTREX:XEMBTC"
},
{
"description": "Stellar/Bitcoin",
"proName": "BINANCE:XLMBTC"
},
{
"description": "IOTA/Bitcoin",
"proName": "BINANCE:IOTABTC"
},
{
"description": "NEO/Bitcoin",
"proName": "BINANCE:NEOBTC"
},
{
"description": "EOS/Bitcoin",
"proName": "BINANCE:EOSBTC"
},
{
"description": "DASH/Bitcoin",
"proName": "BITTREX:DASHBTC"
},
{
"description": "TRON/Bitcoin",
"proName": "BINANCE:TRXBTC"
},
{
"description": "Monero/Bitcoin",
"proName": "HITBTC:XMRBTC"
},
{
"description": "Bitcoin Gold/Bitcoin",
"proName": "BITTREX:BTGBTC"
}
],
"locale": "en"
}</script>
<!-- TradingView Widget END -->

I appreciate any help/suggestions/resources/solutions! Thank you all for reading.​
 

singleplayer

New Member
You need to create a local web page with that in it.
Thanks bud, I should be able to figure it out from here! Do you mind if this is left up for a few days just in case I have any issues? Trying to find downtime in a 24/7 stream, thank you so much Fenrir!
 
Status
Not open for further replies.
Top