ichimoku

Generate trading signals from Ichimoku Kinko Hyo technical analysis.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/thanhtai040805/AI_Invest --skill ichimoku-thanhtai040805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ichimoku
Source: https://github.com/thanhtai040805/AI_Invest/tree/main/ai-engine/app/domain/services/quant/skills_data/ichimoku
Command: npx skills add https://github.com/thanhtai040805/AI_Invest --skill ichimoku-thanhtai040805

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of trading signals using the Ichimoku Kinko Hyo system, simplifying technical analysis and aiding in informed trading decisions.

Core Features & Use Cases

  • Technical Analysis: Performs in-depth analysis using the Ichimoku Kinko Hyo five-line system.
  • Signal Generation: Generates trading signals based on Tenkan/Kijun crossovers, cloud position, and Chikou confirmation.
  • Use Case: Ideal for traders looking to integrate advanced technical analysis into their trading strategy.

Quick Start

Load the Ichimoku skill and generate signals for the BTC-USDT market.

Frequently Asked Questions about ichimoku

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

FAQPage Schema
How do I generate trading signals using the Ichimoku Kinko Hyo system?

To generate Ichimoku trading signals, you load financial market data into the system, which then analyzes the five-line Ichimoku Kinko Hyo framework to produce buy or sell indicators based on Tenkan/Kijun crossovers and cloud positions.

What trading signals does the Ichimoku Kinko Hyo system produce?

Ichimoku trading signals are generated from Tenkan and Kijun line crossovers, price position relative to the cloud, and Chikou span confirmation, providing a comprehensive technical analysis view to inform your trading decisions.

Can I use pandas and numpy to automate technical analysis for crypto markets?

Yes, you can use pandas and numpy to automate technical analysis for crypto markets. The system processes financial dataframes to calculate the Ichimoku Kinko Hyo lines and automatically generate trading signals for pairs like BTC-USDT.

Does this Ichimoku signal generator require historical price data fetched via requests?

Yes, the Ichimoku signal generator requires historical price data fetched via requests. It uses the requests library to pull financial market data, which is then manipulated and analyzed using pandas and numpy to output trading signals.

What is the best way to analyze Ichimoku cloud position and Chikou span confirmation?

The best way to analyze Ichimoku cloud position and Chikou span confirmation is to use an automated technical analysis script that calculates the five-line system and evaluates these specific conditions to output clear trading signals.