order - Pine Script Constants
Overview
Section titled “Overview”Constants under the order namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
order.ascending | const sort_order | Determines the sort order of the array from the smallest to the largest value. |
order.descending | const sort_order | Determines the sort order of the array from the largest to the smallest value. |