This n8n workflow provides an automated solution for analyzing Binance spot market symbols using 4-hour candlestick data. Its main goal is to fetch technical indicators such as RSI, MACD, Bollinger Bands, SMA, EMA, and ADX, then interpret these signals into digestible summaries for traders and analysts. The workflow is triggered by external parent workflows, particularly the Binance SM Financial Analyst Tool and the Binance Quant AI Agent, ensuring seamless integration within trading analysis pipelines.
The process begins when a parent workflow activates this workflow via the ‘When Executed by Another Workflow’ trigger, passing the trading symbol (e.g., BNBUSDT). This triggers a sequence of nodes starting with a webhook POST request to retrieve 4-hour candle data from Binance through the ‘HTTP Request 4h Indicators Tool’. This node contacts an external API to obtain at least 40 candles for comprehensive indicator calculations.
The raw candlestick data is then processed by the ‘Binance SM 4hour Indicators Tool Agent’, which calculates essential technical indicators. Concurrently, the ‘Simple Memory’ node stores session details like the trading symbol, allowing coordination and context preservation for multi-turn analyses. The indicator results are sent to the OpenAI GPT-4 mini model (‘OpenAI Chat Model’) that interprets and summarizes the complex indicator data into clear, Telegram-ready signals, such as trend strength, volatility, and momentum insights.
Practical uses of this workflow include trend confirmation, entry/exit signals validation, and multi-timeframe analysis to improve trading decisions. It effectively supports traders and financial analysts seeking automated, real-time technical insights to inform their strategies.
This setup is particularly valuable in systematic trading operations, financial research, and algorithmic trading, where quick, accurate, and interpretive analysis of market momentum is critical.
Reviews
There are no reviews yet.