@cablate/banini-tracker 2.0.14 → 2.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,13 +12,24 @@
|
|
|
12
12
|
- 推導連鎖效應(油價跌 → 製造業利多 → 電子股受惠)
|
|
13
13
|
- 自動記錄預測,追蹤 5 個交易日的實際走勢
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
### 歷史回測
|
|
18
|
+
|
|
19
|
+
使用 [Claude Opus 4.6](https://docs.anthropic.com/en/docs/about-claude/models) 回溯分析 2024/04~2026/04 共 2,249 篇貼文,從中提取 345 筆明確的投資操作預測。
|
|
16
20
|
|
|
17
21
|
<p align="center">
|
|
18
|
-
<img src="assets/banini-report.gif" alt="
|
|
22
|
+
<img src="assets/banini-report.gif" alt="歷史回測數據" width="600">
|
|
19
23
|
</p>
|
|
20
24
|
|
|
21
|
-
|
|
25
|
+
| | |
|
|
26
|
+
|---|---|
|
|
27
|
+
| **分析範圍** | 2,249 篇貼文 → 345 筆預測,涵蓋 70 個標的(個股、ETF、指數、原物料) |
|
|
28
|
+
| **追蹤方式** | 每筆預測後追蹤 5 個交易日,記錄盤中最高/最低價 |
|
|
29
|
+
| **判定標準** | 反指標方向正確且幅度超過 ±1% 即算「冥燈成功」 |
|
|
30
|
+
| **資料集** | [`data/banini-public.db`](data/banini-public.db)(SQLite,不含原始貼文) |
|
|
31
|
+
|
|
32
|
+
---
|
|
22
33
|
|
|
23
34
|
> **Claude Code 使用者?** 直接把 [`skill/SKILL.md`](skill/SKILL.md) 加到你的 `.claude/skills/` 就能用。Claude 自己當分析引擎,不需要額外 LLM。
|
|
24
35
|
|