whatisgithub

What is tradingview?

esonhugh/tradingview — explained in plain English

Analysis updated 2026-05-18

6PythonAudience · vibe coderLicense

In one sentence

A Claude Code plugin giving an AI assistant read-only access to TradingView quotes, charts, indicators, and news via a headless browser.

Mindmap

mindmap
  root((tradingview plugin))
    What it does
      Market data access
      Slash commands
      Read only
    Tech stack
      Python
      Chrome DevTools Protocol
      uv
    Use cases
      Quotes and charts
      Technical indicators
      Screener scans
      News research
    Audience
      Claude Code users
      Traders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Ask Claude Code for a stock's current price and recent candlestick history.

USE CASE 2

Pull technical indicators like RSI or MACD for a ticker without leaving the chat.

USE CASE 3

Run a screener scan for oversold or high volume stocks from a slash command.

USE CASE 4

Fetch the latest news headlines for a stock to understand a price move.

What is it built with?

PythonChrome DevTools Protocoluv

How does it compare?

esonhugh/tradingviewashishdevasia/ha-proton-drive-backupbenchflow-ai/skillsbench-trajectories
Stars666
LanguagePythonPythonPython
Last pushed2026-06-14
MaintenanceMaintained
Setup difficultymoderateeasy
Complexity2/51/5
Audiencevibe coderops devopsresearcher

Figures from each repo's GitHub metadata at analysis time.

So what is it?

This is a Claude Code plugin that gives an AI coding assistant read only access to TradingView market data: stock quotes, candlestick history, technical indicators, options chains, news, watchlists, alerts, and chart screenshots, all through slash commands typed directly in Claude Code. The plugin works by launching a headless Chrome browser, meaning Chrome running invisibly in the background, and using the Chrome DevTools Protocol, a low level interface for controlling the browser programmatically, to extract data from TradingView's internal chart engine. This approach lets the plugin access data that TradingView does not expose through a public API, including multi timeframe K-line history pulled directly from the chart's internal data store. Technical indicators like MACD, RSI, KDJ, Bollinger Bands, EMA, and SMA are computed locally on the extracted data. You log in to TradingView once using a provided slash command. The session cookies are saved to disk and automatically restored in future sessions so you do not need to log in again. A built in monitor daemon keeps Chrome running in the background, performs health checks every ten seconds, and automatically restarts the browser if it crashes. The plugin exposes 17 slash commands covering the full data surface: quotes, K-line history, options chain, screener, symbol search, news, watchlists, price alerts, current chart state, and screenshots. It also includes three guided workflow skills for screener scans, options analysis, and news research. The plugin is strictly read only, it cannot place trades or modify TradingView data. Written in Python, it requires the uv package manager.

Copy-paste prompts

Prompt 1
Set up the TradingView Claude Code plugin and log me in with my email and password.
Prompt 2
Get the K-line history for AAPL on the daily timeframe with RSI and MACD.
Prompt 3
Run the screener skill to find oversold stocks in the tech sector.
Prompt 4
Show me the options chain and Greeks for TSLA's nearest expiry.
Prompt 5
Explain how this plugin keeps my TradingView login persisted across sessions.

Frequently asked questions

What is tradingview?

A Claude Code plugin giving an AI assistant read-only access to TradingView quotes, charts, indicators, and news via a headless browser.

What language is tradingview written in?

Mainly Python. The stack also includes Python, Chrome DevTools Protocol, uv.

Who is tradingview for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.