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 beneath the primary chart. This may be helpful for evaluating completely different information units or for displaying info that might in any other case litter the primary chart.

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

Read more