multi-symbol-scan

multi-symbol-scan is a skill for Claude Code, Codex from jadatorin/tradingview-opencode-agent. It costs 27 tokens per session (549 once invoked), scanned A, original, MIT.

A scanner that compares several financial instruments, such as stocks or futures contracts, for patterns, signals, or strategy results.

In plain words
What is it for?
Use it to screen a watchlist, compare strategy results across symbols and timeframes, inspect charts, or collect price and indicator data for custom analysis.
Why use it?
It avoids checking each instrument separately when the goal is to find the strongest setup or compare performance across a group.

Skill for Claude CodeCodex

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 skills/jadatorin/tradingview-opencode-agent/multi-symbol-scan
Any agent
npx skills add jadatorin/tradingview-opencode-agent --skill multi-symbol-scan
Clone the repo
git clone --depth 1 https://github.com/jadatorin/tradingview-opencode-agent

Made for: Claude Code, Codex.

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 multi-symbol-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/jadatorin/tradingview-opencode-agent/multi-symbol-scan.svg)](https://agentmods.dev/skills/jadatorin/tradingview-opencode-agent/multi-symbol-scan)
Your own site
<a href="https://agentmods.dev/skills/jadatorin/tradingview-opencode-agent/multi-symbol-scan"><img src="https://agentmods.dev/badge/skills/jadatorin/tradingview-opencode-agent/multi-symbol-scan.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 549 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.00027 $0.00549
Opus 5 $0.00014 $0.00275
Sonnet 5 $0.00005 $0.00110
Haiku 4.5 $0.00003 $0.00055

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

Security

Grade A, and why

multi-symbol-scan 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.

opencode-skills/multi-symbol-scan/SKILL.md · 75 lines

What it actually says

Multi-Symbol Scanner

You are scanning multiple symbols for trading setups or comparing performance.

Step 1: Define the Scan

Determine:

  • Symbols: Which instruments to scan (user-provided or watchlist via watchlist_get)
  • Timeframe: Which timeframe to analyze
  • Criteria: What to look for (indicator values, strategy results, visual patterns)

Step 2: Run the Scan

For Strategy Performance Comparison

Use batch_run with action get_strategy_results:

symbols: ["ES1!", "NQ1!", "YM1!", "RTY1!"]
timeframes: ["15"]
action: "get_strategy_results"

For Screenshot Comparison

Use batch_run with action screenshot:

symbols: ["AAPL", "MSFT", "GOOGL", "AMZN"]
timeframes: ["D"]
action: "screenshot"

For Custom Analysis (per-symbol)

Loop through symbols manually:

  1. chart_set_symbol + chart_set_timeframe
  2. chart_manage_indicator — add the study
  3. data_get_ohlcv — pull price data
  4. data_get_indicator — read indicator values
  5. Analyze and record findings

Step 3: Compile Results

Build a comparison table:

Symbol Key Metric 1 Key Metric 2 Signal

Sort by the most relevant metric.

Step 4: Report

Present findings:

  • Ranked list of symbols by the scan criteria
  • Highlight the strongest setups
  • Note any divergences or anomalies
  • Screenshot the top 1-2 charts for visual confirmation

Watchlist Integration

To scan the user's watchlist:

  1. watchlist_get — read all symbols
  2. Use the symbol list for the scan
  3. watchlist_add — add new finds to the watchlist

Batch Tools Reference

Tool Use
batch_run Run action across multiple symbols
watchlist_get Read user's watchlist
watchlist_add Add symbols to watchlist
chart_set_symbol Switch ticker
data_get_study_values Get indicator values
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 · 75 lines · 0 tokens per session scan A 3bc0520d09d5

Subscribe to this mod's changes

multi-symbol-scan is a skill published in the GitHub repository jadatorin/tradingview-opencode-agent (2 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 549 once invoked, about $0.0001 per session on Opus 5. 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-31.