stock-tech-analysis
Installation
SKILL.md
OHLCV 技术指标分析工具(Technical Indicator Toolkit)
从 OHLCV 数据计算 15+ 技术指标,并生成多空信号汇总与综合研判。用户只需提供包含 OHLCV 列的 CSV 文件,即可获得完整的技术分析报告。
Quick Start
python3 scripts/compute_indicators.py data.csv
输出文本格式报告:
python3 scripts/compute_indicators.py data.csv --format text
输出最近 5 行的指标数据: