Money
Money
I'm using the `'show source'` directive, however it only works with synchronous functions. With asynchronous ones, I still only see _bytecode_. Android/iOS the same. "react": "18.2.0", "react-native": "0.72.7", "react-native-webview": "13.6.3"...
**Undo/Redo buttons affect positions and orders** **Description:** When using the Undo button on TradingView charts, positions and orders are treated as user drawings and get deleted. Pressing Redo does not...
**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,...
**Save/Load API in TradingView charts saves chart background color unexpectedly** [save\load docs](https://www.tradingview.com/charting-library-docs/latest/saving_loading/low-level-api/) **Description** When using the save and load API in TradingView charts, I expect all user-created drawings (lines, shapes,...
**Error: Value is null when using createPositionLine in TradingView Widget** **Description:** The following code throws an error: `Error: Value is null. ` ``` window.tvWidget.onChartReady(() => { window.tvWidget .activeChart() .createPositionLine(); });...