PluginBench
Skill
Fail
Audit score 45

tradingview-quantitative

hypier/tradingview-quantitative-skills

How to install tradingview-quantitative

npx skills add https://github.com/hypier/tradingview-quantitative-skills --skill tradingview-quantitative
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from hypier/tradingview-quantitative-skills.


name: tradingview-quantitative description: > Professional quantitative investment analysis system based on TradingView data. Provides intelligent stock screening, technical pattern recognition, market review, risk management, and event-driven analysis with multi-factor scoring and trading strategies.

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

NeedToolKey Parameters
Search instrumentssearch_marketquery, filter(stock/crypto/forex...)
Real-time quotesget_quote / get_quote_batchsymbol, session
K-line dataget_price / get_price_batchsymbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500)
Technical analysisget_tasymbol, include_indicators=true for detailed indicators
Leaderboardget_leaderboardasset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical)
Newsget_news / get_news_detailmarket_country, lang(zh-Hans/en/ja), symbol
Economic calendarget_calendartype(economic/earnings/revenue/ipo), from/to(Unix seconds), market
Metadataget_metadatatype(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.

Related skills

More from hypier/tradingview-quantitative-skills and the wider catalog.

HYhyva-alpine-component logo

hyva-alpine-component

hyva-themes/hyva-ai-tools

Write CSP-compatible Alpine.js components for Hyvä themes in Magento 2. This skill should be used when the user wants to create Alpine components, add interactivity to Hyvä templates, write JavaScript for Hyvä themes, or needs help with Alpine.js patterns that work with Content Security Policy. Trigger phrases include "create alpine component", "add interactivity", "alpine for hyva", "x-data component", "csp compatibility", "csp compliant javascript".

655 installs
HYhyva-child-theme logo

hyva-child-theme

hyva-themes/hyva-ai-tools

Create a Hyvä child theme in a Magento 2 project. This skill should be used when the user wants to create a new Hyvä child theme, set up a custom theme based on Hyvä, or initialize a new frontend theme directory structure. Trigger phrases include "create hyva child theme", "new hyva theme", "setup child theme", "create custom theme", "initialize theme".

648 installs
HYhyva-compile-tailwind-css logo

hyva-compile-tailwind-css

hyva-themes/hyva-ai-tools

Compile Tailwind CSS for Hyvä themes in Magento 2. Use when the user wants to build styles, generate CSS, compile Tailwind, run Tailwind, or create production/development stylesheets for a Hyvä theme. Also use when Tailwind classes are not taking effect or some styles appear missing after template changes — this typically means CSS needs to be recompiled. Triggers include "compile tailwind", "build styles", "generate css", "styles not working", "styles are missing", "styles not applied".

636 installs
HYhyva-create-module logo

hyva-create-module

hyva-themes/hyva-ai-tools

Create a new Magento 2 module in app/code/. This skill should be used when the user wants to create a module, scaffold a new module, generate module boilerplate, or set up a custom module. It handles registration.php, composer.json, module.xml generation with configurable dependencies. Trigger phrases include "create module", "new module", "scaffold module", "generate module".

632 installs
HYhyva-exec-shell-cmd logo

hyva-exec-shell-cmd

hyva-themes/hyva-ai-tools

Utility skill to detect Magento development environment and determine command wrapper. This skill should be used by other skills that need to execute shell commands in the Magento environment. It detects Warden, docker-magento, DDEV, and local environments and provides the appropriate command wrapper.

662 installs
HYhyva-playwright-test logo

hyva-playwright-test

hyva-themes/hyva-ai-tools

Write Playwright tests for Hyvä themes with Alpine.js components. This skill should be used when writing e2e tests, creating page objects, or debugging selector issues in Playwright tests for Hyvä Magento storefronts. Trigger phrases include "write playwright test", "playwright alpine", "test hyva page", "e2e test", "playwright selector".

627 installs