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 can create a separate pane to display additional information or indicators below the main chart. This can be useful for comparing different data sets or for displaying information that would otherwise clutter the main chart.

To create a separate pane, you can use the `new_pane()` function. This function takes two arguments: the height of the new pane in pixels and the location of the new pane relative to the main chart. The location can be either `above` or `below`.

Read more