Chart
Displays real-time price data for the chosen token pair, featuring an interactive interface for historical analysis and charting tool access.
The Chart component integrates trading view charts into your application, offering users real-time insights into market trends and asset performance. It's important to note that the data on the chart may not reflect the markPrice of the symbol.
Overview:
Component Purpose: Displays a trading view chart for the currently active market, allowing users to analyze market data through a visual interface.
Dependencies:
useActiveMarketfrom@symmio/frontend-sdk/state/trade/hooksto access the currently selected market.useDetectAdBlockfromadblock-detect-reactto detect the presence of an ad blocker that might prevent the chart from loading.TVChartcomponent to render the TradingView chart.Imagefromnext/legacy/imagefor loading and displaying static images.
Last updated