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.
| Indicator | Syntax | Example | Access |
|---|---|---|---|
| Returns the KijunSen (Base Line) Ichimoku Trend |
ICHM_KS(period=26) |
[ICHM_KS(period)] |
Pro |
| Returns the Chiku Span (Lagging Span) Ichimoku Trend |
ICHM_CS(period=26) |
[ICHM_CS(26)] |
Pro |
| Returns the Senkou A (Leading Span A) Ichimoku Trend |
ICHM_SA(ts_period=9, ks_period=26, shift_period=26) |
[ICHM_SA(9 ,26)] |
Pro |
| Returns the Senkou B (Leading Span B) Ichimoku Trend |
ICHM_SB(period=52, shift_period=26) |
[ICHM_SB()] |
Pro |