ichimoku

Automate Ichimoku Kinko Hyo indicator calculations and signal generation for OHLCV data.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill ichimoku-0xzknw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ichimoku
Source: https://github.com/0xZKnw/vibe-trading-tap/tree/main/agent/src/skills/ichimoku
Command: npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill ichimoku-0xzknw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests, and includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of manual trend evaluation by automating the Ichimoku Kinko Hyo five-line system, removing human error and emotional bias from technical analysis.

Core Features & Use Cases

  • Five-Line Analysis: Automatically calculates Tenkan-sen, Kijun-sen, Senkou Spans, and Chikou Span.
  • Triple-Filter Logic: Generates signals only when TK crossovers align with price-cloud positioning and cloud direction.
  • Use Case: A trader can use this to scan multiple crypto assets like BTC or ETH to identify high-probability entry points based on established Japanese technical analysis standards.

Quick Start

Use the ichimoku skill to generate trading signals for the BTC-USDT pair based on the latest market data.

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 for crypto assets?

The system automates Ichimoku trading signal generation by processing OHLCV data frames with pandas and numpy. It calculates the five-line system and applies triple-filter logic to identify high-probability entry points for crypto assets like BTC.

What is the triple-filter logic in Ichimoku technical analysis?

Triple-filter logic in Ichimoku technical analysis validates signals by confirming TK crossover alignment, price-cloud positioning, and cloud direction. Signals are generated only when all three technical factors align.

Do I need pandas and numpy to calculate the Ichimoku Kinko Hyo indicator?

Yes, pandas and numpy are required to calculate the Ichimoku Kinko Hyo indicator. These dependencies process OHLCV data frames and execute the multi-period rolling calculations needed for the five-line system.

Can I automate Tenkan-sen and Kijun-sen calculations for financial time-series data?

You can automate Tenkan-sen and Kijun-sen calculations for financial time-series data using this system. It handles multi-period rolling computations automatically, removing manual calculation errors and emotional bias from technical analysis.

What is the best way to scan multiple crypto assets for Ichimoku trend evaluations?

The best way to scan multiple crypto assets for Ichimoku trend evaluations is to feed their OHLCV data frames into an automated processing system. This removes human error and emotional bias while standardizing the five-line technical analysis.

Why does my Ichimoku signal generation produce false positives in sideways markets?

Ichimoku signal generation may produce false positives if cloud direction and price-cloud positioning are ignored. This system mitigates false positives by applying triple-filter logic, requiring TK crossovers to align with cloud conditions.