Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
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 deliver...
@n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.telegram, n8n-nodes-base.httprequesttool, @n8n/n8n-nodes-langchain.toolworkflow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Don Jayamaha Jr.
Original n8n.io sourceA 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.
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. |
Execute WorkflowDeploy Binance SM Indicators Webhook Tool
Ensure the following paths are reachable:
/webhook/15m/webhook/1h/webhook/4h/webhook/1dTrigger the Binance Spot Market Quant AI Agent manually or from Telegram
The agent:
BTCUSDT)<b>BTCUSDT Market Report</b>
<b>Spot Strategy</b>
β’ Action: Buy
β’ Entry: $63,800 | SL: $61,200 | TP: $66,500
β’ Rationale:
β- MACD Crossover (1h)
β- RSI Rebound from Oversold (15m)
β- Sentiment: Bullish
<b>Leverage Strategy</b>
β’ Position: Long 3x
β’ Entry: $63,800
β’ SL/TP zones same as above
<b>News Sentiment:</b> Slightly Bullish
β’ "Bitcoin rallies as ETF inflows surge" β CoinDesk
β’ "Whales accumulate BTC at key support" β NewsBTC
[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]
Β© 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
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Binance spot market quant AI agent | GPT-4o + Telegram (Main interface) |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Crypto Trading, AI Chatbot |
| Author | Don Jayamaha Jr |
| Published | 06 Jun 2025 |
Use the JSON export at /data/workflows/4739/4739.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 deliver...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Chatbot use case.