rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datafeed

phucsang0spt opened this issue · comments

How I set datafeet ?

You'll have to use the TradingView datafeed by setting the symbol. In my example I used NASDAQ:AAPL which will give you the datafeed of Apple Inc.'s stock price.
If you want to use, for example, Bitcoin, use BINANCE:BTCUSD.

I have the same doubt, what about if I need to use my own feed?

Can you use your own datafeed with the TradingView Advanced Real-Time Chart Widget?

That means you are not supposed to support datafeed in your library , yes?
So this library is not useful for this purpose.

I suppose so yes. The thing is, if TradingView's widget supports it, this component supports it. I just can't find any docs for datafeeds with TradingView's widget, hence my question.