tradingview / charting-library-tutorial

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

history of the AAPL ticker issue #97

Open nhatto2022 opened 1 year ago

nhatto2022 commented 1 year 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 1 year ago

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