Conditions

Killzone equals

True when the current killzone equals a specific named window. Internal type - `killzone_is`.

1 min readUpdated Jun 19, 2026

killzone_is checks the current killzone against a specific value. Functionally similar to in_killzone - both filter the same windows.

Shape

{ "type": "killzone_is", "type": "lnd" }

Params

  • type - equ, asia, lnd (short for the killzone name).

When to pick which

in_killzone reads more naturally in strategies that whitelist windows. killzone_is reads more naturally in negation / blacklisting flows. Pick the one that makes the rule easier to review six months from now.

Killzone equals | Help Center | LucraX · LucraX