The comparisons that can be made are: greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=).
For example, if you wanted to code a strategy where the conditions were:
Entry: RSI < 20
Exit: RSI > 80
You would input it like this: