A precision trading signal engine that interprets 1-hour candlestick indicators for Binance Spot Market pairs using a GPT-4.1-mini LLM. Ideal for swing traders seeking directional bias and momentum clarity across medium timeframes.
This tool provides a structured 1-hour market read using:
It’s invoked as a sub-agent in broader AI workflows, such as the Binance Financial Analyst Tool and the Spot Market Quant AI Agent.
Feature | Description |
---|---|
🔄 Subworkflow Trigger | Runs only when called by parent agent (not standalone) |
🧠 GPT-4.1-mini LLM | Translates numeric indicators into natural-language summaries |
📊 Real-time Data | Pulls latest 40×1h candles via internal webhook from Binance |
📥 Input Format | { "message": "ETHUSDT", "sessionId": "telegram_chat_id" } |
📤 Output Format | JSON summary + Telegram-friendly HTML overview |
📊 1h Technical Overview – ETHUSDT
• RSI: 59 (Neutral)
• MACD: Bullish Crossover
• BBANDS: Price at Upper Band
• EMA > SMA → Positive Slope
• ADX: 28 → Moderate Trend Strength
Scenario | Result |
---|---|
Mid-frame market alignment | Verifies momentum between 15m and 4h timeframes |
Quant AI Agent input | Supplies trend context for entry/exit decisions |
Standalone medium-term signal snapshot | Validates swing trade setups or filters noise |
Import workflow into your n8n instance
Confirm internal webhook /1h-indicators
is live and authorized
Insert your OpenAI credentials for GPT-4.1-mini node
Use only when triggered via:
🔗 Don Jayamaha – LinkedIn
linkedin.com/in/donjayamahajr
© 2025 Treasurium Capital Limited Company
Architecture, prompts, and signal logic are proprietary. Redistribution or commercial use requires explicit licensing. No unauthorized cloning permitted.