🏗️ 项目重构:模块化清理完成

This commit is contained in:
llama-research
2025-09-01 12:29:27 +00:00
parent ef7657101a
commit f9856c31e5
349 changed files with 41438 additions and 254 deletions

View File

@@ -0,0 +1,6 @@
# 最佳实践
- 将 OpenBB 作为轻依赖,必要时再安装
- 使用统一的 DataFrame 规范化逻辑
- 谨慎处理长时间窗口与缺失数据
- 提供清晰的状态反馈与兜底

View File

@@ -0,0 +1,5 @@
# 配置指南
- 默认使用公共数据yfinance
- 付费 providerpolygon/fmp 等)可通过 OpenBB provider 配置或环境变量设置
- UI 参数symbol、时间窗口、KPI 展示

View File

@@ -0,0 +1,8 @@
# 入门指南
1) 可选安装:`pip install "openbb>=4.1.0"`
2) 运行应用,进入 OpenBB 标签页
3) 输入股票/ETF 代码(如 AAPL选择时间窗口
4) 若未安装 OpenBB将自动使用演示数据
更多:见 [API 实现指南](../02_IMPLEMENTATION_GUIDE/api_integration_guide.md)。

View File

@@ -0,0 +1,3 @@
# 八仙论道教程(占位)
将补充如何基于市场数据触发与解读“八仙论道”的步骤与最佳实践。