feat: 添加 K 线数据一键下载脚本

- 新增 download_data.py,从 Binance API 自动下载全部 15 个粒度 K 线数据
- 支持断点续传、限频重试、Ctrl+C 安全中断
- 更新 README 数据获取说明和项目结构
- requirements.txt 添加 requests 依赖

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 01:20:55 +08:00
parent 345ca44fa0
commit 2b0eb4449f
3 changed files with 283 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
requests>=2.28
pandas>=2.0
numpy>=1.24
scipy>=1.11