Related:
The Quagensia® Desktop Application’s “Boolean (True or False)” data type represents the Boolean data type that all programming languages possess. Boolean values are either “True” or “False”.
The most important use of Booleans in Quagensia Strategies is as the result of the evaluation of a condition or set of conditions that are combined together with the “And” and “Or” Boolean operators.
For instance, nearly every Quagensia Strategy will have an action like “If the following condition is true…”, followed by one or more conditions which together evaluate to “True” or “False”, followed by “Then do the following…”, followed by a set of actions that should occur if and only if the condition or set of conditions evaluate to “True”.