One-click install
npx skills add https://github.com/prinzeval/Vibe-Trading --skill chanlun-prinzeval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chanlun
Source: https://github.com/prinzeval/Vibe-Trading/tree/main/VALENDATA/agent/src/skills/chanlun
Command: npx skills add https://github.com/prinzeval/Vibe-Trading --skill chanlun-prinzeval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

基于缠论理论的价格形态识别引擎,使用 czsc 库自动检测分型、笔、中枢,并生成一买/一卖/二买/二卖/三买/三卖等买卖点信号。支持多周期分析和形态分类(3/5/7/9/11笔形态)。

Core Features & Use Cases

  • 自动识别分型、笔和中枢,生成买卖点信号,提升交易决策效率与一致性。
  • 支持多周期分析,适用于不同市场(股票、期货、加密货币)的形态识别与信号触发。
  • 提供稳定的形态分类能力(3/5/7/9/11笔形态)与组合信号,便于策略分层执行。
  • 实战场景示例:在趋势变化点自动输出第一买/第一卖等信号,辅助策略执行。

Quick Start

给定 OHLCV 数据后,运行引擎自动检测缠论形态并输出买卖点信号。

Frequently Asked Questions about chanlun

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify Chanlun buy and sell signals from OHLCV price data?

To identify Chanlun buy and sell signals from price data, feed OHLCV inputs into the engine to automatically detect FX, BI, and ZS structures. It classifies 3/5/7/9/11-bar patterns and outputs first, second, and third buy/sell signals for trading decisions.

What is multi-timeframe Chanlun pattern recognition and how does it work?

Multi-timeframe Chanlun pattern recognition applies the czsc library to detect fractals, strokes, and central pivots across different time periods simultaneously. This mechanism classifies bar patterns to pinpoint trend reversal points and generate robust trading signals.

Can I use automated Chanlun analysis for crypto and futures markets?

Yes, you can use automated Chanlun analysis for crypto and futures markets. The engine supports multi-period analysis for different markets, applying consistent pattern classification to generate trading signals across various asset types.

How do I classify 3, 5, 7, 9, and 11-bar Chanlun patterns for trading?

To classify 3, 5, 7, 9, and 11-bar Chanlun patterns, the engine processes price data to detect structural fractals and strokes. It automatically categorizes these multi-bar combinations and triggers layer-specific buy and sell signals for strategy execution.

Does the czsc library require specific data formats for Chanlun signal detection?

The czsc library requires standard OHLCV price data as input to perform Chanlun signal detection. Once provided, it automatically processes the open, high, low, and close values to identify central structures and output automated trading signals.

What are the limitations of automated Chanlun pattern detection?

A limitation of automated Chanlun pattern detection is its reliance on accurate OHLCV data to correctly identify FX, BI, and ZS structures. Signal robustness depends on market volatility, and outputs are designed for automated workflows rather than guaranteeing profit.