How To: Create A Separate Pane In Pinescript Tutorial

How To Create A Separate Pane In Pinescript

How To: Create A Separate Pane In Pinescript Tutorial

In Pine Script, you’ll be able to create a separate pane to show extra info or indicators under the principle chart. This may be helpful for evaluating completely different information units or for displaying info that will in any other case litter the principle chart.

To create a separate pane, you need to use the `new_pane()` operate. This operate takes two arguments: the peak of the brand new pane in pixels and the placement of the brand new pane relative to the principle chart. The placement could be both `above` or `under`.

Read more