Updating tick data on the daily timeframe chart with Lightweight-charts
I have the daily chart which is loaded with historical data already, and I need to update the tick data everyday when the market opens.
Displaying price volume does not work in lightweight-charts
I am using an API from Financial Modelling Prep, and I managed to get the daily historical prices as well as the volume data to be displayed on the chart, but the volume doesn’t appear in the chart.
Lightweight-charts volume bars not showing in React
I use an API from Financial Modeling Prep to get the financial data, and I loop through the time series data in a descending order to display the candles. However, i got an issue with the volume data, as it is not being shown as expected.