chanlun

Identify FX, BI, and ZS patterns in OHLCV data to generate buy and sell signals.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Liangwei-zhang/six-stock --skill chanlun-liangwei-zhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chanlun
Source: https://github.com/Liangwei-zhang/six-stock/tree/main/Vibe-Trading/agent/src/skills/chanlun
Command: npx skills add https://github.com/Liangwei-zhang/six-stock --skill chanlun-liangwei-zhang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

缠论形态识别与买卖点信号生成,帮助交易者从原始 OHLCV 数据中提取关键结构并生成买卖信号,降低人工分析成本。

Core Features & Use Cases

  • 分型/笔/中枢识别:自动检测顶/底分型、笔段和中枢结构,支撑多周期分析。
  • 买卖点体系:实现“一买、一卖、二买、二卖、三买、三卖”等核心信号及背驰/盘背验证。
  • 多场景应用:适用于股票、期货、数字资产等具有 OHLCV 数据的市场,支持回测与实时分析。
  • 可扩展性与示例:提供示例脚本,演示如何使用 czsc 库及信号引擎产出交易信号。

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 detect chanlun buy and sell signals from OHLCV data?

You can detect chanlun buy and sell signals by feeding raw OHLCV data into the engine, which automatically identifies FX, BI, and ZS patterns. It requires the czsc library and Python tooling to process multi-timeframe market data and output practical signals.

What is the difference between first, second, and third buy points in czsc pattern recognition?

In czsc pattern recognition, first, second, and third buy points are core trading signals derived from FX, BI, and ZS structures. The engine identifies these points alongside corresponding sell signals and validates them using divergence checks to ensure signal accuracy.

Can I use chanlun technical analysis for crypto and futures markets?

Yes, you can use chanlun technical analysis for crypto and futures markets. The engine applies to any market with OHLCV history, supporting stocks, futures, and digital assets for multi-timeframe backtesting and real-time signal generation.

How to identify ZS中枢 structures across multiple timeframes?

To identify ZS中枢 structures across multiple timeframes, the engine processes OHLCV data to detect overlapping price segments. It applies multi-timeframe analysis to map these consolidation zones and generates corresponding buy and sell trading signals.

Do I need the czsc library to run the chanlun signal engine?

Yes, you need the czsc library to run the chanlun signal engine. The engine explicitly depends on czsc for pattern detection and requires Python tooling to execute the scripts, analyze OHLCV data, and output the trading signals.

Does the engine validate trading signals with divergence checks?

Yes, the engine validates trading signals with divergence and pan-bei checks. It identifies core buy and sell points and applies divergence validation to confirm signal reliability across multi-timeframe OHLCV data before outputting results.