Simon Morda

Results 7 comments of Simon Morda

You could use [closePopupsAndDialogs](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartingLibraryWidget#closepopupsanddialogs) as in ``` widget.closePopupsAndDialogs(); ```

Thanks for raising this issue - as a coincidence that was fixed this very week and should be released end of this month with the next release.

That shouldn't be the case anymore. Any lines created using `createPositionLine` or `createOrderLine` should no longer change the behaviour of the undo/redo buttons.

As highlighted in our [docs](https://www.tradingview.com/charting-library-docs/latest/getting_started/Key-Features#unsupported-features), alerts is one of the features that's exclusively available on our main platform.

I would recommend reading our article about [Bracket Orders](https://www.tradingview.com/charting-library-docs/latest/trading_terminal/trading-concepts/brackets). The way the library works is that you'll need to plot the main order and then link each bracket order (for...

We are currently investigating. Seems that something changed with how XCode handles dependencies.

I would suggest having a look at this [page](https://www.tradingview.com/charting-library-docs/latest/ui_elements/Toolbars/#custom-buttons-in-top-toolbar) on our documentation website along with the attached [example](https://www.tradingview.com/charting-library-docs/latest/tutorials/add-custom-button-to-top-toolbar).