ichimoku

Generate Ichimoku Kinko Hyo trading signals from five-line analysis.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill ichimoku-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ichimoku
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/ichimoku
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill ichimoku-hxhyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the complexity of manually monitoring the five-line Ichimoku Kinko Hyo system, providing a systematic way to identify trend-following entry and exit points without human bias.

Core Features & Use Cases

  • Five-Line Analysis: Automatically calculates Tenkan-sen, Kijun-sen, Senkou Spans, and Chikou Span.
  • Triple-Filter Logic: Generates high-quality signals by combining TK crossovers with cloud position and cloud direction filters.
  • Use Case: A trader can use this to scan multiple crypto assets daily to identify strong buy or sell opportunities 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 automated Ichimoku trading signals for crypto assets?

The system processes market time-series data using pandas and numpy to calculate the five-line Ichimoku Kinko Hyo components, generating automated trend reversal signals by applying a triple-filter logic for TK crossovers and cloud positions.

What is the triple-filter logic used for Ichimoku technical analysis?

The triple-filter logic combines TK crossovers with cloud position and cloud direction filters to systematically generate high-quality, bias-free trend-following entry and exit signals for market analysis.

Can I use this Ichimoku signal generator for equity assets or is it only for crypto?

This Ichimoku signal generator applies quantitative technical analysis to time-series data and supports both crypto and equity assets for market scanning and strategy development.

Do I need pandas and numpy to calculate Tenkan-sen and Kijun-sen indicators?

Yes, pandas and numpy are required dependencies for calculating Tenkan-sen and Kijun-sen indicators, as they handle the time-series calculations and signal filtering required for the Ichimoku five-line system.

How does the Ichimoku cloud position filter improve quantitative strategy development?

The cloud position filter validates TK crossover signals against cloud direction to ensure only high-quality trend continuation and reversal points are identified, reducing false signals in quantitative strategy development.

What are the limitations of using Ichimoku Kinko Hyo for automated market analysis?

A limitation of using Ichimoku Kinko Hyo for automated market analysis is its reliance on historical time-series data; while the triple-filter logic reduces false signals, it cannot predict sudden market anomalies outside established trend patterns.