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
Gap (%)
Price
GAP(input_col=open, input_col2=close) [GAP() > 0.10] Core
Commodity channel index
Momentum
CCI(period=14) [CCI(28) < -100] Core
Relative strength index
Momentum
RSI(period=14, input_col=close, ma_type='rma') [RSI() > 15] Core
Rate of change
Price
ROC(period=14, input_col=close) ROC(28, low) > 56 Core
Connor's relative strength index
Momentum
CRSI(rsi_period=3, updown_period=2, roc_period=100, input_col=close) [CRSI()<25] Pro
DeMarker indicator
Trend
DEMARKER(period=14) [DEMARKER() > 0.7] Pro
Detrended price oscillator
Momentum
DPO(period=14, input_col=close, ma_type='sma') [DPO(28) < DPO(14)] Pro
Average directional movement index
Trend
ADX(period=14, ma_type='rma') [ADX() > 40] Core
Directional movement - plus
Utility
DI_PLUS(period=14, ma_type='rma') [TREND(DI_PLUS()-DI_MINUS(), increasing, 5] Core
Directional movement - minus
Utility
DI_MINUS(period=14, ma_type='rma') [DI_MINUS() < 50] Core