chanlun

Detect Chanlun price patterns and generate buy/sell signals from OHLCV data.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/GGwujun/SigmX --skill chanlun-ggwujun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chanlun
Source: https://github.com/GGwujun/SigmX/tree/main/agent/src/skills/chanlun
Command: npx skills add https://github.com/GGwujun/SigmX --skill chanlun-ggwujun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates Chanlun-based price-pattern recognition and buy/sell signal generation from OHLCV data, enabling traders to quickly identify trend turns and actionable signals.

Core Features & Use Cases

  • Multi-period Chanlun pattern recognition (FX/BI/ZS) from OHLCV data across assets
  • Automatic generation of buy/sell signals (一买/一卖/三买/三卖) with contextual hints
  • Supports cross-timeframe analysis and integration with czsc-based signals for strategy development
  • Use case: build a real-time signal feed for A-share or crypto instruments and backtest Chanlun-based decisions

Quick Start

Feed OHLCV data into the SignalEngine to generate real-time Chanlun buy/sell signals.

Frequently Asked Questions about chanlun

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

FAQPage Schema
How do I generate Chanlun buy/sell signals from OHLCV data?

To generate Chanlun buy/sell signals from OHLCV data, feed your multi-period OHLCV records into the provided SignalEngine. The engine processes the data to detect price patterns and outputs directional signals like first-buy or third-sell.

What are Chanlun price patterns and how are they detected?

Chanlun price patterns are structural trend formations consisting of FX, BI, and ZS segments detected from OHLCV data. The signal engine automates this recognition by analyzing K-line structures across multiple timeframes to identify trend turns.

Can I use the czsc library for multi-timeframe trend analysis?

Yes, you can use the czsc library for multi-timeframe trend analysis. The Skill requires Python 3.x and leverages czsc to process OHLCV data across different periods, enabling cross-timeframe Chanlun pattern detection and signal generation.

Does Chanlun pattern recognition work for crypto and A-share markets?

Chanlun pattern recognition works for any market with available OHLCV data, including crypto and A-share instruments. You can apply it to build real-time signal feeds or backtest trend-based trading decisions across these assets.

What buy/sell signals are generated by the Chanlun signal engine?

The Chanlun signal engine generates specific buy/sell signals including first-buy, first-sell, third-buy, and third-sell. These signals are outputted with contextual hints to help traders identify actionable trend reversals.

Do I need Python 3.x to run Chanlun pattern detection?

Yes, you need Python 3.x to run Chanlun pattern detection. The Skill's internal signal engine and its dependency on the czsc library require a Python 3.x environment to process OHLCV data and output trading signals.