tradingview-realtime

Fetch real-time TradingView quotes, indicators, screener scans, and historical OHLCV data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill tradingview-realtime-datagridsolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tradingview-realtime
Source: https://github.com/datagridSolution/forex-trading-ai-agent/tree/main/skills/tradingview-realtime
Command: npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill tradingview-realtime-datagridsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ws.

What problem does it solve?

This Skill solves the problem of retrieving real-time market data and indicator values from TradingView without relying on an official API, so you can monitor markets and generate signals using consistent inputs.

Core Features & Use Cases

  • Realtime Quotes (WebSocket): Stream live last price, change, volume, bid/ask, and daily OHLC fields for any TradingView symbol to support monitoring and event-driven decisioning.
  • Indicator Values: Fetch indicator readings such as RSI, MACD, EMA/SMA/WMA, Bollinger Bands, ATR, and others for a symbol and timeframe with configurable parameters for signal logic.
  • Screener & Historical OHLCV: Pull screener results (e.g., crypto gainers, oversold RSI filters) and request historical bars to backtest ideas or validate conditions.

Quick Start

Ask it to fetch the current TradingView quote and indicator snapshot for BINANCE:BTCUSDT and return the latest price and RSI(14).

Frequently Asked Questions about tradingview-realtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get realtime quotes from TradingView without an official API?

To get realtime quotes from TradingView without an official API, you can use an unofficial WebSocket workflow to stream live last price, change, volume, bid/ask, and daily OHLC fields for any specified symbol.

Can I fetch RSI and MACD indicator values for a specific TradingView symbol?

Yes, you can fetch indicator values like RSI, MACD, EMA, SMA, WMA, Bollinger Bands, and ATR for a specific symbol and timeframe with configurable parameters to support indicator-driven signal generation logic.

What's the best way to scan for oversold RSI stocks or crypto gainers using TradingView?

The best way to scan for oversold RSI stocks or crypto gainers is to use a REST screener endpoint that pulls market scan results based on specified filters, retrieving screener data for trading research workflows.

How do I retrieve historical OHLCV data from TradingView for backtesting?

You retrieve historical OHLCV data from TradingView by requesting historical bars through the unofficial WebSocket workflow, enabling you to backtest trading ideas or validate market conditions.

Does this realtime market data workflow support rate-limited subscriptions and reconnection?

Yes, the realtime market data workflow supports parameters, reconnection, and rate-limited subscriptions to ensure stable WebSocket streaming for continuous watchlist monitoring and event-driven decisioning.

What are the limitations of using an unofficial TradingView WebSocket for streaming quotes?

The limitation of using an unofficial TradingView WebSocket is the lack of official API support, which means streaming quotes, screener scans, and indicator values rely on undocumented workflows that require rate-limited subscriptions and reconnection handling.