chanlun

Detect chanlun buy, sell, and neutral signals from OHLCV data.

30.4k|4.9k|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/HKUDS/Vibe-Trading --skill chanlun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chanlun
Source: https://github.com/HKUDS/Vibe-Trading/tree/main/agent/src/skills/chanlun
Command: npx skills add https://github.com/HKUDS/Vibe-Trading --skill chanlun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Removes the manual effort of identifying chanlun structure changes across OHLCV bars so you can react to reliable buy, sell, and neutral signals faster during active trading.

Core Features & Use Cases

  • Chanlun structure pipeline: Combines czsc transformations from RawBar to 分型、笔、中枢 and derives unified patterns for any OHLCV-ready market.
  • Signal engine: Uses curated czsc signal functions to expose first/second/third buy/sell cues and supports multi-period assessments for trend validation.
  • Reference-backed learning: Includes in-depth markdown guides on 分型, 笔, 中枢, and buy/sell point definitions to help traders understand the underlying theory when reviewing signals.

Quick Start

Ask the chanlun skill to analyze BTC-USDT daily candles and report the latest buy or sell signals.

Frequently Asked Questions about chanlun

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

FAQPage Schema
How do I detect chanlun buy and sell signals from OHLCV data?

Detect chanlun buy and sell signals by processing OHLCV data through czsc RawBar transformations into fractals, strokes, and ZhongShu structures to validate trend direction and surface first, second, and third buy/sell cues.

What is the chanlun structure pipeline for technical analysis?

The chanlun structure pipeline converts raw OHLCV bars into fractals, strokes, and ZhongShu centers using czsc transformations, deriving unified patterns to identify trend changes and generate reliable trading signals.

Can I use chanlun signal generation for crypto and futures markets?

Yes, chanlun signal generation applies to any market with OHLCV history, including crypto, equities, and futures, enabling multi-period trading analysis and trend validation across different asset classes.

How do I validate trend direction using ZhongShu in chanlun?

Validate trend direction using ZhongShu by identifying consolidation zones within the chanlun structure pipeline, ensuring accurate direction tagging for buy, sell, and neutral signals generated from OHLCV data.

Do I need to understand 分型 and 笔 to use chanlun signals?

No, the signal engine automates 分型 and 笔 detection, but included markdown references provide in-depth guides on these chanlun components to help traders understand the underlying theory when reviewing generated signals.

What are the limitations of automated chanlun signal detection?

Automated chanlun signal detection relies entirely on accurate OHLCV historical data and czsc RawBar conversion, meaning incomplete price history or missing volume data can prevent accurate ZhongShu validation and direction tagging.