pandas-ta-indicators基于 pandas-ta 库计算技术分析指标(RSI、MACD、布林带、KAMA 等),支持多市场数据可视化与自定义参数调整。。
Install via ClawdBot CLI:
clawdbot install tangweigang-jpg/pandas-ta-indicatorsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 11, 2026
A user wants to compute RSI, MACD, and Bollinger Bands for a specific A-share stock (e.g., 600000.SH) using free data from eastmoney. The skill fetches historical price data, applies TA-Lib functions, and returns the indicator values in a pandas DataFrame for further analysis or export.
A trader needs to visualize Bollinger Bands, Keltner Channel, and MACD on historical price data for a crypto asset (e.g., BTC/USDT). The skill generates interactive charts using Matplotlib or Plotly, allowing the user to observe price volatility and potential trading signals.
A quant developer wants to backtest a MACD golden-cross strategy on an A-share index component list (e.g., CSI 300) with custom parameters (fast=12, slow=26, signal=9 are locked but can be overridden with caution). The skill automates data collection, factor computation, and generates trading signals with next-bar execution.
An investor screens Hong Kong stocks (e.g., 00700.HK) using a combination of RSI, volume breakout, and Donchian Channel. The skill computes all indicators in one pipeline and outputs a filtered list of stocks meeting criteria (e.g., RSI < 30, breakout above upper channel).
Provide pre-built MACD, MA crossover, and volume breakout strategies for A-share and HK markets. Users upload their stock watchlist, run backtests, and export results. Revenue from subscription fees per strategy pack or per backtest.
Offer a REST API that returns computed technical indicators for any supported market (A-share, HK, crypto). Hedge funds integrate the API into their own trading systems. Revenue from API call volume or enterprise licensing.
Build an interactive learning platform where users can visualize indicators on historical data, experiment with parameters, and understand trading concepts. Revenue from course subscriptions and certification fees.
💬 Integration Tip
To integrate, clone the repo, run `bash scripts/install.sh` to set up the environment, and use the provided pipeline classes for data collection and factor computation. Ensure all entity IDs follow the required format (entity_type_exchange_code) to avoid semantic lock violations.
Scored May 11, 2026
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
AI-driven multi-format SVG content generation system for presentations, social media graphics, and marketing materials. Use when creating PPTs, posters, or v...
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
Fast Apple Mail search via SQLite on macOS. Search emails by subject, sender, date, attachments - results in ~50ms vs 8+ minutes with AppleScript. Use when asked to find, search, or list emails.
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.