缠论技术分析

缠论技术分析:CZSC 缠论技术分析工具,支持 K 线生成、笔线段识别、分型信号提取与 A 股回测可视化。 含 25 条反模式约束。

✓ 0 人报告成功·v0.1.0·

晶体简介

CZSC 缠论技术分析工具,支持 K 线生成、笔线段识别、分型信号提取与 A 股回测可视化。 本 skill 基于开源项目构建并集成 25 条 anti-pattern 约束。访问 doramagic.ai/r/czsc-chan-theory 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-091

zvtvz/zvt6360a632 source files

Constraints

71total
46fatal
46 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

46 条不可违反的约束

FATALdomain_rulefinance-C-001

WHENWhen implementing BarGenerator.update() with a RawBar input

ACTIONvalidate that bar.freq.value equals base_freq before processing

CONSEQUENCEFrequency mismatch causes incorrect bar aggregation across all time frequencies, corrupting OHLCV synthesis for daily, weekly, and monthly bars

FATALdomain_rulefinance-C-002

WHENWhen implementing BarGenerator initialization with base_freq parameter

ACTIONvalidate that base_freq exists in sorted_freqs list before accepting

CONSEQUENCEInvalid base_freq causes KeyError when accessing freq_map dictionary, crashing the entire bar generation pipeline

FATALarchitecture_guardrailfinance-C-004

WHENWhen implementing DataClient._get_cache() to read cached API responses

ACTIONacquire thread lock before reading pickle cache file to prevent race conditions

CONSEQUENCEConcurrent read/write access to pickle cache files causes corrupted DataFrames and silent data loss during multi-process backtests

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 zvtvz/zvt 的自动化 batch-v1 元数据 + 自动生成 FAQ。