Skip to content

This tutorial explains step by step how to connect your data to the Charting Library

License

Notifications You must be signed in to change notification settings

Mimicry-Protocol/tradingview-charting-library-tutorial

 
 

Repository files navigation

Charting Library: Connecting Data via the Datafeed API

Note

This repository contains sample code for a tutorial on connecting data via the Datafeed API. You can find the full step-by-step guide in the Charting Library documentation.

Installation

Run git submodule update --init --recursive to download the Charting Library. Run yarn install to install dependencies. Run yarn start to start the development server.

What is Charting Library

Charting Library is a standalone solution that you can download, host on your servers, connect your own data to, and use in your site or app for free. Learn more about Charting Library on the TradingView website.

What is This Tutorial About

This tutorial explains how to implement real-time data streaming to Charting Library step-by-step using the Datafeed API. As an example, the tutorial describes connection via free CryptoCompare API that provides data from different crypto exchanges.

About

This tutorial explains step by step how to connect your data to the Charting Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 12.8%