Binance Spot Market Quant AI Agent | GPT-4o + Telegram (Main Interface)

Go to Workflow
3,527 views
Built by Don Jayamaha Jr Don Jayamaha Jr
Created on June 06, 2026

Description

A professional-grade AI automation system for spot market trading insights on Binance. It analyzes multi-timeframe technical indicators, live price/order data, and crypto sentiment, then delivers fully formatted Telegram-style trading reports.

πŸŽ₯ Watch Tutorial:

🧩 Required Workflows

You must install and activate all of the following workflows for the system to function correctly:

| βœ… Workflow Name | πŸ“Œ Function Description |
| -------------------------------------------------- | -------------------------------------------------------------------------------- |
| Binance Spot Market Quant AI Agent | Final AI orchestrator. Parses user prompt and generates Telegram-ready reports. |
| Binance SM Financial Analyst Tool | Calls indicator tools and price/order data tools. Synthesizes structured inputs. |
| Binance SM News and Sentiment Analyst Webhook Tool | Analyzes crypto sentiment, gives summary and headlines via POST webhook. |
| Binance SM Price/24hrStats/OrderBook/Kline Tool | Pulls price, order book, 24h stats, and OHLCV klines for 15m–1d. |
| Binance SM 15min Indicators Tool | Calculates 15m RSI, MACD, BBANDS, ADX, SMA/EMA from Binance kline data. |
| Binance SM 1hour Indicators Tool | Same as above but for 1h timeframe. |
| Binance SM 4hour Indicators Tool | Same as above but for 4h timeframe. |
| Binance SM 1day Indicators Tool | Same as above but for 1d timeframe. |
| Binance SM Indicators Webhook Tool | Technical backend. Handles all webhook logic for each timeframe tool. |

βš™οΈ Installation Instructions

Step 1: Import Workflows

Open your n8n Editor UI
Import each workflow JSON file one by one
Activate them or ensure they're called via Execute Workflow

Step 2: Set Credentials

OpenAI API Key** (GPT-4o recommended)
Binance endpoints** are public (no auth required)

Step 3: Configure Webhook Endpoints

Deploy Binance SM Indicators Webhook Tool
Ensure the following paths are reachable:

/webhook/15m
/webhook/1h
/webhook/4h
/webhook/1d

Step 4: Telegram Integration

Create a Telegram bot using @BotFather
Add your Telegram API token to n8n credentials
Replace the Telegram ID placeholder with your own

Step 5: Final Trigger

Trigger the Binance Spot Market Quant AI Agent manually or from Telegram
The agent:

Extracts the trading pair (e.g. BTCUSDT)
Calls all tools for market data and sentiment
Generates a clean, HTML-formatted Telegram report

πŸ’¬ Telegram Report Output Format

BTCUSDT Market Report

Spot Strategy
β€’ Action: Buy
β€’ Entry: $63,800 | SL: $61,200 | TP: $66,500
β€’ Rationale:
 MACD Crossover (1h)
 RSI Rebound from Oversold (15m)
 Sentiment: Bullish

Leverage Strategy
β€’ Position: Long 3x
β€’ Entry: $63,800
β€’ SL/TP zones same as above

News Sentiment: Slightly Bullish
β€’ "Bitcoin rallies as ETF inflows surge" – CoinDesk
β€’ "Whales accumulate BTC at key support" – NewsBTC

🧠 System Overview

[Telegram Trigger]
β†’ [Session + Auth Logic]
β†’ [Binance Spot Market Quant AI Agent]
β†’ [Financial Analyst Tool + News Tool]
β†’ [All Technical Indicator Tools (15m, 1h, 4h, 1d)]
β†’ [OrderBook/Price/Kline Fetcher]
β†’ [GPT-4o Reasoning]
β†’ [Split & Send Message to Telegram]

🧾 Licensing & Attribution

Β© 2025 Treasurium Capital Limited Company
Architecture, prompts, and trade report structure are IP-protected.
No unauthorized rebranding or resale permitted.

πŸ”— For support: LinkedIn – Don Jayamaha

Nodes Used (6)

AI Agent
@n8n/n8n-nodes-langchain.agent
Call n8n Workflow Tool
@n8n/n8n-nodes-langchain.toolWorkflow
Code
n8n-nodes-base.code
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Telegram
n8n-nodes-base.telegram