Free tool
TradingView alert JSON generator
Build the exact message to paste into a TradingView alert. Every field except symbol is optional and blank fields simply drop off. TradingView placeholders like {{ticker}} and {{close}} fill in live when your alert fires.
The preview shows the branded signal card TickerShare generates from this same alert. A plain key: value line format works too, see the webhook format docs.
Paste this into your TradingView alert message
{
"symbol": "{{ticker}}",
"side": "buy",
"price": "{{close}}",
"tf": "{{interval}}"
}Live card preview (sample values fill the placeholders)
Turn this alert into a branded card with TickerShare
TickerShare turns TradingView webhook alerts into branded signal cards and delivers them to Telegram through your own bot.