褚宏光 8dea3fbccb Enhance converging triangle analysis with new scripts and data outputs
- Updated all_results.csv with additional stock data and breakout strength metrics.
- Revised report.md to improve clarity and detail on stock selection criteria and results.
- Expanded strong_breakout_down.csv and strong_breakout_up.csv with new entries reflecting recent analysis.
- Introduced new chart images for selected stocks to visualize breakout patterns.
- Added plot_converging_triangles.py script for generating visualizations of stocks meeting convergence criteria.
- Enhanced report_converging_triangles.py to allow for date-specific reporting and improved output formatting.
- Optimized run_converging_triangle.py for performance and added execution time logging.
2026-01-22 10:00:47 +08:00

49 lines
1.8 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.

# 收敛三角形当日选股简报
## 数据说明
- **股票池**108 只个股从万得全A按顺序索引等距50取样
- **检测窗口**400 个交易日
- **检测算法**:收敛三角形形态识别(基于枢轴点、趋势线拟合与收敛度判定)
## 20260120 当日统计
- 生成时间2026-01-22 09:21
- 当日满足收敛三角形的个股14 只
- 向上突破3 只
- 向下突破3 只
- 无突破形态成立但未突破8 只
## 向上突破
| 排名 | 股票 | 突破强度 | 宽度比 | 触碰(上/下) | 放量确认 |
| --- | --- | --- | --- | --- | --- |
| 1 | SZ300530 领湃科技 | 1.0000 | 0.0465 | 2/3 | 是 |
| 2 | SZ300998 宁波方正 | 1.0000 | 0.1500 | 3/2 | 否 |
| 3 | SH603237 五芳斋 | 0.3453 | 0.2090 | 3/2 | 否 |
## 向下突破
| 排名 | 股票 | 突破强度 | 宽度比 | 触碰(上/下) | 放量确认 |
| --- | --- | --- | --- | --- | --- |
| 1 | SZ301355 南王科技 | 1.0000 | 0.2120 | 2/1 | 否 |
| 2 | SZ002966 苏州银行 | 0.2522 | 0.1703 | 2/2 | 否 |
| 3 | SZ300841 康华生物 | 0.2141 | 0.1338 | 2/2 | 否 |
## 无突破(形态成立)
| 排名 | 股票 | 宽度比 | 触碰(上/下) |
| --- | --- | --- | --- |
| 1 | SH600281 华阳新材 | 0.5318 | 3/2 |
| 2 | SH601868 中国能建 | 0.6799 | 2/3 |
| 3 | SH605138 盛泰集团 | 0.7935 | 2/2 |
| 4 | SH688550 瑞联新材 | 0.3940 | 2/2 |
| 5 | SZ002644 佛慈制药 | 0.5627 | 1/3 |
| 6 | SZ300328 宜安科技 | 0.2335 | 1/3 |
| 7 | SZ300892 品渥食品 | 0.5224 | 2/2 |
| 8 | SZ300946 恒而达 | 0.6202 | 2/2 |
## 说明
- **突破强度**价格突破幅度、收敛程度与成交量放大综合计算0~1
- **宽度比**:三角形末端宽度 / 起始宽度(越小越收敛)
- **触碰(上/下)**:价格触碰上沿和下沿的次数
- **放量确认**:突破时成交量是否显著放大