Compare
Compares two series per bar — a > b, a < b, or crossing
When to use: The most basic condition: close > EMA20, EMA20 > EMA50 (a stack), low < swing_low. Compare's cross mode is equivalent to CrossNode
Ports
in-a— The left side of the conditionin-b— The right side of the conditionout-result— true when the condition holds on that bar
Params
op— > / < / cross_up / cross_down
Used in these recipes
- Breakout — New High + ADX Filter
- Liquidity Grab — Sweep & Reclaim