Skip to content
EZStockScreener
Technical reference

Technical indicators and screener functions.

Search 101 indicators and query functions available in EZStockScreener. These can be combined, nested, and used in technical or hybrid workflows.

Builder-ready syntax

Each row shows the query format and a sample expression you can adapt inside the advanced screener.

Reset
Indicator Syntax Example Access
Keltner channels middle band
Volatility
KELTNER_MIDDLE(input_col=close, period=20, atr_period=10, sd_levels = 2) [close > KELTNER_MIDDLE] Core
Keltner channels lower band
Volatility
KELTNER_LOWER(input_col=close, period=20, atr_period=10, sd_levels = 2) [low < KELTNER_LOWER(sd_levels = 3)] Core