fund-flow
Installation
SKILL.md
💹 Fund Flow
Overview
分析A股市场的资金流向数据,通过主力(超大单+大单)和散户(小单)的净流入对比,识别资金趋势。支持趋势检测、板块聚合、多时间维度分析。
Usage
# 基本排行
python3 scripts/fund_flow.py --file fundflow.csv
# 资金趋势检测
python3 scripts/fund_flow.py --file fundflow.csv --trend
# 板块聚合分析
python3 scripts/fund_flow.py --file fundflow.csv --sector --sector-col 板块
# 周度分析
python3 scripts/fund_flow.py --file fundflow.csv --timeframe week