tradingview-quantitative logo

tradingview-quantitative

tradingview quantitative

SKILL.md

Full skill instructions

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.