quantconnect-lean-example/ ├── algorithms/ │ └── SmaCrossAlgorithm.py # Core trading algorithm ├── notebooks/ │ └── research.ipynb # LEAN research notebook ├── data/ # Local market data (managed by ...
quantconnect-lean-example/ ├── algorithms/ │ └── SmaCrossAlgorithm.py # 核心策略 ├── scripts/ │ ├── tickers.conf # 标的配置(43 只,7 个分组) │ ├── download-data.sh # 批量下载脚本 │ └── README.md # 下载工具文档 ├── research/ │ ...