Threshold
Compares a series against a constant — ADX > 25, RSI < 30
When to use: When the right side is a fixed number — shorter than wiring Math+Compare
Ports
in-value— The series being comparedout-result— true when the threshold is met
Params
op— > / < / >= / <=value— The constant to compare against
Used in these recipes
- Mean-reversion — RSI Oversold
- Breakout — New High + ADX Filter