Skip to Content

Indicator Reference

Algo Architech supports a comprehensive suite of 20+ technical indicators spanning Trend, Momentum, Volatility, and Volume categories. Every indicator can be used in Comparison Rules, Crossover Rules, and Trend Detection.


Trend Indicators

Trend indicators help identify the overall market direction and filter trades accordingly.

IndicatorParametersDescriptionCommon Use
SMA (Simple Moving Average)PeriodArithmetic mean of closing prices over N periodsTrend direction, support/resistance
EMA (Exponential Moving Average)PeriodWeighted average giving more importance to recent pricesFaster trend detection, crossover signals
MACD (Moving Average Convergence Divergence)Fast, Slow, SignalDifference between two EMAs with a signal lineMomentum shifts, crossover entries
ADX (Average Directional Index)PeriodMeasures trend strength (not direction)Filter ranging vs trending markets (>25 = trending)
SupertrendPeriod, MultiplierATR-based trend overlay on priceClear bullish/bearish signals, trailing stop
Parabolic SARStep, Max StepDots above/below price indicating trend directionTrailing stop, trend reversal detection
Ichimoku Base (Kijun-sen)PeriodMidpoint of highest high and lowest low over N periodsDynamic support/resistance

Momentum Indicators

Momentum indicators measure the speed and strength of price movements.

IndicatorParametersRangeDescriptionCommon Use
RSI (Relative Strength Index)Period0–100Measures speed and magnitude of recent price changesOverbought (>70), Oversold (<30), momentum confirmation
Stochastic (%K, %D)Period, K Smooth, D Smooth0–100Compares closing price to high-low rangeCrossover signals, extreme readings
Stochastic RSIPeriod, K, D0–100RSI of RSI — more sensitive than standard RSIEarly momentum shifts, faster signals
Awesome OscillatorFast, SlowUnboundedDifference between 5-period and 34-period SMA of midpointsZero-line crossovers, saucer setups
Williams %RPeriod-100 to 0Inverse stochasticOverbought (> -20), Oversold (< -80)

Volatility Indicators

Volatility indicators measure market turbulence and expansion/contraction cycles.

IndicatorParametersDescriptionCommon Use
Bollinger Bands (Upper)Period, StdDevUpper bound = SMA + (StdDev × multiplier)Overbought detection, breakout targets
Bollinger Bands (Lower)Period, StdDevLower bound = SMA - (StdDev × multiplier)Oversold detection, support levels
Bollinger Band WidthPeriod, StdDevDistance between upper and lower bandsSqueeze detection (low width = impending breakout)
ATR (Average True Range)PeriodAverage of true ranges over N periodsVolatility measurement, dynamic stop-loss sizing
Keltner ChannelsEMA Period, ATR Period, MultiplierEMA-based bands using ATRTrend confirmation, breakout detection
Donchian ChannelsPeriodHighest high and lowest low over N periodsBreakout strategies, range identification

Volume Indicators

Volume indicators confirm price movements by analyzing trading volume.

IndicatorParametersDescriptionCommon Use
VWAP (Volume Weighted Average Price)Session-basedAverage price weighted by cumulative volumeInstitutional fair value, intraday support/resistance
Rolling VWAPPeriodVWAP calculated over a rolling windowMulti-day volume-weighted trend
MFI (Money Flow Index)PeriodVolume-weighted RSIBuying/selling pressure (>80 = overbought)
CMF (Chaikin Money Flow)PeriodAccumulation/distribution based on close position within rangeConfirms trend strength via money flow

Indicator Selection Tips

Choosing the Right Indicators

Don’t stack redundant indicators. Using RSI + Stochastic + Williams %R together is redundant — they all measure the same thing (momentum). Instead, combine indicators from different categories:

LayerCategoryExample
Trend FilterTrendSMA(200) or ADX
Momentum TriggerMomentumRSI or MACD Crossover
Volatility ContextVolatilityATR or Bollinger Width
Volume ConfirmationVolumeVWAP or MFI

Recommended starter combo: SMA(200) for trend + RSI(14) for momentum + VWAP for volume context.


Using Indicators in Rules

Every indicator listed above can be used in all four rule types:

Rule TypeExample
ComparisonRSI(14) > 70
CrossoverEMA(9) crosses above EMA(21)
TrendSMA(20) Rising for 3 bars
Compare vs OHLCVWAP > Close

Each indicator can also have its timeframe overridden independently, enabling multi-timeframe analysis within a single strategy.


Next Steps

Now that you understand entry conditions, learn how to build the positions your strategy will trade:

→ Next: Position Builder Overview

Last updated on