Group

This block is used to combine indicators

Understanding Indicator Conditions

  1. AND: The 'AND' condition permits the transition to the next block only when all the indicators meet the specified criteria.

  2. OR: The 'OR' condition allows progression to the next block when at least one of the indicators fulfills the set criteria.

  3. XOR (Exclusive OR): The 'XOR' condition enables the transition to the next block when exactly one of the indicators meets the prescribed criteria.

Last updated