chanlun

Extracts czsc-based chanlun buy, sell, and trend signals from OHLCV data.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/JacobHsu/vibe-trading-agent --skill chanlun-jacobhsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chanlun
Source: https://github.com/JacobHsu/vibe-trading-agent/tree/main/agent/src/skills/chanlun
Command: npx skills add https://github.com/JacobHsu/vibe-trading-agent --skill chanlun-jacobhsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the identification of chanlun price structures so analysts can capture buy, sell, and trend confirmation signals without manually tracing Zhong-Shu, Bi, and FX relationships.

Core Features & Use Cases

  • Structure Detection: Extracts czsc RawBar data into fenxing, bis, and zhongshu constructs for multi-period analysis.
  • Signal Engine: Computes one-buy/one-sell, two-buy/two-sell, and three-buy/three-sell cues along with auxiliary bi-base and three/five-bi shape readings to guide entries and exits.
  • Reference Library: Documents the core chanlun concepts and each buy/sell point for quick education and explainability.
  • Use Case: Feed OHLCV tables for any equity, crypto, or futures symbol to receive time-indexed signals that highlight precise reversal and continuation points.

Quick Start

Ask the skill to analyze BTC-USDT daily OHLCV bars and list the latest chanlun buy and sell signals.

Frequently Asked Questions about chanlun

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

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

Chanlun buy/sell signals are extracted by analyzing czsc RawBar OHLCV data to identify fenxing, bis, and zhongshu price structures. The skill computes one-buy, two-buy, and three-sell cues along with bi-base shape readings to highlight precise entry and exit points.

What are chanlun zhongshu and bi structures in technical analysis?

Chanlun zhongshu and bi structures are czsc-based price constructs used to detect multi-period trend consolidation and direction. The skill automates tracing these fenxing and zhongshu relationships to confirm trends without manual charting.

Can I use chanlun analysis for crypto and forex markets?

Yes, chanlun analysis applies to crypto, forex, equities, and futures markets. The skill accepts OHLCV tables for any symbol and generates time-indexed buy, sell, and trend continuation signals across these trading workflows.

What is the difference between one-buy and three-buy points in czsc chanlun?

One-buy and three-buy points in czsc chanlun represent different stages of trend reversal and continuation. The skill's signal engine computes both, alongside auxiliary bi-base and five-bi shape readings, to guide entries and exits based on zhongshu breakouts.

Do I need czsc RawBar data to detect multi-period price structures?

Yes, czsc RawBar ingestion with frequency control is required to detect multi-period price structures. The skill evaluates bis, zs, and signal functions from this formatted OHLCV input to generate accurate buy and sell decisions.