Closed n1s closed 2 years ago
Maybe we could implement this using a format-string given the context of the Coin, fix maximum flexability.
customLinkFormat: "https://www.tradingview.com/chart/?symbol={coin.Symbol}USDT"
That way we can potentially use other attributes of Coin (name, id, price, holdings, etc) if required...
Similar to #149 / #154
Would you need this in addition to the current "open in browser" capability, or would this be an alternate/configurable target?
Have a gander at #284
Example link in config
alt_coin_link = "https://www.tradingview.com/symbols/{{SYMBOL}}USD/"
Available tags:
{{ID}}
{{NAME}}
{{RANK}}
{{SLUG}}
{{SYMBOL}}
Link can be opened with ctrl+o
Hi,
How about introducing opening custom link with hotkey Shift+O with %s placeholder containing coin symbol.
For example I would like to open tradingview chart - the link is as follows https://www.tradingview.com/chart/?symbol=BITSTAMP%3ABTCUSD
so in cointop this could be https://www.tradingview.com/chart/?symbol=%sUSDT
so it opens https://www.tradingview.com/chart/?symbol=ADAUSDT when cardano is highlighted
I think this could be helpful feature