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 may create a separate pane to show extra info or indicators under the primary chart. This may be helpful for evaluating completely different knowledge units or for displaying info that will in any other case litter the primary chart.

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

Read more