Open nhatto2022 opened 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
Could you please enable debug: true in Widget Constructor and provide the full logs in a separate text file?
debug: true
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