πŸ“ˆ Analyze Binance Futures markets with TA indicators, OpenAI news checks, and Telegram alerts

⚑ 257 views Β· πŸ“ˆ Crypto Trading & Stock Market

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This workflow acts as an automated market analyst for educational purposes. It scans Binance Futures (Testnet) for high-volume pairs, applies custom technical analysis (RSI, Bollinger Bands, EMA, ATR) using JavaScript, and uses AI to validate trends against recent news sentiment.

It is designed for paper trading to demonstrate how to build advanced financial logic and adaptive risk management systems in n8n without risking real funds.

πŸ’‘ Why use this?

βš™οΈ How it works

  1. Filter: Runs every 15 minutes to find liquid assets on Binance.
  2. Calculate: Computes indicators (EMA 200, BB, RSI) and defines Entry/Exit points using ATR logic.
  3. Validate: If a technical signal matches, it fetches news and asks AI: β€œIs there any breaking news that contradicts this trade?”
  4. Execute: If AI returns β€œCONFIRM”, it posts the detailed analysis to Telegram and places a paper trade order on the Testnet.

πŸ›  Setup Steps

  1. Binance Testnet: Create a free account on Binance Futures Testnet and generate API keys.
  2. Configuration: Open the πŸ“ MAIN CONFIG node and enter your Testnet Keys and Telegram Channel ID.
  3. Credentials: Add your OpenAI (or OpenRouter) credentials to the AI node.

> Disclaimer: This workflow connects to the Binance Testnet by default. It is intended for educational purposes only. The author and n8n are not responsible for financial decisions.

πŸ”— Nodes Used

HTTP Request, Telegram, Schedule Trigger, Basic LLM Chain, OpenRouter Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup