Skip to main content

Indicator Parameters Explained

Almost every indicator in Signals AI shares the same five core parameters. This page explains them once - individual indicator pages only cover what's unique to each indicator.

Candle Type​

The type of candles used in the calculation.

Candle type selection

  • OHLC (default) - standard candlesticks.
  • HEIKIN_ASHI - smoothed candles that filter out noise, useful for cleaner trend identification.

Source​

Which price point of each candle the calculation uses.

Source selection

Single price points:

SourceWhat it isWhen to use it
Close (default)Final price of the periodThe standard choice - the close represents the period's final consensus of value
OpenFirst price of the periodOpening range breakout style strategies
HighHighest price of the periodAn average of Highs runs above price - useful as dynamic resistance
LowLowest price of the periodAn average of Lows runs below price - useful as dynamic support

Averaged price points (smoother, less affected by single price spikes):

SourceFormulaNotes
OHLC4(O + H + L + C) / 4The "mean price" of the whole candle
HLC3(H + L + C) / 3The "typical price" - used inside indicators like CCI
HL2(H + L) / 2The midpoint of the range; ignores open and close

Period​

The lookback window - how many candles the calculation uses.

Period setting

  • Shorter period (e.g., 10, 20) → reacts quickly to price changes, tracks price closely, more signals (and more noise).
  • Longer period (e.g., 50, 200) → smoother, less sensitive, fewer but steadier signals.

Timeframe​

The chart interval the indicator is calculated on - 1m, 5m, 15m, 1H, etc.

Timeframe selection

Lower timeframes give more signals; higher timeframes give fewer signals that reflect larger moves. Conditions in one strategy can mix timeframes (e.g., enter on 5m only when the 1H trend agrees).

Offset​

Looks back at the indicator's value from N candles ago - "what was this indicator's value N candles back?"

Offset setting

  • 0 - the current, still forming candle
  • 1 - the most recently completed candle
  • 2 - the candle before that, and so on

Useful for conditions like "RSI was below 30 on the previous candle and is above 30 now."

Indicator specific parameters​

Some indicators add their own parameters - for example Supertrend's Multiplier, MACD's fast/slow/signal periods, or Bollinger Bands' standard deviations. These are documented on each indicator's page: