Logic Gate
Combines boolean conditions — AND / OR / NOT
When to use: Composing multiple filter layers into a single trigger: (EMA stack) AND (session) AND (RSI range) → Signal. NOT inverts a condition (uses only in-a)
Ports
in-a— The first conditionin-b— The second condition (unused when gate = not)out-result— The combined result per the gate
Params
gate— and / or / not (not uses only in-a)
Used in these recipes
- Breakout — New High + ADX Filter
- Liquidity Grab — Sweep & Reclaim