tradingview-quantitative

Installation
SKILL.md

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

Installs
1.4K
GitHub Stars
14
First Seen
Mar 2, 2026
tradingview-quantitative — hypier/tradingview-quantitative-skills