Skip to main content
Version: latest

Quick start

Getting access

The Advanced Charts and Trading Platform repositories are private, and you should fill out the form on the TradingView website to request access. Otherwise, attempting to access the GitHub repositories or legacy documentation links will result in the 404 Not Found error.

caution

Advanced Charts and Trading Platform should only be downloaded from the official TradingView repositories provided within this documentation. Obtaining the library from third-party services is strictly prohibited and may lead to legal consequences.

The library is not redistributable. Therefore, it is prohibited to use any part of the library in public repositories.

First steps

You should complete the steps below to get started with Advanced Charts / Trading Platform:

  1. Run Advanced Charts / Trading Platform for the first time.

  2. Set up Widget Constructor.

  3. Connect data and learn how to implement real-time data streaming.

  4. Customize your chart's appearance.

We recommend that you also check out Best Practices and Frequently Asked Questions before you start development to avoid common mistakes.

Integration examples

You can integrate Advanced Charts / Trading Platform with Android WebView, iOS WKWebView, Angular 5, React, and other frameworks. Check out the repository on GitHub for some integration examples.

Online code playgrounds

You can use the libraries on some code playgrounds/editors such as JSFiddle and Codepen. The Online editors article provides several starter templates, that can help you quickly create your own examples, reproduce bugs, and experiment with the libraries.

Hosting the library on a separate origin

If you want to host an HTML page that contains the chart and the library bundles on different origins (domains), refer to Cross-origin hosting.