In TradingView widget chart, how can I know when the chart is ready and data is loaded?
I’m adding a TradingView chart to my website, using Javascript.
I want to know when the chart is loaded and the data was loaded successfully, and print the success status in a dedicated textbox
.
In TradingView widget chart, how can I know when the chart is ready and data is loaded?
I’m adding a TradingView chart to my website, using Javascript.
I want to know when the chart is loaded and the data was loaded successfully, and print the success status in a dedicated textbox
.
How to Change TradingView Embed Background to Black and Selected Options to Green?
I’m embedding TradingView charts into my web application. I’d like to customize the appearance to have the entire background, including the sidebar, in black. Additionally, I want to change the color of selected options from blue to green. Is it possible to achieve this customization? If so, how can I implement it?
how to update chart tradingview
I am working on a trading view chart, and in the program I am writing, there is a section that should be taken from the api by selecting a dropdown and display it on the chart.
My problem is that I get the data from the api, but the chart is not updated with the new data, please help me