# 猫哥选股 **Repository Path**: bg4xsd/stock_selector ## Basic Information - **Project Name**: 猫哥选股 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-29 - **Last Updated**: 2026-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock_selector A 股选股策略研究脚手架。逐浪七星 v1.4.1 已归档至 `bak/`,本目录从空白起步, 承接下一阶段的策略研究。 ## 快速开始 ```bash cd /Users/Shine/myWork/stock_selector python3 -m venv .venv && source .venv/bin/activate pip install -r requirements.txt ``` ## 目录约定 - `config/` 策略配置(YAML) - `data/` 本地数据缓存(不入 Git) - `docs/` 方法文档 / 实验记录 - `reports/` 回测与选股输出 - `scripts/` 入口脚本 - `src/` 策略与工具库 - `tests/` pytest ## 数据 - 通达信本地数据:`/Users/Shine/Downloads/Hist_Data`(K线 / 财务 / 指数) - akshare / mootdx:在线拉取(运行时按需) - 持仓文件:`/Users/Shine/myWork/watchlist_config.json`