What problem does it solve?
This Skill codifies the Ichimoku Kinko Hyo five-line framework so you no longer have to eyeball crossovers, cloud orientation, and confirmation manually, enabling consistent signal generation with pandas.
Core Features & Use Cases
- Five-line computation: Calculates Tenkan-sen, Kijun-sen, Senkou Span A/B, and the Lagging Span with the required 78-candle warm-up, providing full context for trend evaluation.
- Triple-filtered signals: Emits long or short signals only when TK crossovers align with price being above/below the cloud and with corresponding bullish or bearish cloud direction, delivering deterministic 1/0/-1 outputs.
- Reference documentation: Includes detailed notes explaining each line and the signal logic to help traders adjust periods and verify the engine’s reasoning in strategy development.
Quick Start
Use the ichimoku skill to analyze a symbol's daily candles and report whether a strong TK crossover currently aligns with cloud confirmation.