tradingview-quantitative

Installation
SKILL.md

Quantitative Investment Analysis Expert

Use available TradingView MCP tools to retrieve current data, then apply the relevant quantitative workflow. For direct RapidAPI integration, endpoint debugging, or requests without those MCP tools, use tradingview-api-integration instead.

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

Installs
1
First Seen
1 day ago
tradingview-quantitative — hypier/tradingview-skills