DocsIndicators

Indicators

All available indicators and how to use them.

Built-in indicators

Quantinger includes 100+ built-in indicators across categories: trend (EMA, SMA, DEMA, HMA, ALMA), momentum (RSI, MACD, Stochastic, MFI, ROC, CMO), volatility (ATR, Bollinger Bands, Keltner Channels, NATR), volume (OBV, VWAP, AD, CMF, Force Index), and cycle (Hilbert Transform, CCI).

All indicators are computed server-side on raw OHLCV data. Parameters are fully configurable.

Custom indicator builder (Pro/Elite)

Pro and Elite users can define custom indicators using a JSON DSL. The DSL supports 8 base indicators (SMA, EMA, RSI, MACD, BB, ATR, STOCH, CCI), binary operations (add, subtract, multiply, divide), and comparison operations.

Custom indicators are stored per-user and count against a limit of 20 active custom indicators. They can be used in strategy rules exactly like built-in indicators.

Indicator parameters

Each indicator exposes its parameters in the rule builder. For RSI, the period. For MACD, the fast/slow/signal periods. For Bollinger Bands, the period and standard deviation multiplier. Hover over the parameter label to see the default value and allowed range.

Changing indicator parameters does not require editing a strategy rule — the parameter is part of the indicator definition, not the rule comparison.

Something wrong or missing? Email support