Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Tradingview Quantitative Analysis Skills

ASecurity

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.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgoapiperformancedocumentation

Works with

apimcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill tradingview-quantitative-analysis-skills --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Tradingview Quantitative Analysis Skills?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Tradingview Quantitative Analysis Skills
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-tradingview-quantitative-analysis-skills/badge)](https://www.skillsdirectory.com/skills/rondoflow-tradingview-quantitative-analysis-skills)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: tradingview-quantitative-analysis-skills
description: "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."
category: "Finance & Crypto"
author: community
version: "1.0.4"
icon: coins
---

# Quantitative Investment Analysis Expert

Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.

## 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

Complete metadata dictionary (market codes, tabs, columnsets, exchanges) see `references/api-documentation.md`.

### Tool Selection Quick Reference

| Need | Tool | Key Parameters |
|------|------|---------|
| Search instruments | `search_market` | query, filter(stock/crypto/forex...) |
| Real-time quotes | `get_quote` / `get_quote_batch` | symbol, session |
| K-line data | `get_price` / `get_price_batch` | symbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500) |
| Technical analysis | `get_ta` | symbol, **include_indicators=true for detailed indicators** |
| Leaderboard | `get_leaderboard` | asset_type, tab, market_code, **columnset**(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical) |
| News | `get_news` / `get_news_detail` | market_country, lang(zh-Hans/en/ja), symbol |
| Economic calendar | `get_calendar` | type(economic/earnings/revenue/ipo), from/to(Unix seconds), market |
| Metadata | `get_metadata` | type(markets/tabs/columnsets/languages/exchanges) |

## Workflows

For detailed steps, see `workflows/ directory:

### Core Analysis
- **`deep-stock-analysis.md`** - Deep individual stock analysis (combine quote + price multi-timeframe + ta detailed indicators + news + calendar)
- **`smart-screening.md`** - Smart stock screening (leaderboard multi-columnset + ta + price)
- **`fundamental-screening.md`** - Fundamental screening (leaderboard valuation/profitability/dividends columnsets)
- **`pattern-recognition.md`** - Technical pattern recognition (price + ta + pattern-library reference)
- **`multi-timeframe-analysis.md`** - Multi-timeframe trend confirmation (price D/W/M + ta multi-period)

### Market & Sectors
- **`market-review.md`** - Market review (leaderboard gainers/losers + news)
- **`sector-rotation.md`** - Sector rotation analysis (leaderboard performance columnset + multi-sector comparison)
- **`news-briefing.md`** - Financial news briefing (news + news_detail, supports multi-country multi-language)

### Risk & Events
- **`risk-assessment.md`** - Risk assessment (price historical data + quote + volatility calculation)
- **`event-analysis.md`** - Event-driven analysis (calendar + news + search)
- **`calendar-tracking.md`** - Calendar event tracking (calendar 4 types)

### Quotes & Search
- **`symbol-search.md`** - Instrument search (search_market)
- **`realtime-monitor.md`** - Real-time quote monitoring (quote / quote_batch)
- **`multi-symbol-analysis.md`** - Multi-instrument batch analysis (quote_batch + price_batch + ta)
- **`exchange-overview.md`** - Exchange overview (metadata exchanges/markets/tabs)

## Reference Knowledge Base

For professional methodologies and data dictionaries, see `references/` directory:

- **`api-documentation.md`** - Complete TradingView API documentation (endpoints, parameters, metadata dictionary: market codes/tabs/columnsets/exchanges, search keywords: `Market Codes`, `Asset Types and Tabs`, `Column Sets`, `Supported Languages`)
- **`mcp-tools-guide.md`** - MCP tools usage guide (tool combination patterns, metadata-first rules, best practices for various scenarios)
- **`technical-analysis.md`** - Technical analysis methodology (comprehensive scoring model, trend/momentum/pattern/support-resistance scoring, search keywords: `comprehensive scoring model`, `RSI`, `MACD`, `support resistance`)
- **`pattern-library.md`** - Pattern recognition library (classic patterns, recognition algorithms, success rate statistics, search keywords: `double bottom`, `head and shoulders`, `triangle`, `flag`, `candlestick patterns`)
- **`risk-management.md`** - Risk management system (position management, stop-loss strategies, portfolio management, search keywords: `Kelly formula`, `volatility`, `stop loss take profit`, `batch position building`)
- **`china-a-stock-examples.md`** - China A-share practical cases (stock screening, pattern analysis, market review output examples)

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

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →