tradingview-quantitative by hypier/tradingview-quantitative-skills
npx skills add https://github.com/hypier/tradingview-quantitative-skills --skill tradingview-quantitative基于 TradingView MCP 工具的专业量化投资分析系统,提供洞察与决策建议。
在调用 tradingview_get_leaderboard 之前,必须先调用 tradingview_get_metadata 获取参数值:
type='markets' → 获取 market_code(股票排行榜必需)type='tabs' + asset_type → 获取可用的 tab 值type='columnsets' → 获取可用的 值广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
columnset完整的元数据字典(市场代码、标签页、列集、交易所)请参阅 references/api-documentation.md。
| 需求 | 工具 | 关键参数 |
|---|---|---|
| 搜索标的 | search_market | query, filter(stock/crypto/forex...) |
| 实时行情 | get_quote / get_quote_batch | symbol, session |
| K线数据 | get_price / get_price_batch | symbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500) |
| 技术分析 | get_ta | symbol, include_indicators=true 以获取详细指标 |
| 排行榜 | get_leaderboard | asset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical) |
| 新闻 | get_news / get_news_detail | market_country, lang(zh-Hans/en/ja), symbol |
| 财经日历 | get_calendar | type(economic/earnings/revenue/ipo), from/to(Unix seconds), market |
| 元数据 | get_metadata | type(markets/tabs/columnsets/languages/exchanges) |
详细步骤请参阅 workflows/ 目录:
deep-stock-analysis.md - 深度个股分析(结合行情 + 价格多周期 + 技术分析详细指标 + 新闻 + 日历)smart-screening.md - 智能选股(排行榜多列集 + 技术分析 + 价格)fundamental-screening.md - 基本面筛选(排行榜估值/盈利能力/股息列集)pattern-recognition.md - 技术形态识别(价格 + 技术分析 + 形态库参考)multi-timeframe-analysis.md - 多周期趋势确认(价格 D/W/M + 技术分析多周期)market-review.md - 市场回顾(排行榜涨幅榜/跌幅榜 + 新闻)sector-rotation.md - 板块轮动分析(排行榜表现列集 + 多板块对比)news-briefing.md - 财经新闻简报(新闻 + 新闻详情,支持多国家多语言)risk-assessment.md - 风险评估(价格历史数据 + 行情 + 波动率计算)event-analysis.md - 事件驱动分析(日历 + 新闻 + 搜索)calendar-tracking.md - 日历事件追踪(日历 4 种类型)symbol-search.md - 标的搜索(search_market)realtime-monitor.md - 实时行情监控(quote / quote_batch)multi-symbol-analysis.md - 多标的批量分析(quote_batch + price_batch + ta)exchange-overview.md - 交易所概览(metadata exchanges/markets/tabs)专业方法论与数据字典请参阅 references/ 目录:
api-documentation.md - 完整的 TradingView API 文档(端点、参数、元数据字典:市场代码/标签页/列集/交易所,搜索关键词:Market Codes, Asset Types and Tabs, Column Sets, Supported Languages)mcp-tools-guide.md - MCP 工具使用指南(工具组合模式、元数据优先规则、各类场景最佳实践)technical-analysis.md - 技术分析方法论(综合评分模型、趋势/动量/形态/支撑阻力评分,搜索关键词:comprehensive scoring model, RSI, MACD, support resistance)pattern-library.md - 形态识别库(经典形态、识别算法、成功率统计,搜索关键词:double bottom, head and shoulders, triangle, flag, candlestick patterns)risk-management.md - 风险管理系统(仓位管理、止损策略、组合管理,搜索关键词:Kelly formula, volatility, stop loss take profit, batch position building)china-a-stock-examples.md - 中国 A 股实战案例(选股、形态分析、市场回顾输出示例)本技能提供的分析和建议仅供参考,不构成投资建议。投资有风险,决策需谨慎。
每周安装数
266
仓库
首次出现
2026年3月2日
安全审计
安装于
codex266
gemini-cli265
opencode265
cursor265
kimi-cli264
amp264
Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.
Before callingtradingview_get_leaderboard, you must first call tradingview_get_metadata to get parameter values:
type='markets' → Get market_code (required for stock leaderboard)type='tabs' + asset_type → Get available tab valuestype='columnsets' → Get available columnset valuesComplete metadata dictionary (market codes, tabs, columnsets, exchanges) see references/api-documentation.md.
| Need | Tool | Key Parameters |
|---|---|---|
| Search instruments | search_market | query, filter(stock/crypto/forex...) |
| Real-time quotes | get_quote / get_quote_batch | symbol, session |
| K-line data | get_price / get_price_batch | symbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500) |
| Technical analysis | get_ta |
For detailed steps, see `workflows/ directory:
deep-stock-analysis.md - Deep individual stock analysis (combine quote + price multi-timeframe + ta detailed indicators + news + calendar)smart-screening.md - Smart stock screening (leaderboard multi-columnset + ta + price)fundamental-screening.md - Fundamental screening (leaderboard valuation/profitability/dividends columnsets)pattern-recognition.md - Technical pattern recognition (price + ta + pattern-library reference)multi-timeframe-analysis.md - Multi-timeframe trend confirmation (price D/W/M + ta multi-period)market-review.md - Market review (leaderboard gainers/losers + news)sector-rotation.md - Sector rotation analysis (leaderboard performance columnset + multi-sector comparison)news-briefing.md - Financial news briefing (news + news_detail, supports multi-country multi-language)risk-assessment.md - Risk assessment (price historical data + quote + volatility calculation)event-analysis.md - Event-driven analysis (calendar + news + search)calendar-tracking.md - Calendar event tracking (calendar 4 types)symbol-search.md - Instrument search (search_market)realtime-monitor.md - Real-time quote monitoring (quote / quote_batch)multi-symbol-analysis.md - Multi-instrument batch analysis (quote_batch + price_batch + ta)exchange-overview.md - Exchange overview (metadata exchanges/markets/tabs)For professional methodologies and data dictionaries, see references/ directory:
api-documentation.md - Complete TradingView API documentation (endpoints, parameters, metadata dictionary: market codes/tabs/columnsets/exchanges, search keywords: Market Codes, Asset Types and Tabs, Column Sets, Supported Languages)mcp-tools-guide.md - MCP tools usage guide (tool combination patterns, metadata-first rules, best practices for various scenarios)technical-analysis.md - Technical analysis methodology (comprehensive scoring model, trend/momentum/pattern/support-resistance scoring, search keywords: comprehensive scoring model, RSI, , )The analysis and recommendations provided by this Skill are for reference only and do not constitute investment advice. Investing involves risks; decisions should be made cautiously.
Weekly Installs
266
Repository
First Seen
Mar 2, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
codex266
gemini-cli265
opencode265
cursor265
kimi-cli264
amp264
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
55,400 周安装
| symbol, include_indicators=true for detailed indicators |
| Leaderboard | get_leaderboard | asset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical) |
| News | get_news / get_news_detail | market_country, lang(zh-Hans/en/ja), symbol |
| Economic calendar | get_calendar | type(economic/earnings/revenue/ipo), from/to(Unix seconds), market |
| Metadata | get_metadata | type(markets/tabs/columnsets/languages/exchanges) |
MACDsupport resistancepattern-library.md - Pattern recognition library (classic patterns, recognition algorithms, success rate statistics, search keywords: double bottom, head and shoulders, triangle, flag, candlestick patterns)risk-management.md - Risk management system (position management, stop-loss strategies, portfolio management, search keywords: Kelly formula, volatility, stop loss take profit, batch position building)china-a-stock-examples.md - China A-share practical cases (stock screening, pattern analysis, market review output examples)