AutomationFlowsSlack & Telegram › Tradingview → Signal Adapter

Tradingview → Signal Adapter

TradingView → Signal Adapter. Uses httpRequest, slack. Webhook trigger; 4 nodes.

Webhook trigger★★★★☆ complexity4 nodesHTTP RequestSlack
Slack & Telegram Trigger: Webhook Nodes: 4 Complexity: ★★★★☆ Added:

This workflow follows the HTTP Request → Slack recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "TradingView \u2192 Signal Adapter",
  "nodes": [
    {
      "parameters": {
        "path": "tradingview",
        "responseMode": "onReceived",
        "options": {}
      },
      "id": "Webhook_TradingView",
      "name": "TradingView Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "return [{\n  json: {\n    symbol: $json[\"ticker\"] || $json[\"symbol\"],\n    side: $json[\"strategy.order.action\"] || $json[\"side\"],\n    price: $json[\"close\"] || $json[\"price\"],\n    ts: new Date().toISOString(),\n    strategy: $json[\"strategy\"] || \"tradingview\",\n    meta: $json\n  }\n}];"
      },
      "id": "Transform_Signal",
      "name": "Transform \u2192 Common.Signal",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://signal-adapter:8000/signals",
        "method": "POST",
        "jsonParameters": true,
        "options": {},
        "bodyParametersJson": "={{ $json }}"
      },
      "id": "Send_SignalAdapter",
      "name": "POST \u2192 Signal Adapter",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        700,
        300
      ]
    },
    {
      "parameters": {
        "channel": "#trading-alerts",
        "text": "\ud83d\udce1 TradingView Signal received:\nSymbol: {{$json[\"symbol\"]}}\nSide: {{$json[\"side\"]}}\nPrice: {{$json[\"price\"]}}"
      },
      "id": "Slack_Notify",
      "name": "Notify Slack",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        950,
        300
      ],
      "credentials": {
        "slackApi": "<your credential>"
      }
    }
  ],
  "connections": {
    "Webhook_TradingView": {
      "main": [
        [
          {
            "node": "Transform_Signal",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transform_Signal": {
      "main": [
        [
          {
            "node": "Send_SignalAdapter",
            "type": "main",
            "index": 0
          },
          {
            "node": "Slack_Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {},
  "id": "Workflow_TradingView_Signal"
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

TradingView → Signal Adapter. Uses httpRequest, slack. Webhook trigger; 4 nodes.

Source: https://github.com/teaglebuilt/trading-platform/blob/dd178d14c8c97f6b3066a9af48e29c6b7e0ec127/workflows/workflow.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

HR teams, IT Operations, and System Administrators managing employee onboarding at scale. It’s perfect if you use Odoo 18 to trigger account requests and need Redmine + GitLab accounts created instant

HTTP Request, Slack
Slack & Telegram

This workflow is a complete, production-ready solution for recovering abandoned carts in Shopify stores using a multi-channel, multi-touch approach. It automates personalized follow-ups via Email, SMS

HTTP Request, Shopify, SendGrid +5
Slack & Telegram

This workflow automates end-to-end research analysis by coordinating multiple AI models—including NVIDIA NIM (Llama), OpenAI GPT-4, and Claude to analyze uploaded documents, extract insights, and gene

HTTP Request, Postgres, Slack +1
Slack & Telegram

Are you tired of the repetitive dance between git push, creating a pull request in GitHub, updating the corresponding task in JIRA, and then manually notifying your team in Slack, or Notion?

HTTP Request, Stop And Error, Jira +2
Slack & Telegram

This workflow automatically detects changes in the .env.staging file in a GitHub repository and keeps Android configuration files (build.gradle and gradle.properties) in sync.It creates a new Git bran

GitHub, HTTP Request, Slack