fix(web): 自动刷新保留 K 线视窗;威科夫与图表增量更新

自动刷新改用 tail update 与 scrollToPosition 恢复视窗,避免 setData 后跳到最右;拆分 chart_tv 模块并扩展 analyze/recent API。同步威科夫分析、pipeline 增量构建及相关策略与配置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-25 22:57:43 +08:00
co-authored by Cursor
parent 1e60ab3bfa
commit 8ee11317d3
104 changed files with 21452 additions and 4988 deletions
+9
View File
@@ -0,0 +1,9 @@
"""Wyckoff research engines — Decision / Market State(不改 Spring Baseline 信号定义)。"""
from .market_state import compute_market_state_8h, spring_gate_mask, utad_gate_mask
__all__ = [
"compute_market_state_8h",
"spring_gate_mask",
"utad_gate_mask",
]