Introduction
TradingView provides two standalone, client-side solutions for financial visualization.
- Advanced Charts
- Trading Platform
Focuses on high-performance price visualization and professional technical analysis. Advanced Charts is available for free provided that the TradingView attribution remains visible and the implementation environment is public (not for private use or behind a paywall).
View Advanced Charts demoNote: demo data updates every 10 seconds and is for testing purposes only.
Includes all features of Advanced Charts plus a comprehensive suite of trading capabilities. Explore the exclusive features below or refer to Core trading concepts to understand the underlying integration logic.
View Trading Platform demoNote: demo data updates every 10 seconds and is for testing purposes only.
Exclusive trading features
Multi-chart layouts
Display multiple charts in a single window. Synchronize symbols, timeframes, and crosshairs across different views to perform advanced multi-timeframe analysis.
Professional chart types
Get exclusive access to path-independent chart styles like Renko, Kagi, Point-and-Figure, and Line Break, designed to filter market noise and highlight trends.
Trading from the chart
Execute and manage trades directly on the chart or via the Account Manager dashboard. Track your balance, open positions, and order history in a professional, tabbed interface.
Market data widgets
Provide a complete trading context with built-in sidebar widgets. Track favorite assets via Watchlists, follow live News, and view fundamental asset Details alongside the chart.
Advanced Order Ticket
A fully customizable interface for order entry. Supports market, limit, and stop orders with integrated bracket support for Take Profit and Stop Loss levels.
Depth of market
Visualize market liquidity and bid/ask volume in real-time. Execute high-speed trades directly from the price ladder using one-click interactions.
Key features
Mobile friendliness
Fully compatible with mobile devices, adapting the layout automatically to different screen sizes. Supports both single and multi-touch gestures for seamless navigation on phones and tablets.
13+ chart types
Visualize market data with a wide array of standard chart types, including Candles, Bars, Area, Baseline, and Heikin Ashi, for precise price analysis.
100+ indicators
Analyze market trends with a massive library of built-in indicators. You can also develop your own custom indicators using JavaScript for proprietary analysis.
110+ drawing tools
Empower users to mark up charts with an extensive set of drawing tools. From simple trend lines to complex Fibonacci and Gann patterns.
Symbol comparison
Display and compare multiple symbols on a single chart. The library automatically normalizes data by aligning time zones and trading sessions for accurate analysis.
Extended hours
Visualize the full trading day with support for extended sessions. A dedicated widget clearly displays pre-market, post-market, and regular trading hours.
Flexible data resolutions
Support for any timeframe, from ticks and seconds up to months and years. The library also automatically builds custom resolutions (e.g., 2-minute bars) from standard 1-minute data.
Theming
Integrate the chart seamlessly into your application's design with pre-built dark and light themes. Default colors, fonts, and styles can be customized to match your brand.
System requirements
The libraries are standalone client-side solutions that leverage native browser technologies like JavaScript, HTML, and CSS.
- Hosting: you need a server to host the library files.
- Data source: you must provide your own data source via our API (the library does not include market data). See Connecting data.
- Browser compatibility: supports all major modern browsers (Chrome, Firefox, Safari, Opera, Microsoft Edge) including their mobile versions.
- Frameworks: compatible with any JavaScript framework, including React, Angular, and Vue. See Framework integrations.
- Mobile apps: can be embedded into iOS and Android applications using a Web View. See Mobile app development.