skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
hypier/tradingview-quantitative-skills1.4k 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.

Hosted MCP (25 tradingview_* tools): add https://mcp.tradingviewapi.com/mcp with "type": "http" and sign in with Console. Older clients may use "type": "streamable-http". JWT fallback: POST /api/mcp/generate, then copy exampleConfig. RapidAPI without Console OAuth: local npx -y @ivotoby/openapi-mcp-server (OpenAPI tools, not hosted tradingview_*).

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

Price Data Rule

  • Real market prices, returns, stops, targets, backtests, and pattern levels: tradingview_get_ohlcv / tradingview_get_ohlcv_batch (Japanese candles only; never Heikin-Ashi)
  • Synthetic chart styles: tradingview_get_price / tradingview_get_price_batch with type='HeikinAshi' or Range

Tool Selection Quick Reference

NeedToolKey Parameters
Search instrumentstradingview_search_marketquery, filter(stock/crypto/forex...)
Real-time quotestradingview_get_quote / tradingview_get_quote_batchsymbol, session
Standard OHLCVtradingview_get_ohlcv / tradingview_get_ohlcv_batchsymbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500)
Chart-style candlestradingview_get_price / tradingview_get_price_batchsame timeframes; type='HeikinAshi' or Japanese
Chart eventstradingview_get_price_eventssymbol, timeframe(D), range — earnings/dividends/splits markers
Technical analysistradingview_get_tasymbol, include_indicators=true for detailed indicators
Company fundamentalstradingview_get_market_datasymbol, category(company/indicators/financials_quarterly/dividend/analyst_recommendations...)
Leaderboardtradingview_get_leaderboardasset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical)
Advanced screenertradingview_get_screener_presets + tradingview_get_screener_filter_options + tradingview_screen_assetsasset type, preset fields, filter operators, market
Newstradingview_get_news / tradingview_get_news_detailmarket_country, lang(zh-Hans/en/ja), symbol
Community ideastradingview_get_ideas_hot / tradingview_get_ideas_editors_picks / tradingview_get_ideas_by_symbol / tradingview_get_minds / tradingview_get_idea_detailsymbol, lang, image_url
Economic calendartradingview_get_calendartype(economic/earnings/revenue/ipo), from/to(Unix seconds), market
World economytradingview_get_world_economy_indicatorsindicator slug, region
Metadatatradingview_get_metadata / tradingview_get_world_economy_indicator_metadatatype(markets/tabs/columnsets/languages/exchanges/world_economy_indicators)

Workflows

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

Core Analysis

Market & Sectors

Risk & Events

Quotes & Search

Reference Knowledge Base

Read these references only when their subject is required:

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>