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.
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.
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.
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.