Skip to main content

KodoFlow - Futures & Options Trading Copilot

Workflow preview

Workflow preview
100%
KodoFlow - Futures & Options Trading Copilot preview
Open on n8n.io

1. Workflow Overview

This n8n template automates futures and options market intelligence by combining multi timeframe price behavior, options context, and real time news sentiment to deliver clear, risk aware AI insigh...

Best for

  • Crypto Trading automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Paul Abraham.

Original n8n.io source

1.1 Workflow description

Title
KodoFlow - Futures & Options Trading Copilot
Workflow name
KodoFlow - Futures & Options Trading Copilot

This n8n template automates futures and options market intelligence by combining multi-timeframe price behavior, options context, and real-time news sentiment to deliver clear, risk-aware AI insights for US equity markets.

Instead of producing noisy trading signals, KodoFlow focuses on market behavior, institutional conviction (or lack of it), and disciplined decision-making, including when waiting is the highest-edge outcome.

Use cases

  • Analyze US equity behavior across 15m, 1h, and 1d timeframes
  • Detect regime alignment or divergence in futures and options markets
  • Combine price action with options context to assess conviction
  • Aggregate real-time news sentiment for contextual awareness
  • Build a professional Telegram market intelligence assistant
  • Power AI-driven trading dashboards or research tools

Good to know This workflow integrates market data, options context, and news sentiment, then uses an AI model (Google Gemini or OpenAI) to generate market bias, stance, confidence level, and a risk-aware verdict. It does not provide buy/sell calls, price targets, or execution signals. KodoFlow is designed for analysis, clarity, and discipline, not hype. Setup typically takes 10 minutes.

Requirements

  • n8n Cloud or self-hosted instance
  • MarketData API key (Steps given Inside)
  • News API key (Steps given Inside)
  • AI model API key (Google Gemini or OpenAI)
  • Telegram Bot Token

Customising this workflow

  • Replace Telegram with Slack, Discord, or Notion for alerts
  • Adjust timeframes or add additional regimes
  • Extend options logic for different expiries or strategies
  • Add confidence thresholds for alerts or dashboards
  • Adapt the workflow for crypto, forex, or index futures with minimal changes

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 3 - Parse Underlying

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Underlying Candles 15m

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 5 - Underlying Candles 1h

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 6 - Underlying Candles 1d

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 7 - Normalize 15m

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Normalize 1h

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Normalize 1d

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Merge Candles

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 11 - Combine Candles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Underlying Quote

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 13 - Pick Spot + Expiry

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Option Chain (MarketData.app)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 15 - Derive Options Signals

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - News

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 17 - Filter News

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - News Sentiment Analyzer

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 19 - Merge (Candles + Options + News)

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 20 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 21 - F&O Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 22 - Send Telegram Message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 23 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow KodoFlow - Futures & Options Trading Copilot
Complexity advanced
Nodes 28
Categories Crypto Trading, AI Chatbot
Author Paul Abraham
Published 21 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12864/12864.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does KodoFlow - Futures & Options Trading Copilot do?

This n8n template automates futures and options market intelligence by combining multi timeframe price behavior, options context, and real time news sentiment to deliver clear, risk aware AI insigh...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.