Files
Chan/docs/IDEA/IDEA-005-wyckoff-harden.md
T
jackyu66gitandCursor ac6be80278 docs: 开启 ECR-004 威科夫硬化与 VP 减负(Draft)
跟进 ECR-003 Review Findings;待 Approve 后实现。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-06 18:35:25 +08:00

32 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Idea: 威科夫区间评分与主站 VP 绘图优化
**Date:** 2026-08-06
**Status:** Accepted → ECR-004
**Source:** `docs/CODE_REVIEW/ECR-003.md` Findings Important #1/#2 + Medium #3#5
## Problem
ECR-003 已上线主站威科夫叠层,但:
1. 交易区间检测优先「最长窗口」,易吞并箱体前趋势,起点偏早。
2. VP 默认按 bin 逐条 `addLineSeries`,自动刷新全量重建时系列过多,有内存压力。
3. 阶段 C–E 在事件扎堆时易重叠退化;单测断言偏松;`elements_only` 仍可能跑威科夫。
## Why now
CODE_REVIEW Approve 非阻断项;关门后应单独 ECR 跟进,避免塞回已审 003。
## Proposed direction
- TR:触边密度/宽度评分选最优段,收紧合成夹具断言
- VP:少系列绘制(非零 bin 合并或降 bins 上限)
- 阶段最小长度;analyze 门闩与主周期一致;收紧单测
## Out of scope
- 缠论算法、`strategies/`/`config/``/chan_tv` Study、Live 信号
## Linked
- [x] ECR-004