ichimoku

Generate trading signals from Ichimoku Kinko Hyo analysis of historical price data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a framework for generating trading signals based on the Ichimoku Kinko Hyo system, a Japanese technical analysis method.

Core Features & Use Cases

  • Ichimoku Analysis: Utilizes the Ichimoku Kinko Hyo system to generate trading signals.
  • Signal Logic: Triggers signals based on Tenkan/Kijun crossovers, cloud position, and Chikou confirmation.
  • Parameters: Allows customization of period lengths for Tenkan, Kijun, and Senkou Span B lines.
  • Use Case: For traders looking to incorporate a comprehensive trend-evaluation structure into their trading strategy.

Quick Start

Activate the ichimoku skill with the parameter 'BTC-USDT' to get trading signals for the BTC-USDT pair.

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, this system analyzes historical price data to trigger signals based on Tenkan/Kijun crossovers, cloud positions, and Chikou span confirmation for trend evaluation.

What technical indicators does Ichimoku analysis use to identify trend reversals?

Ichimoku analysis identifies trend reversals using Tenkan/Kijun crossovers, cloud positions, and Chikou span confirmation. These components analyze historical price data to evaluate and confirm market trends.

Can I customize the period lengths for Tenkan, Kijun, and Senkou Span B lines?

Yes, you can customize the period lengths for the Tenkan, Kijun, and Senkou Span B lines. This allows you to adjust the trading signal generation parameters to fit your specific trading strategy.

How do I get trading signals for a specific cryptocurrency pair like BTC-USDT?

You can get trading signals for a specific pair by activating the skill with the desired ticker parameter, such as 'BTC-USDT'. The system then analyzes historical price data to output the corresponding signals.

Do I need pandas and numpy to run Ichimoku signal analysis?

Yes, you need pandas and numpy for data processing, along with requests for API interactions. These libraries are required dependencies to analyze historical price data and generate the trading signals.