Indicator
Computes a standard indicator from price (or from another series via in-series) — see the exact formula in the Indicator Guide
When to use: The brains of the strategy: measuring trend (EMA/SMA), volatility (ATR), strength (ADX), momentum (RSI/MACD), or structure levels (swing/rolling)
Ports
in-series— (optional) A series from another node — if connected it overrides source, e.g. a rolling_mean of ATRout-value— The indicator value per bar
Params
kind— Indicator type (ema, sma, atr, adx, rsi, macd, bb, rolling_*, swing_*)period— Number of bars used in the calculationsource— Price to use when in-series is not connected (close/high/low/open)
Used in these recipes
- Trend-follow — EMA Cross
- Mean-reversion — RSI Oversold
- Breakout — New High + ADX Filter
- Liquidity Grab — Sweep & Reclaim