Skip to content
Algo Trade Analytics Docs
Pine library page — review pending. This page is preserved for compatibility but is not part of the reviewed search index. Check the official Pine Script v6 reference before relying on its explanation, signature, or example.

true - Pine Script Constant

Literal representing one of the values a bool variable can hold, or an expression can evaluate to when it uses comparison or logical operators.

void
  • See the User Manual for comparison operators and logical operators.