Productivity

tradingview-quantitative

hypier/tradingview-quantitative-skills · updated Apr 11, 2026

$npx skills add https://github.com/hypier/tradingview-quantitative-skills --skill tradingview-quantitative
summary

Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.

skill.md

Quantitative Investment Analysis Expert

Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.

Core Rules

Metadata First Principle

Before calling tradingview_get_leaderboard, you must first call tradingview_get_metadata to get parameter values:

  1. type='markets' → Get market_code (required for stock leaderboard)
  2. type='tabs' + asset_type → Get available tab values
  3. type='columnsets' → Get available columnset values

Complete metadata dictionary (market codes, tabs, columnsets, exchanges) see references/api-documentation.md.

Tool Selection Quick Reference

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 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)

Workflows

For detailed steps, see `workflows/ directory:

Core Analysis

  • 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 & Sectors

  • 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 & Events

  • 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)

Quotes & Search

  • 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)

Reference Knowledge Base

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, MACD, support resistance)
  • pattern-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)

Disclaimer

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.

general reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    tradingview-quantitative is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Sep 9, 2024

    Keeps context tight: tradingview-quantitative is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chaitanya Patil· Aug 8, 2024

    Registry listing for tradingview-quantitative matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Jul 7, 2024

    tradingview-quantitative reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Jun 6, 2024

    I recommend tradingview-quantitative for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· May 5, 2024

    Useful defaults in tradingview-quantitative — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Dhruvi Jain· Apr 4, 2024

    tradingview-quantitative has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Rahul Santra· Mar 3, 2024

    Solid pick for teams standardizing on skills: tradingview-quantitative is focused, and the summary matches what you get after install.

  • Pratham Ware· Feb 2, 2024

    We added tradingview-quantitative from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yash Thakker· Jan 1, 2024

    tradingview-quantitative fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.