What problem does it solve?
This Skill provides a standalone Ichimoku Kinko Hyo signal engine implemented in pandas to generate trading signals from Tenkan/Kijun crossovers, cloud position, and Chikou confirmation, enabling automated decision-making for asset price analysis.
Core Features & Use Cases
- Deterministic five-line signal generation using Tenkan-sen, Kijun-sen, Senkou Span A/B, and Chikou Span.
- Triple-filter logic: TK crossover, price relative to cloud, and cloud direction to produce clear buy/sell/neutral signals.
- Warm-up requirement of 78 candles (52 + displacement 26) before robust signals, suitable for crypto or assets with hourly/daily data.
- Ready-to-use data ingestion from OHLCV data maps and a helper data fetcher for public data sources.
- Example usage: feed per-symbol OHLCV DataFrames to the engine and obtain per-symbol signal series.
Quick Start
Provide a map of symbol to OHLCV DataFrame and call the engine to generate per-symbol signals.