Agent SkillsHKUDS/Vibe-Trading › ichimoku

ichimoku

GitHub

基于 pandas 实现的 Ichimoku Kinko Hyo 技术分析引擎,通过 Tenkan/Kijun 交叉、云带位置和 Chikou 确认生成买卖信号,适用于量化交易策略开发。

agent/src/skills/ichimoku/SKILL.md HKUDS/Vibe-Trading

Trigger Scenarios

需要计算 Ichimoku 指标并获取交易信号 实现基于云带和均线交叉的量化交易策略

Install

npx skills add HKUDS/Vibe-Trading --skill ichimoku -g -y
More Options

Non-standard path

npx skills add https://github.com/HKUDS/Vibe-Trading/tree/main/agent/src/skills/ichimoku -g -y

Use without installing

npx skills use HKUDS/Vibe-Trading@ichimoku

指定 Agent (Claude Code)

npx skills add HKUDS/Vibe-Trading --skill ichimoku -a claude-code -g -y

安装 repo 全部 skill

npx skills add HKUDS/Vibe-Trading --all -g -y

预览 repo 内 skill

npx skills add HKUDS/Vibe-Trading --list

SKILL.md

Frontmatter
{
    "name": "ichimoku",
    "category": "strategy",
    "description": "Ichimoku Kinko Hyo five-line system signal engine. A standalone Japanese technical-analysis school that generates trading signals from Tenkan\/Kijun crossovers, cloud position, and Chikou confirmation. Pure pandas implementation."
}

Ichimoku Kinko Hyo

Purpose

A standalone Japanese technical analysis framework that uses a five-line system and the cloud to provide a complete trend-evaluation structure:

Line Japanese Calculation Meaning
Conversion line Tenkan-sen (9H+9L)/2 Short-term trend
Base line Kijun-sen (26H+26L)/2 Medium-term trend
Leading Span A Senkou Span A (Tenkan+Kijun)/2 shifted forward by 26 Upper cloud boundary
Leading Span B Senkou Span B (52H+52L)/2 shifted forward by 26 Lower cloud boundary
Lagging Span Chikou Span Closing price shifted backward by 26 Trend confirmation

Signal Logic

Signals are triggered only on TK crossover events, with three filters:

  • Strong buy: bullish TK cross + price above the cloud + bullish cloud (A > B)
  • Strong sell: bearish TK cross + price below the cloud + bearish cloud (A < B)
  • All other cases → stand aside

Warm-up requires 78 candles (52+26).

Parameters

Parameter Default Description
tenkan_period 9 Tenkan-sen period
kijun_period 26 Kijun-sen period
senkou_b_period 52 Senkou Span B period
displacement 26 Forward/backward shift period

Dependencies

pip install pandas numpy requests

Signal Convention

  • 1 = long, -1 = short, 0 = stand aside

Version History

  • 0aa45a9 Current 2026-07-24 17:46

Same Skill Collection

agent/src/skills/adr-hshare/SKILL.md
agent/src/skills/akshare/SKILL.md
agent/src/skills/alpha-zoo/SKILL.md
agent/src/skills/ashare-pre-st-filter/SKILL.md
agent/src/skills/asset-allocation/SKILL.md
agent/src/skills/backtest-diagnose/SKILL.md
agent/src/skills/behavioral-finance/SKILL.md
agent/src/skills/candlestick/SKILL.md
agent/src/skills/ccxt/SKILL.md
agent/src/skills/chanlun/SKILL.md
agent/src/skills/commodity-analysis/SKILL.md
agent/src/skills/corporate-events/SKILL.md
agent/src/skills/correlation-analysis/SKILL.md
agent/src/skills/correlation-regime/SKILL.md
agent/src/skills/cross-market-strategy/SKILL.md
agent/src/skills/crypto-derivatives/SKILL.md
agent/src/skills/data-routing/SKILL.md
agent/src/skills/defi-yield/SKILL.md
agent/src/skills/dividend-analysis/SKILL.md
agent/src/skills/doc-reader/SKILL.md
agent/src/skills/earnings-forecast/SKILL.md
agent/src/skills/earnings-revision/SKILL.md
agent/src/skills/eastmoney/SKILL.md
agent/src/skills/edgar-sec-filings/SKILL.md
agent/src/skills/elliott-wave/SKILL.md
agent/src/skills/event-driven/SKILL.md
agent/src/skills/execution-model/SKILL.md
agent/src/skills/factor-research/SKILL.md
agent/src/skills/fund-analysis/SKILL.md
agent/src/skills/fundamental-filter/SKILL.md
agent/src/skills/geopolitical-risk/SKILL.md
agent/src/skills/global-macro/SKILL.md
agent/src/skills/harmonic/SKILL.md
agent/src/skills/hedging-strategy/SKILL.md
agent/src/skills/hk-connect-flow/SKILL.md
agent/src/skills/investor-lenses/SKILL.md
agent/src/skills/liquidation-heatmap/SKILL.md
agent/src/skills/macro-analysis/SKILL.md
agent/src/skills/market-microstructure/SKILL.md
agent/src/skills/minute-analysis/SKILL.md
agent/src/skills/ml-strategy/SKILL.md
agent/src/skills/mootdx/SKILL.md
agent/src/skills/multi-factor/SKILL.md
agent/src/skills/okx-market/SKILL.md
agent/src/skills/onchain-analysis/SKILL.md
agent/src/skills/options-advanced/SKILL.md
agent/src/skills/options-payoff/SKILL.md
agent/src/skills/options-strategy/SKILL.md
agent/src/skills/pair-trading/SKILL.md

Metadata

Files
0
Version
e897f59
Hash
267d0688
Indexed
2026-07-24 17:46

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 03:05
浙ICP备14020137号-1 $お客様$