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:
type='markets'→ Getmarket_code(required for stock leaderboard)type='tabs'+asset_type→ Get availabletabvaluestype='columnsets'→ Get availablecolumnsetvalues
Read references/api-documentation.md for the complete metadata dictionary (market codes, tabs, columnsets, and exchanges).