daily-stock-analyzer
Installation
SKILL.md
daily-stock-analyzer
I help you build quant strategies on A-share with ZVT — from data fetch to backtest, one flow. Just tell me what you want; I'll write the code, you don't have to dig docs. (Heads up: ZVT natively supports A-share, HK, and crypto. US stocks — stockus_nasdaq_AAPL — are half-baked; don't bother for serious work.)
Pipeline
data_collection -> data_storage -> factor_computation -> target_selection -> trading_execution -> visualization
Top Use Cases (9 total)
A股自选股智能分析系统主调度 (UC-101)
协调各模块完成股票分析流程,实现低并发的线程池调度,全局异常处理确保单股失败不影响整体分析任务 Triggers: 股票分析, 调度, 线程池
RESTful API 后端服务 (UC-102)
提供RESTful API服务支持CORS跨域访问,同时托管前端静态文件用于生产环境部署 Triggers: API服务, 后端, FastAPI