tradingview / charting-library-tutorial

This tutorial explains step by step how to connect your data to the Charting Library
MIT License
397 stars 306 forks source link

history of the AAPL ticker issue #97

Open nhatto2022 opened 8 months ago

nhatto2022 commented 8 months ago

Hi

Question: the widget configuration has the following symbol

new TradingView.widget({ fullscreen: true, symbol: 'DCTH', interval: '1D', container: "tv_chart_container",

but history is requested by AAPL No actions are performed on the page. https://snipboard.io/wzLmuY.jpg

Why does the library request the history of the AAPL ticker when it should request the history of the one specified in the settings

romfrancois commented 8 months ago

Could you please enable debug: true in Widget Constructor and provide the full logs in a separate text file?