This repository contains the A-share industry trend selector.
Industry-first trend selection strategy.
- Selects strong industries first
- Selects stocks from chosen industries
- Uses AkShare data
- Outputs Excel reports with
industry,stock, anddiagnosticssheets
Run:
.venv/bin/python a_share_trend_selector.pyUse the project virtual environment:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txtGenerated files are intentionally excluded from Git:
.hist_cache/trend_selector_results_run*.xlsxrun_full.log.DS_Store__pycache__/