Agent SkillsHKUDS/Vibe-Trading › ichimoku

ichimoku

GitHub

基于Ichimoku云图的五线系统交易信号引擎,利用Tenkan/Kijun交叉、云层位置和Chikou确认生成强买/强卖或观望信号。纯pandas实现,适用于量化策略开发。

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
9806936
Hash
267d0688
Indexed
2026-07-24 17:46

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 21:21
浙ICP备14020137号-1 $mapa de visitantes$