Skip to content
Algo Trade Analytics Docs

array.every() - Pine Script Function

Returns true if all elements of the id array are true, false otherwise.

array.every(id) → series bool
NameTypeDescription
idarrayAn array object.
  • This function also works with arrays of int and float types, in which case zero values are considered false, and all others true.