Stock A股技术分析数据准备
Stock A股技术分析数据准备 retrieves daily candles, technical indicators, and fund flows for Chinese A-shares using Tushare, storing raw data locally for downstream analysis. It validates data completeness and outputs a summary with latest trade date, close price, and 20-day returns.
Stock A股技术分析数据准备 fetches A-share daily prices, factors, and money flow via Tushare for technical analysis.
AI-generated summary based on this skill's SKILL.md
Install
kirkluokun/awesome-a-stock-openclawskills/stock-a股技术分析数据准备 · repository language: Python
git clone https://github.com/kirkluokun/awesome-a-stock-openclawskills
cp -r awesome-a-stock-openclawskills ~/.claude/skills/stock-a股技术分析数据准备generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install kirkluokun/awesome-a-stock-openclawskills/stock-a股技术分析数据准备Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is Stock A股技术分析数据准备?
Stock A股技术分析数据准备 retrieves daily candles, technical indicators, and fund flows for Chinese A-shares using Tushare, storing raw data locally for downstream analysis. It validates data completeness and outputs a summary with latest trade date, close price, and 20-day returns.
How does Stock A股技术分析数据准备 prepare A股数据准备工具?
Stock A股技术分析数据准备 structures A-share stock data by fetching daily OHLC candles, computing technical indicators, and organizing fund flow metrics. The skill validates dataset completeness before storing outputs locally, ensuring clean, ready-to-use data for technical analysis workflows.
Can Stock A股技术分析数据准备 calculate technical indicators?
Yes. Stock A股技术分析数据准备 calculates and organizes technical indicators for Chinese stocks, processing market data into structured formats suitable for trading strategy backtesting and quantitative analysis.
What output does Stock A股技术分析数据准备 provide?
Stock A股技术分析数据准备 outputs a summary containing the latest trade date, closing price, and 20-day returns alongside prepared datasets. Raw data is stored locally for use in downstream technical analysis and backtesting applications.
How does Stock A股技术分析数据准备 preprocess market data?
Stock A股技术分析数据准备 preprocesses market data by retrieving daily candles and fund flows via Tushare, validating completeness, and organizing technical indicators into clean datasets optimized for trading strategy backtesting and quantitative analysis.