README

README is a command for Claude Code from fiale-plus/tradingview-mcp-server. It costs 0 tokens per session (1,182 once invoked), scanned A, original, MIT.

A README that documents custom slash commands for a TradingView market-data service. TradingView is a platform that provides financial-market prices and indicators.

In plain words
What is it for?
Use it to learn about commands for market-regime checks, investment analysis, screening, due diligence, and related portfolio reviews.
Why use it?
It gives developers a quick reference for what the available commands do and when to use them, without needing to inspect each command first.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/fiale-plus/tradingview-mcp-server/readme
Clone the repo
git clone --depth 1 https://github.com/fiale-plus/tradingview-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for README

README.md
[![agentmods](https://agentmods.dev/badge/commands/fiale-plus/tradingview-mcp-server/readme.svg)](https://agentmods.dev/commands/fiale-plus/tradingview-mcp-server/readme)
Your own site
<a href="https://agentmods.dev/commands/fiale-plus/tradingview-mcp-server/readme"><img src="https://agentmods.dev/badge/commands/fiale-plus/tradingview-mcp-server/readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,182 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01182
Opus 5 $0.00000 $0.00591
Sonnet 5 $0.00000 $0.00236
Haiku 4.5 $0.00000 $0.00118

Measured 5d ago against content hash 6cbb8638e842, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

README scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/README.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Code Commands

This directory contains custom slash commands for the TradingView MCP Server that demonstrate practical usage patterns and provide quick access to common workflows.

Available Commands

/market-regime - Market Regime Analysis

Purpose: Quickly assess overall market conditions by checking major global indexes relative to their all-time highs.

What it does:

  1. Fetches current data for Nasdaq Composite, OMX Stockholm 30, and Nikkei 225
  2. Calculates drawdown percentages from all-time highs
  3. Displays color-coded status table (🟢 green = healthy, 🟡 amber = caution, 🔴 red = warning)
  4. Provides market regime summary

When to use:

  • Before making new investment allocations
  • To understand current market positioning
  • For risk assessment and position sizing
  • Weekly/monthly portfolio reviews

Example output:

Index              | Current  | ATH      | Drawdown | Status | 1Y Perf | RSI
-------------------|----------|----------|----------|--------|---------|-----
Nasdaq Composite   | 23,827   | 23,261   | +2.43%   | 🟢     | +27.8%  | 69.7
OMX Stockholm 30   | 2,789    | 2,788    | +0.04%   | 🟢     | +7.2%   | 66.5
Nikkei 225         | 50,219   | 49,946   | +0.55%   | 🟢     | +33.0%  | 67.9

Summary: All 3 indexes GREEN (at/near all-time highs)
Regime: Strong bull market with slightly elevated RSI (caution on new entries)

/run-screener - Interactive Stock Screening

Purpose: Run pre-configured screening strategies and save results for further analysis.

What it does:

  1. Lists all available preset strategies (quality, value, dividend, momentum, growth, etc.)
  2. Asks you to select a strategy interactively
  3. Runs the screener with the chosen preset
  4. Displays summary table of top results
  5. Saves complete results to CSV file with timestamp

When to use:

  • Building watchlists for different investment styles
  • Learning what different strategies find
  • Comparing results across multiple time periods
  • Generating ideas for further research

Read the full file on GitHub · 157 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 157 lines · 0 tokens per session scan A 6cbb8638e842

Subscribe to this mod's changes

README is a command published in the GitHub repository fiale-plus/tradingview-mcp-server (50 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,182 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.