ichimoku-cloud

Community

Generate Ichimoku trading signals with pandas.

Authorloanntc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It generates objective buy/sell/stand-aside signals from OHLCV price data using the Ichimoku Kinko Hyo five-line method, so you don’t have to manually compute indicators and interpret the cloud.

Core Features & Use Cases

  • Five-line Ichimoku computation: Calculates Tenkan-sen, Kijun-sen, Senkou Span A/B (cloud boundaries), and derives cloud top/bottom for filtering.
  • Deterministic signal generation: Emits 1 (long), -1 (short), or 0 (stand aside) using TK crossover detection plus cloud position and cloud direction filters (A > B vs A < B).
  • Warm-up handling: Enforces a minimum history length (52 + 26) so signals aren’t produced with insufficient data.
  • Use case: Apply it to daily crypto candles (e.g., BTC-USDT / ETH-USDT) to consistently evaluate trend quality and create a rule-based signal series for backtesting.

Quick Start

Use the ichimoku-cloud skill to generate long/short/neutral signals from a pandas OHLCV DataFrame that includes open, high, low, and close columns indexed by datetime.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ichimoku-cloud
Download link: https://github.com/loanntc/Paave/archive/main.zip#ichimoku-cloud

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.