imageimage

Embedding TradingView Charts

by Luca Sbardella on January 08, 2023

Adding TradingView charts to a web application is easy with web-components and the @metablock/notebook tool.

This lab entry extends the @metablock/notebook tool to embed a TradingView chart into the website.

<trading-view symbol="NASDAQ:AAPL" theme="auto" aspectratio="80%"></trading-view>

Implementation via a web component: