Save/Load API in TradingView charts stops price streaming unexpectedly
Save/Load API in TradingView charts stops price streaming unexpectedly
Description: When using the save and load API in TradingView charts, the chart state is saved and loaded as expected. However, the price streaming is interrupted when a chart is loaded after being saved. Suggesting that some outdated layout settings are preventing the price stream from continuing
Steps to Reproduce: Open the TradingView chart Create a drawing or adjust the layout Save the chart state using the save API Load the saved state Observe that price streaming is stopped or delayed after loading the chart state
Expected Behavior: The price streaming should continue without interruption after the chart state is loaded
A similar issue I raised earlier probably has the same roots https://github.com/tradingview/charting-library-examples/issues/406