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
Bollinger bands - lower
Volatility
BOLLBANDS_LOWER(period=14, sd_levels = 2, input_col=close, ma_type='sma') [low < BOLLBANDS_LOWER(sd_levels = 3)] Core
Bollinger width
Volatility
BOLLWIDTH(period=14, sd_levels = 2, input_col=close, ma_type='sma') [BOLLWIDTH() > 1] Core
Bollinger oscillator
Volatility
BOLLOSC(period=14, sd_levels = 2, input_col=close, ma_type='sma') CROSSED(input_col=BOLLOSC(14), input_col1=BOLLOSC(24), 'above') Core
Center of gravity
Price
COG_LINE(period=14, input_col=close) [COG_LINE() > 0] Pro
Center of gravity signal
Price
COG_SIGNAL(period=14, input_col=close) [COG_SIGNAL() > 0] Pro
Chaikin money flow
Volume
CHAMF(period=14) [CHAMF(period=18) > 0.05] Pro
Chaikin volatility
Volume
CHAVOL(period=10, lag_period=10, ma_type='sma') [CHAVOL() < 20] Pro
Chaikin oscillator
Volume
CHAOSC(period=10, ma_type='ema') [CHAOSC(ma_type='sma') > 100] Pro
Chande momentum oscillator
Momentum
CMO(period=10, input_col=close) [CMO(15) > 25] Pro
Chandelier exit
Volatility
CHANEXIT(period=22, atr_multiplier=3, direction='long') [low < CHANEXIT('short')] Pro