 jackyu66gitandCursor
|
2cd50f1e01
|
主图增加笔/线段背驰与面积数字,并修正 SD99999 显示。
三周期分开关控制,只画数字不画图标;线段面积比沿用同向笔面积口径。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-09-10 04:33:40 +08:00 |
|
 jackyu66gitandCursor
|
9b72173285
|
feat: 第四类买卖点(B4/S4)融入缠论引擎与 web 展示
研究侧的 fast_bsp3 一直只活在 research/lib/ 里,web 端看不到,回测与目视
两条线对不上。这次把它搬进引擎,作为独立的第四类买卖点。
之所以单独立类而不是当作 B3/S3 的低滞后版:step30/31 显示引擎原生的
B3/S3 统计上呈逆势、显著亏损(胜率 27.4%、PF 0.66、t −18.76),而同一组
过滤器把 B4 从 PF 1.59 提到 2.26 却对它无效(0.66→0.71)。两者选的是
不同的交易群体,不是同一信号的早晚两版。
- chanlun/analysis/fast_bsp.py 原样搬入 find_fast_bsp3 与 build_htf_zones,
另加 add_zone_ladder / htf_fx_timeline / attach_htf_agree
- research/lib/ 两个模块改为转发,所有 step 脚本导入不变,信号逐条比对一致
- 大级别上下文用 resample 从同一份 df 构建,不额外拉数据,因此与界面上选的
周期和时间范围无关
- 前端三个复选框 + 过滤模式下拉;未过滤的原始信号用浅色,避免与主口径混淆
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-28 00:05:26 +08:00 |
|
 jackyu66gitandCursor
|
7f393b93ed
|
refactor: 精简仓库为 chanlun 核心与 web 分析,移除威科夫与遗留模块
删除根目录旧 Chan 模块、策略、配置、文档及 wyckoff 相关代码;更新缠论 pipeline 与笔中枢计算;补充 research 研究与 web 测试。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-27 01:05:12 +08:00 |
|
 jackyu66gitandCursor
|
5c10e35b76
|
refactor(web): 移除主图威科夫选项与叠层
去掉区间/阶段/时间/VP 开关、Cycle 摘要面板及绘制逻辑;分析请求默认 include_wyckoff=0。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-26 01:27:51 +08:00 |
|
 jackyu66gitandCursor
|
8c165f11cd
|
fix(web): 未完成笔/线段终点对齐图表最新 K 线
各周期使用对应 kline 数据,终点时间 snap 到 candles,优先使用分析 end_price。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-26 00:40:41 +08:00 |
|
 jackyu66gitandCursor
|
97e77847d0
|
fix(web): 开关缠论元素保留视窗;分周期 Trend 涨跌配色
本地重绘统一冻结视窗;次/次次周期 Trend 上涨下跌使用独立颜色。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 23:56:55 +08:00 |
|
 jackyu66gitandCursor
|
90499533fb
|
fix(web): 分析/自动刷新后保留 K 线视窗位置
拆分手动分析与自动刷新拉数路径;全量重建用 logical 优先恢复视窗,
增量 recent 用 scroll+barDelta;避免 barSpacing 重锚与重复冻结导致往右跳。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 23:38:20 +08:00 |
|
 jackyu66gitandCursor
|
8ee11317d3
|
fix(web): 自动刷新保留 K 线视窗;威科夫与图表增量更新
自动刷新改用 tail update 与 scrollToPosition 恢复视窗,避免 setData 后跳到最右;拆分 chart_tv 模块并扩展 analyze/recent API。同步威科夫分析、pipeline 增量构建及相关策略与配置。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-25 22:57:43 +08:00 |
|
 jackyu66gitandCursor
|
081a57a90e
|
feat: ECR-003 主站威科夫分析与图表叠层(已审)
独立 wyckoff 引擎 + 按需 include_wyckoff;主站 Lightweight 绘制区间/阶段/事件/VP。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-06 18:33:57 +08:00 |
|
 jackyu66gitandCursor
|
9f1e7361b6
|
fix: 修复主站自动刷新内存泄漏,并完善 chan_tv 图表体验
主站重建前完整 dispose、去掉重复 sync 监听,自动刷新默认增量更新;顺带消除首屏重复 analyze、复用 ChanMACD,以及全版 TV 指标/未完成中枢/布局本地缓存。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-06 16:09:48 +08:00 |
|
 jackyu66gitandCursor
|
74dec4e50b
|
refactor: 缠论引擎包化与 Web 分层(ECR-001)
将根目录引擎迁入 chanlun/ 并保留兼容 shim;拆分 TF_DF 与 web 服务;
前端模块化;strategies 改用 chanlun 导入;补充 ESS 文档与 golden 回归。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-08-05 18:48:20 +08:00 |
|
jackyu66git
|
2e905e7238
|
feat: 所有页面接入 Google Analytics (G-LVVXH3TL04)
|
2026-07-02 15:57:15 +08:00 |
|
jackyu66git
|
9b876c45ed
|
修改了bsp state,继续测试
|
2026-05-20 00:49:53 +08:00 |
|
jackyu66git
|
91148a648a
|
添加新的策略
|
2026-05-19 09:58:33 +08:00 |
|
jackyu66git
|
050ebeb849
|
添加tradingview advanced chart lib和实现chan_tv网页
|
2026-05-14 14:16:06 +08:00 |
|
 jackyu66gitandClaude Opus 4.6
|
ebcb3dce73
|
添加 StructureZone 结构价值区系统,支持多周期支撑/阻力分析
- 新增 ChanZone.py: 从笔中枢/线段中枢/EMA52 提取价格区,聚类评分
- ChanLun.py 新增 get_structure_zones() 方法
- web/app.py: 独立拉取多周期数据 + 缓存 + limit 传参避免全量传输
- web/index.html: 结构区勾选框 + K线数量输入 + 半透明填充区绘制
- tests/test_chan_zone.py: 24 个单元测试
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-05-12 01:31:56 +08:00 |
|
jackyu66git
|
8ff1515f8b
|
改了ema的颜色
|
2026-04-24 10:13:30 +08:00 |
|
jackyu66git
|
d8e3cdd9e9
|
修改小周期笔无法显示bug
|
2026-04-16 23:53:40 +08:00 |
|
jackyu66git
|
04d8f73b94
|
修正了刷新图表缩放和位置不变的bug
|
2026-04-16 02:31:48 +08:00 |
|
jackyu66git
|
7815eada00
|
添加动能理论,修改klc整体显示
|
2026-04-10 13:01:07 +08:00 |
|
jackyu66git
|
3fbcc354d8
|
去掉trim data,修改check_fx回去
|
2026-04-06 01:02:42 +08:00 |
|
jackyu66git
|
ee9b573762
|
添加macd周期参数设置
|
2026-04-05 19:12:31 +08:00 |
|
jackyu66git
|
c17539a7a5
|
web端进行优化,减少内存开销,data provider提供websocket服务
|
2026-04-05 18:24:08 +08:00 |
|
Porter
|
6a6d24f601
|
添加中枢识别在klc和笔
|
2026-04-05 11:43:30 +08:00 |
|
jackyu66git
|
0bc36e066f
|
添加识别中继分型
|
2026-03-20 18:39:02 +08:00 |
|
jackyu66git
|
f1b0daa55f
|
添加次次周期显示按钮
|
2026-03-16 16:26:14 +08:00 |
|
jackyu66git
|
e61af7b1a8
|
添加了次次周期的显示
|
2026-03-15 17:07:15 +08:00 |
|
jackyu66git
|
5226c551d5
|
修改了线段中枢逻辑
|
2026-03-11 03:08:10 +08:00 |
|
jackyu66git
|
d2107db6c0
|
添加新的策略
|
2026-03-06 22:08:24 +08:00 |
|
jackyu66git
|
d8f2269a49
|
添加识别笔破坏
|
2026-02-28 19:27:36 +08:00 |
|
jackyu66git
|
eb039e9987
|
添加ema26和ema52交叉策略,今年可以,还需要再看看细节
|
2026-02-26 17:45:04 +08:00 |
|
jackyu66git
|
01e71b7098
|
添加三类买卖点识别和图上标注,还不错,感觉可以赚钱了,明天继续优化一下
|
2026-02-20 01:37:39 +08:00 |
|
jackyu66git
|
2af660b1dc
|
添加新的策略
|
2026-01-27 16:02:55 +08:00 |
|
jackyu66git
|
56c52d6cff
|
添加新的配置
|
2025-11-25 22:07:38 +08:00 |
|
jackyu66git
|
fb88ae23f4
|
修改默认参数
|
2025-11-22 16:51:12 +08:00 |
|
jackyu66git
|
3401cb56bf
|
消灭更多bug,修改K线颜色,macd颜色
|
2025-11-13 20:34:36 +08:00 |
|
jackyu66git
|
ac845ccfd0
|
添加本地数据源,以后就可以直接用本地数据了
|
2025-11-12 23:59:11 +08:00 |
|
jackyu66git
|
fe4193b153
|
添加裸K形态,前端添加KLC显示
|
2025-10-29 01:16:50 +08:00 |
|
jackyu66git
|
abe663e1a6
|
修改笔中枢bug
|
2025-10-25 00:08:46 +08:00 |
|
jackyu66git
|
021cd3a1e3
|
不能删setupToolTip
|
2025-10-24 23:47:49 +08:00 |
|
jackyu66git
|
dce2099ba1
|
添加笔中枢,删除了很多没有用的方法
|
2025-10-24 23:31:43 +08:00 |
|
jackyu66git
|
cb621c3d87
|
修改缠论顶低分型判断和笔生成顶低分型判断
|
2025-10-18 02:36:29 +08:00 |
|
jackyu66git
|
eb3f394386
|
分拆了index
|
2025-10-12 02:09:56 +08:00 |
|
jackyu66git
|
eb6d4dae1e
|
优化index的自动刷新,不占用内存了
|
2025-10-11 20:46:41 +08:00 |
|
jackyu66git
|
566055b045
|
修改排版,加入up,down,flat,unknown显示
|
2025-09-30 13:40:20 +08:00 |
|
jackyu66git
|
1507f9f929
|
不用大的时间周期了
|
2025-09-27 02:26:28 +08:00 |
|
jackyu66git
|
6139af98c3
|
添加ema52显示
|
2025-09-27 01:14:53 +08:00 |
|
jackyu66git
|
daa8c25c91
|
add new line of code
|
2025-09-24 01:42:44 +08:00 |
|
jackyu66git
|
272e2522ea
|
基本上完成了高低点的识别
|
2025-09-20 02:49:54 +08:00 |
|
Porter
|
ee1689664d
|
修改5
|
2025-09-17 16:07:23 +08:00 |
|