ichimoku

Detect TK crossovers with cloud positioning from OHLC candle data.

30.4k|4.9k|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/HKUDS/Vibe-Trading --skill ichimoku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ichimoku
Source: https://github.com/HKUDS/Vibe-Trading/tree/main/agent/src/skills/ichimoku
Command: npx skills add https://github.com/HKUDS/Vibe-Trading --skill ichimoku

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill turns raw OHLCV candles into filtered Ichimoku signals so traders stop guessing on noisy TK crossovers and cloud context.

Core Features & Use Cases

  • Signal Filtering: Triggers only when TK crossovers align with price position relative to the cloud and the cloud direction to reduce false entries.
  • Ichimoku Computation: Computes Tenkan, Kijun, Senkou A/B, and applies the 26-period displacement with pandas, respecting the 78-bar warm-up requirement.
  • Use Case: Monitor BTC-USDT or ETH-USDT daily charts and act only when strong cloud-confirmed crossovers signal a decisive trend shift.

Quick Start

Ask the ichimoku skill to evaluate BTC-USDT daily candles and report the latest filtered TK crossover signal.

Frequently Asked Questions about ichimoku

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Ichimoku trading signals from OHLC candle data?

You can generate Ichimoku signals by processing OHLC candle data through the skill, which computes Tenkan, Kijun, and Senkou A/B lines to output filtered trend signals based on TK crossovers and cloud positioning.

Why do my Ichimoku cloud calculations show false TK crossover signals?

False TK crossover signals often occur when cloud context is ignored. This skill filters crossovers by verifying price position relative to the cloud and the cloud's direction to ensure signal quality and reduce false entries.

How do I calculate Tenkan, Kijun, and Senkou A/B lines using pandas?

This skill calculates Tenkan, Kijun, and Senkou A/B lines using pandas DataFrames, applying a 26-period displacement for the cloud and respecting a 78-bar warm-up period to ensure accurate trend detection.

Can I use Ichimoku trend detection for crypto trading desks?

Yes, Ichimoku trend detection is designed for crypto or equity trading desks, allowing you to monitor daily candles for assets like BTC-USDT and act on strong cloud-confirmed crossover signals indicating decisive trend shifts.

What is the minimum bar warm-up requirement for accurate Ichimoku cloud analysis?

The minimum requirement for accurate Ichimoku cloud analysis is a 78-bar warm-up period. This ensures the Tenkan, Kijun, and displaced Senkou A/B lines have sufficient historical data to compute valid trend signals.