Skip to content
Algo Trade Analytics Docs

order - Pine Script Constants

Constants under the order namespace.

NameTypeDescription
order.ascendingconst sort_orderDetermines the sort order of the array from the smallest to the largest value.
order.descendingconst sort_orderDetermines the sort order of the array from the largest to the smallest value.