What Is TradingView?
TradingView is a web-based charting platform that provides price charts, drawing tools, built-in indicators and a scripting language called Pine Script, along with a public library of user-published indicators. It is a charting and analysis tool rather than a broker, though it connects to brokers for order entry.
Covered on this page: TradingView.
TradingView is where most people look at charts. Understanding what it is - and what it deliberately is not - saves a lot of money on features that solve problems you do not have yet.
How it works
It runs in a browser. Charts for equities, futures, currencies and crypto, with data supplied by exchanges and aggregators rather than by a broker you hold an account with.
The free tier covers the basics. Charts, drawing tools, built-in indicators and a limited number of studies per chart, with delayed data on many symbols and advertising.
It is not a broker. You can connect a broker account and place orders from the chart, but the platform itself holds no money and executes nothing.
What actually distinguishes it
Pine Script. A small programming language for writing indicators and strategies, which anybody can use without installing anything.
And the public library it produced. Tens of thousands of user-written indicators, most free and most with readable source, which is the genuine reason the platform is where it is.
That openness cuts both ways. Anybody can publish, so the library contains both careful work and repackaged defaults with impressive names, and nothing sorts them for you.
A worked example
A new user opens a chart and adds six indicators. Each one is derived from the same price and volume data that the candles already show.
Five of the six are variations on the same measurement. An RSI, a stochastic and a Fisher transform are all normalised momentum, so they agree almost always - which reads as confirmation and is arithmetic.
The free tier limits how many studies a chart can hold. That limit is often described as the reason to upgrade, and for most new users it is closer to a feature.
What a paid plan genuinely buys is real-time data on more exchanges, more alerts, more saved layouts and multi-chart views - all real things, and all worth exactly as much as your use of them.
Alerts are the one feature worth understanding before you decide. They run on the platform’s servers rather than in your browser, so a price or indicator condition can fire while the machine is closed, and the free tier caps how many you may keep active at once. For somebody who wants to stop watching charts all day, that cap is a more honest reason to upgrade than the number of studies per chart.
The original data
On this site’s shared series: median bar range 0.493, ninetieth percentile 1.101, largest bar 2.338. Direction runs average 2.01 bars with a longest of 11. A round trip costs 0.0098, about 2% of the median bar range.
Every indicator on the platform is computed from a series like that one. The platform supplies the drawing; the texture of the data is what decides whether any of those readings can mean anything.
And the cost of acting sits outside the software. At 2% of a median bar per round trip, the expense of a strategy is set by how often it trades, which no chart subscription changes in either direction.
Reading a community script before you run it
The source is usually open. Most published scripts allow you to view the code, and the ones that do not are marked as protected or invite-only.
Open the code and find the inputs. The settings panel shows what you can change; the source shows what those settings actually do, and the two do not always match the description.
Look for repainting. A script that references future bars, or recalculates historical signals as new data arrives, draws a history that could never have been traded - and it is visible in the source rather than on the chart.
And check what the picture is built from. A script that plots a smoothed average of an oscillator is a reasonable thing to run; one whose description promises detection of institutional activity is describing the same maths in language the code cannot support.
The strategy tester and what to distrust in it
Pine strategies can be backtested on the platform, which produces an equity curve and a summary of hypothetical results in a few seconds.
Speed is the danger. A parameter can be changed and the test rerun dozens of times in an evening, and the version that survives that process is the one that best describes the sample it was tuned on.
Default settings hide costs. Commission and slippage start at zero unless you set them, so an untouched test reports a strategy trading for free - and on a fast system that single omission is the difference between a rising curve and a falling one.
Published results carry the same caveat. A screenshot of a tester result is a screenshot of settings somebody chose, and the settings are usually not in the screenshot.
When it fails
The characteristic failure is mistaking the tool for the work. The platform is excellent, the scripts are plentiful and free, and none of that answers what you are trading, on what timeframe, with what invalidation.
Time goes into the layout instead. Building a chart is visible progress, so the hours accumulate there, and the decisions that actually determine an outcome stay unmade behind a very good-looking screen.
A second failure is stacking correlated indicators and reading their agreement as independent confirmation.
A third is trusting an unread community script, where the description and the source can say different things.
A fourth is upgrading to solve a problem that was never about features.
And a fifth is relying on delayed data for intraday decisions. Free tiers lag on many symbols, and for a short timeframe the lag is the move.
Related
Finviz covers the screener most people pair it with. Stock screener covers narrowing a universe before charting. And LuxAlgo covers the best-known paid indicator suite built on the platform.
Almost every trading video you have ever watched was recorded on this platform, which makes it feel like the standard rather than one option. It is a very good chart. It is still a chart - and the number of people who upgrade their plan before they have decided what they are actually looking for is the thing worth flagging.
— Michael Whitman, from this video
This page is educational, not financial advice. Test every idea on your own charts before risking money. Some links on this page earn a commission if you buy through them. It costs you nothing and it does not decide what appears here or in what order — how these pages are made is set out in our methodology.