¿Puedo vibecodear TradingView?
NO TANTO · sigue valiendo pagarloThe chart widget itself is not the product, and TradingView proved that by open sourcing a perfectly good one: lightweight-charts is MIT licensed and you can have candles on screen in an afternoon. What you cannot build is the data pipe behind it. Real-time consolidated equity, futures and options feeds are licensed per exchange, per user, with entitlement checks and redistribution rules, and the free endpoints you will end up scraping are delayed, rate limited and quietly break. On top of that sits Pine Script and roughly a decade of community published indicators and strategies, plus screeners over every listed symbol, alerts that fire while your laptop is shut, and broker order routing. A local build gives you crypto in real time and equities on a delay, which is either fine or completely useless depending on your time horizon.
Build a local-first market charting app called "deskchart". Single user, runs on my machine, no accounts, no telemetry, no cloud. Stack, not negotiable: - Vite + React + TypeScript for the UI - lightweight-charts (MIT, from TradingView) for rendering candles and overlays - A small Express + TypeScript server in the same repo as a data proxy and cache - SQLite via better-sqlite3 for candle cache, watchlists and alerts - pnpm workspaces, one command to run both: pnpm dev Data: - Crypto: Binance public REST klines endpoint, no key needed, treat this as the real-time path - Equities and ETFs: Stooq daily CSV as the default source, with an optional adapter interface so another provider can be dropped in via .env - Cache every fetched candle range in SQLite and only request the missing tail on reload - Put any API keys in .env, read via a single config module, ship .env.example. Never hardcode secrets - Print a visible "DELAYED" badge on any symbol whose source is not real time. Do not pretend otherwise Features in scope: - Symbol search over a locally seeded symbol list, watchlists stored in SQLite - Candlestick chart with timeframe switcher: 1m, 5m, 1h, 1d, 1w - Indicator overlays computed client side: SMA, EMA, VWAP, RSI and MACD in a lower pane - Persisted horizontal price lines and trendlines per symbol, saved to SQLite - Simple alerts: price crosses above or below a level. Server polls every 60s and fires a desktop notification via node-notifier plus a row in an alerts log - Dark theme, keyboard shortcuts for timeframe and symbol switching Explicitly out of scope, do not attempt: - Any scripting language or Pine Script compatibility - Broker connections or order entry - Social feed, published ideas, comments - Multi-user auth, hosted deployment, mobile apps - Scraping any paid or authenticated data feed Deliverables: working repo, README with setup and a blunt "data limitations" section, seed script for symbols, and vitest coverage on the indicator math and the cache-gap logic.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Because the subscription is mostly a data and uptime bill wearing a charting UI. Traders pay so that real-time quotes are entitled and correct, so alerts fire at 2am without a laptop being awake, so the same watchlist and drawings appear on phone and desktop, and so the indicator they read about on a forum is one click away instead of a weekend of reimplementation. For anyone whose decisions happen on a daily or weekly candle, though, the paid tiers are largely convenience, and a local build genuinely covers it.
xLicensed real-time exchange data for equities, futures and options; free sources are delayed and fragile
xPine Script and the enormous library of published indicators and strategies other people already wrote
xServer side alerts that fire when your device is off, plus push and email delivery
xScreeners and scanners over every listed symbol, and multi-market symbol coverage in general
xPolished mobile and desktop apps with drawings and watchlists synced across all of them
xBroker connections and one click order entry from the chart
Nada que valga la pena señalar. Por eso existe el prompt.
¿Puedo vibecodear TradingView?
No tanto. El valor de TradingView no es el código. Mira el desglose honesto arriba.
¿Cuánto cuesta TradingView?
TradingView cuesta unos $14.95/mes (Essential, revisado 2026-08-18), o sea $179.39999999999998 al año.
¿Qué pierdo si reemplazo TradingView?
Con honestidad: Licensed real-time exchange data for equities, futures and options; free sources are delayed and fragile; Pine Script and the enormous library of published indicators and strategies other people already wrote; Server side alerts that fire when your device is off, plus push and email delivery; Screeners and scanners over every listed symbol, and multi-market symbol coverage in general; Polished mobile and desktop apps with drawings and watchlists synced across all of them; Broker connections and one click order entry from the chart. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a TradingView?
No hay una alternativa open source madura que valga señalar. Por eso existe el prompt de esta página.