9

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 ?

ender maz
  • 91
  • 1
  • 2

3 Answers3

17

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:

Jos
  • 1,732
  • 3
  • 19
  • 39
10

You can also have custom resolution, i.e.:

https://www.tradingview.com/chart/?symbol=FX:EURUSD&interval=120

(source)

T.Todua
  • 53,146
  • 19
  • 236
  • 237
0

Answer above is solid, however I have found you can just skip the exchange if it is a popular ticker and I have never had an issue with a US based tickers. I launch a dozen or more tickers a day using the following method: https://www.tradingview.com/chart/?symbol=SYMBOL

Examples such as:

https://www.tradingview.com/chart/?symbol=AAPL

https://www.tradingview.com/chart/?symbol=BTCUSD

https://www.tradingview.com/chart/?symbol=US500

One thing to note is that it will not always work if you launch multiple in quick succession. I currently launch with a delay of 0.8 seconds between each.

Brett
  • 154
  • 1
  • 2
  • 11