Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have a html hyperlink to open tradingview to a specific symbol?

Is it possible to create an external link to Tradingview.

My specific use case is to click an html hyperlink to open Tradingview to a specific symbol ?

like image 340
ender maz Avatar asked Aug 03 '18 04:08

ender maz


1 Answers

My specific use case is to click an html hyperlink to open Tradingview to a specific symbol ?

Yes, you can make hyperlinks for that of this format:

https://www.tradingview.com/chart/?symbol=EXCHANGE:SYMBOL

If you are already logged in, that will show you the specified SYMBOL from the defined EXCHANGE.

For example:

  • https://www.tradingview.com/chart/?symbol=AMEX:SPY to open a chart for the SPY tracker.
  • https://www.tradingview.com/chart/?symbol=BITFINEX:BTCUSD for BTC/USD prices from the Bitfinex exchange.
  • https://www.tradingview.com/chart/?symbol=NASDAQ:AAPL for a chart with Apple's stock trading at the NASDAQ.
like image 78
Jos Avatar answered Sep 28 '22 00:09

Jos