TradingView Charting Library JS API Example

August 26, 2018 ยท View on GitHub

Install

Clone Charting Library to root:

$ git clone https://github.com/tradingview/charting_library.git

Install modules:

$ npm install

Run

Run Binance proxy to allow CORS:

npm run proxy

Serve index.html, datafeed.js and charting library

npm run serve