Screener banner
Esonhugh Esonhugh

Screener

Development community

Description

--- description: "Run TradingView stock/crypto/forex screener with filters, sorting, and custom columns" argument-hint: "[--market=america] [--sort=volume] [--limit=50] [--filter=JSON] [--columns=...] [--tickers=...]" allowed-tools: ["Bash"] --- Run the TradingView market screener with full filter/sort/column control. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py screener [options] ``` ## Arguments - `--market`: Market t

Installation

Installs to ~/.claude/skills/esonhugh-tradingview-screener/SKILL.md

Terminal
mkdir -p ~/.claude/skills/esonhugh-tradingview-screener && curl -fsSL https://raw.githubusercontent.com/Esonhugh/tradingview/HEAD/commands/screener.md -o ~/.claude/skills/esonhugh-tradingview-screener/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository