Indicator Library

Every indicator available to alert conditions, and the signals you can build with each. Examples use default parameters — [-1] is the latest bar.

67 indicators

Price

Moving averages

Momentum & oscillators

Volatility & bands

Trend

Volume

Statistical

More Indicators

Transforms

Tom DeMark

Shared building blocks

Moving-average types

SMAEMAWMARMAHMADEMATEMATRIMAKAMAFRAMALSMAT3VWMAALMAZLEMAVIDYAMCGINLEY

MA Slope & Curvature MA types

SMAEMAWMAHMADEMATEMARMA

MA input sources (compute a MA over an indicator, not price)

CloseOpenHighLowVolumeOBVRSIEWOCCIWilliams %RROCATRStochastic %KMACD (Line)MACD (Signal)MACD (Histogram)

Z-score wrap

Any condition can be wrapped in a rolling z-score (default lookback 20), e.g. rsi(14)[-1] < 30 becomes zscore(rsi(14), lookback=20)[-1] < 30. Each indicator/column operand is standardized; numeric thresholds are read as z-scores. Compound and crossover conditions are transformed operand-by-operand.