ichimoku

Converts OHLCV data into Ichimoku indicators and generates trade signals.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an automated framework to generate trading signals based on Ichimoku Kinko Hyo analysis from OHLCV data using pandas, removing manual calculation burden.

Core Features & Use Cases

  • TK crossovers detect buy/sell signals
  • Cloud position and Chikou confirmation filter signals for higher quality alerts
  • Works with per-symbol OHLCV data and adjustable periods; warm-up requirement noted

Quick Start

Feed an OHLCV dataframe per symbol to the engine to produce buy/sell/neutral signals.

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 OHLCV data using pandas?

To generate Ichimoku trading signals, feed a per-symbol OHLCV dataframe into the engine to calculate indicators and output buy, sell, or neutral signals based on configured periods.

What Ichimoku components are used to filter trade signals?

Ichimoku trade signals are filtered using TK crossovers for initial buy and sell detection, cloud position for trend context, and Chikou span confirmation to validate signal quality.

Can I use this Ichimoku indicator engine with live market data requests?

Yes, you can use live market data by utilizing the optional requests dependency to fetch real OHLCV data, which is then mapped and processed by the pandas-based signal engine.

How does the engine handle multi-asset data mapping and warm-up periods?

The engine handles multi-asset data by mapping per-symbol OHLCV dataframes and accounts for warm-up requirements to ensure sufficient historical data exists before calculating valid Ichimoku signals.

Are there limitations when applying Ichimoku cross-detection to multiple assets?

A key limitation is the warm-up requirement; without enough historical OHLCV data per asset, cross-detection and Chikou confirmation cannot generate valid trading signals.

What's the best way to automate technical analysis signals for multiple assets in pandas?

Automate technical analysis by feeding multi-asset OHLCV dataframes into the engine, which applies TK cross-detection and cloud position logic to produce automated buy and sell alerts.