In Pine Script, you possibly can create a separate pane to show further data or indicators under the principle chart. This may be helpful for evaluating totally different knowledge units or for displaying data that might in any other case litter the principle chart.
To create a separate pane, you should utilize the `new_pane()` operate. This operate takes two arguments: the peak of the brand new pane in pixels and the situation of the brand new pane relative to the principle chart. The placement will be both `above` or `under`.