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 data or indicators beneath the principle chart. This may be helpful for evaluating completely different information units or for displaying data that will in any other case muddle the principle 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 placement of the brand new pane relative to the principle chart. The placement could be both `above` or `beneath`.

Read more