Boolean – A data type that has one of two possible values: true or false. Booleans are used for conditional logic in trading robots. For example, a Boolean flag might indicate whether an EA is currently in a trade, or a condition like price > movingAverage
may evaluate to true/false to trigger order placement.