Get Binance spot market financial analysis via Telegram with GPT-4o
This workflow powers the Binance Spot Market Quant AI Agent, acting as the Financial Market Analyst. It fuses real-time market structure data (price, volume, kline) with multiple timeframe technical indicators (15m, 1...
Template notes
This workflow powers the Binance Spot Market Quant AI Agent, acting as the Financial Market Analyst. It fuses real-time market structure data (price, volume, kline) with multiple timeframe technical indicators (15m, 1h, 4h, 1d) and returns a structured trading outlook—perfect for intraday and swing traders who want actionable analysis in Telegram.
🔗 Requires the following sub-workflows to function: • [Binance SM 15min Indicators Tool](https://n8n.io/workflows/4743-binance-sm-15min-indicators-tool/) • [Binance SM 1hour Indicators Tool](https://n8n.io/workflows/4744-binance-sm-1hour-indicators-tool/) • [Binance SM 4hour Indicators Tool](https://n8n.io/workflows/4745-binance-sm-4hour-indicators-tool/) • [Binance SM 1day Indicators Tool](https://n8n.io/workflows/4746-binance-sm-1day-indicators-tool/) • [Binance SM Price/24hStats/Kline Tool](https://n8n.io/workflows/4742-binance-sm-price-24hrstats-orderbook-kline-tool/)
⚙️ How It Works
1. Triggered via webhook (typically by the Quant AI Agent). 2. Extracts user symbol + timeframe from input (e.g., "DOGE outlook today"). 3. Calls all linked sub-workflows to retrieve indicators + live price data. 4. Merges the data and formats a clean trading report using GPT-4o-mini. 5. Returns HTML-formatted message suitable for Telegram delivery.
---
📥 Sample Input
json { "message": "SOLUSDT", "sessionId": "654321123" }
---