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.
npx agentmods add skills/jadatorin/tradingview-opencode-agent/multi-symbol-scannpx skills add jadatorin/tradingview-opencode-agent --skill multi-symbol-scangit clone --depth 1 https://github.com/jadatorin/tradingview-opencode-agentWrote 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.
[](https://agentmods.dev/skills/jadatorin/tradingview-opencode-agent/multi-symbol-scan)<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>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.
| Model | Per session | Once 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 |
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.
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:
chart_set_symbol+chart_set_timeframechart_manage_indicator— add the studydata_get_ohlcv— pull price datadata_get_indicator— read indicator values- 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:
watchlist_get— read all symbols- Use the symbol list for the scan
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 |
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.
- 5d ago First seen · 75 lines · 0 tokens per session scan A 3bc0520d09d5
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.
Other skills, from other repositories
tradovate-patterns
Tradovate JavaScript indicator scaffold and patterns. Provides class structure and export guidance. Use when developing Tradovate indicators.
pine-patterns
Pine Script v5/v6 indicator scaffold and patterns. Provides structure guidance and triggers doc-researcher for current syntax verification. Use when developing TradingView indicators.
tushare
Skill "tushare" from HKUDS/Vibe-Trading, covering tushare, 概述, 快速上手, 读取环境变量中的token, 或者读取本地记录的token and 初始化pro接口实例.
social-media-intelligence
Social media intelligence: financial signal extraction from Twitter/X, Telegram, Discord, and Reddit for sentiment-driven trading strategies.
geopolitical-risk
Geopolitical risk analysis: quantify crisis signals, identify precursors, and build event-driven strategies for war, sanctions, and supply disruption scenarios.
vibe-trading
Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis, Alpha Zoo (462 pre-built alphas across qlib158/alpha101/gtja191/academic/fundamental), options pricing, 90 finance skills, 30 multi-agent swarm teams, Trade Journal analyzer, and Shadow Account (extract →…