All docs

Getting started

TickerShare turns TradingView webhook alerts into branded signal cards and delivers them to Telegram through your own bot. Setup is a one-time job. After it, every future alert publishes itself.

The four steps

  1. Pick a card design. Choose one of the 14 designs for your webhook. The design is stored on the webhook, not the alert, so you can switch it anytime without touching TradingView.
  2. Connect your Telegram bot. Create a bot with @BotFather, add it as an admin to your channel or group and paste its token into Settings. The token is validated with Telegram and stored encrypted. See Connect Telegram.
  3. Create a webhook. The dashboard gives you a unique webhook URL and a ready-made alert message to copy.
  4. Point TradingView at it. In your TradingView alert, paste the message into the message box and the webhook URL into the Webhook URL field. See Connect TradingView.

That is the whole setup. When your alert fires, TickerShare receives the data, renders the card and posts it to your channel through your bot.

Choosing a delivery mode

Each webhook has one of four delivery modes:

  • Branded card + text: the card image with a formatted caption. The default and the full experience.
  • Card only: just the image, no caption.
  • Formatted text: a clean text layout, no image.
  • Forward as-is: your exact TradingView message forwarded verbatim, optionally wrapped with your channel header and footer.

What you need

  • A TradingView plan that supports webhook alerts (Essential and above).
  • A Telegram bot you create yourself (free, two minutes with @BotFather).
  • A channel or group where that bot is an admin.

No code is required anywhere in the flow.