skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
hypier/tradingview-quantitative-skills1.2k installs

tradingview-quantitative

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.

How do I install this agent skill?

npx skills add https://github.com/hypier/tradingview-quantitative-skills --skill tradingview-quantitative
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubfail

    The skill instructs users to connect to and provide sensitive credentials to several domains (tradingviewapi.com) that have been blacklisted by security scanners as malicious. This setup poses a high risk of credential theft and malicious remote control of the agent via an untrusted MCP server.

  • Socketpass

    No alerts

  • Snykwarn

    Risk: MEDIUM · No issues

  • Runlayerwarn

    4/30 files flagged

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

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

Read references/api-documentation.md for the complete metadata dictionary (market codes, tabs, columnsets, and exchanges).

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
Company fundamentalsGET /api/market-data/{symbol}/...symbol, category(company/indicators/financials/dividend/analyst...)
Leaderboardget_leaderboardasset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical)
Advanced screenersearch_market + get_metadata + REST screener flowasset type, preset fields, filter operators, market
Newsget_news / get_news_detailmarket_country, lang(zh-Hans/en/ja), symbol
Community ideasGET /api/ideas/...hot/editors-picks/list/minds, symbol, lang
Economic calendarget_calendartype(economic/earnings/revenue/ipo), from/to(Unix seconds), market
World economyGET /api/world-economy/indicators/{slug}indicator slug, region
Metadataget_metadata + GET /api/metadata/world-economy/indicatorstype(markets/tabs/columnsets/languages/exchanges) and macro indicator slugs

Workflows

Read the relevant workflow reference before performing a multi-step analysis:

Core Analysis

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)
  • community-sentiment.md - Community sentiment and idea tracking (hot ideas + symbol minds + idea detail)
  • macro-dashboard.md - Macro dashboard (world-economy indicators + economic calendar + macro news)

Risk & Events

Quotes & Search

Reference Knowledge Base

Read these references only when their subject is required:

  • 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, screener/fundamentals/macro best practices)
  • 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.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/hypier/tradingview-quantitative-skills/tradingview-quantitative">View tradingview-quantitative on skillZs</a>