Combine logic operators and add AND NOT

As the title says, it would be super useful and add a lot more versatility if we can combine logic operators in start and end deal conditions (instead of being forced to choose either AND or OR) and also it would be super useful to add AND NOT as an operator as well

This will be released within a few days, it’s already developed.

4 Likes

This is great … if you can add AND NOT as a logic operator, it would be close to perfect for me

It’s there but currently without NOT.

Announcement 2025-03-20:

  • Indicator groups. Now its possible to mix AND and OR logic. Example, (Indicator 1 OR Indicator 2) AND (Indicator 2 OR Indicator 4)

That is it isn’t a complete Boolean algebra. Some indicators can be inverted though but not all.

By the way, currently it would be enough to only choose the out indicators logic and use the other value for the groups.

(1 AND 2) AND (3 OR 4) can also be configured as 1 AND 2 AND (3 OR 4).
(1 OR 2) OR (3 AND 4) can also be configured as 1 OR 2 OR (3 AND 4).