whatisgithub

What is tradingview-gratis?

outlinersclub-cpu/tradingview-gratis — explained in plain English

Analysis updated 2026-05-18

30TypeScriptAudience · developerComplexity · 2/5Setup · easy

In one sentence

A free, open-source clone of TradingView Pro for viewing live crypto charts from Binance, built for Latin American traders with no login or ads required.

Mindmap

mindmap
  root((repo))
    What it does
      Free TradingView clone
      Live crypto charts
      Technical indicators
    Tech stack
      TypeScript
      Next.js
      Zustand
    Use cases
      Chart crypto pairs
      Track watchlists
      Deploy for free
    Audience
      Crypto traders
      LATAM users

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

Watch live candlestick charts for any Binance crypto pair without paying for TradingView Pro

USE CASE 2

Add technical indicators like EMA, RSI, and MACD to spot trends on crypto charts

USE CASE 3

Track multiple symbols in a watchlist with live price updates

USE CASE 4

Deploy your own free crypto charting tool to Vercel or Cloudflare

What is it built with?

TypeScriptNext.jsTailwind CSSZustandWebSocket

How does it compare?

outlinersclub-cpu/tradingview-gratisalbertaworlds/japanese-text-cleanerayangabryl/ngx-digit-flow
Stars303030
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdeveloperdeveloper

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

How do you get it running?

Difficulty · easy Time to first run · 30min

Client-side only, no backend to set up, works with Binance's public data feed.

So what is it?

TradingView Gratis is an open-source, free alternative to TradingView Pro built for cryptocurrency chart analysis, targeted specifically at users in Latin America (LATAM). It replicates the look and feel of TradingView using the same charting library TradingView itself uses, called lightweight-charts, but without any cost, login requirement, or ads. The tool connects to Binance's public data feeds (no API key needed) via a WebSocket connection, WebSocket is a way to receive data continuously in real time, to display live candlestick charts for any crypto trading pair available on Binance. You can switch between multiple time intervals (1 minute through 1 week), toggle on common technical indicators like EMA, RSI, and MACD (mathematical overlays traders use to spot trends), and track multiple symbols in a watchlist with live price updates. Your preferences for symbol, timeframe, and indicators are saved in your browser automatically. All the indicator calculations happen in the browser itself, not on a server, so there is no backend to maintain. The project is entirely client-side and can be deployed for free to services like Vercel or Cloudflare. This project is also the foundation of a video tutorial series covering progressively more advanced features. The README notes it does not yet include drawing tools like trend lines, server-side alerts, or live trading functionality. The tech stack is TypeScript with Next.js as the web framework, Tailwind CSS for styling, and Zustand for managing app state.

Copy-paste prompts

Prompt 1
Show me how to deploy tradingview-gratis to Vercel for free
Prompt 2
Help me add a new technical indicator to this charting tool
Prompt 3
Explain how this project connects to Binance's WebSocket feed without an API key
Prompt 4
How would I extend this project to add drawing tools like trend lines

Frequently asked questions

What is tradingview-gratis?

A free, open-source clone of TradingView Pro for viewing live crypto charts from Binance, built for Latin American traders with no login or ads required.

What language is tradingview-gratis written in?

Mainly TypeScript. The stack also includes TypeScript, Next.js, Tailwind CSS.

How hard is tradingview-gratis to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is tradingview-gratis for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.