Kline banner
Esonhugh Esonhugh

Kline

Development community

Description

--- description: "Fetch OHLCV candlestick (K-line) history with optional technical indicators" argument-hint: "<ticker> [--exchange=NASDAQ] [--resolution=D] [--bars=100] [--indicators=macd,rsi,kdj]" allowed-tools: ["Bash"] --- Fetch historical candlestick (K-line) data from TradingView at various timeframes, with optional technical indicator computation. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py kline --ticker=<SYMBOL>

Installation

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

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

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

Full documentation available on GitHub

View Source Repository