Technical Indicators

How each indicator is calculated, read and used.

Relative Strength Index

RSI

A bounded 0–100 momentum oscillator that flags overbought/oversold conditions.

What it means

RSI measures the speed and magnitude of recent price changes to gauge whether a name has moved too far, too fast in either direction.

How it's calculated

Over a lookback (typically 14 periods), RSI = 100 − 100 / (1 + RS), where RS is the average gain divided by the average loss over that window.

How it's interpreted

Readings above ~70 are often called overbought and below ~30 oversold. Trend context matters: strong uptrends can stay overbought for a long time.

How AlphaForgeReco uses it

AlphaForgeReco computes RSI deterministically per asset and uses it both as a risk/mean-reversion input and to fire oversold/overbought Signals above an importance threshold.

Limitations & risks

RSI can remain extended during powerful trends and gives false reversals in choppy markets. It is one input, never a standalone buy/sell trigger.

Moving Average Convergence Divergence

MACD

A trend-plus-momentum indicator derived from two EMAs and a signal line.

What it means

MACD shows whether short-term momentum is accelerating or decelerating relative to a longer trend.

How it's calculated

MACD line = EMA(12) − EMA(26). Signal line = EMA(9) of the MACD line. The histogram is MACD minus signal.

How it's interpreted

MACD crossing above its signal line suggests improving momentum; crossing below suggests fading momentum. Histogram size shows momentum strength.

How AlphaForgeReco uses it

Used as a momentum/trend confirmation input and as a source of crossover Signals, always cross-checked against price trend and other factors.

Limitations & risks

As a lagging, EMA-based measure it whipsaws in range-bound markets and confirms moves after they begin.

Simple Moving Average

SMA

The unweighted average price over a trailing window; a baseline trend line.

What it means

SMA smooths price noise so the underlying trend and support/resistance zones are easier to read.

How it's calculated

SMA(n) = the arithmetic mean of the last n closing prices, e.g. SMA(50) averages the last 50 closes.

How it's interpreted

Price above a rising SMA is constructive; below a falling SMA is weak. The 50- and 200-day SMAs are widely watched.

How AlphaForgeReco uses it

AlphaForgeReco stores SMA(50)/SMA(200) per asset and uses price-vs-average and their slope in the trend/momentum assessment.

Limitations & risks

SMA lags price and weights all periods equally, so it reacts slowly to sudden regime changes.

Exponential Moving Average

EMA

A moving average that weights recent prices more heavily, so it reacts faster than an SMA.

What it means

EMA tracks trend like an SMA but responds more quickly to new information, at the cost of more noise.

How it's calculated

EMA(n) = price·k + previous EMA·(1−k), where k = 2/(n+1). Recent prices get exponentially more weight.

How it's interpreted

A faster EMA above a slower EMA indicates positive short-term momentum; the reverse indicates weakness.

How AlphaForgeReco uses it

EMAs underlie MACD and are used where a more responsive trend read is needed than the SMA provides.

Limitations & risks

Greater responsiveness means more false signals in sideways markets; still a lagging measure overall.

Average True Range

ATR

A volatility gauge measuring the typical size of a period's price range.

What it means

ATR quantifies how much a security moves on average, regardless of direction — a pure volatility read.

How it's calculated

True Range = max(high−low, |high−prev close|, |low−prev close|). ATR is a moving average of True Range (commonly 14 periods).

How it's interpreted

Higher ATR means bigger swings and wider risk; it is often used to size positions and set stop distances.

How AlphaForgeReco uses it

Feeds the deterministic risk factor and contextualizes moves (a 2% day is normal for a high-ATR name, extreme for a calm one).

Limitations & risks

ATR is unitless relative to price and says nothing about direction; it must be normalized to compare across names.

Average Directional Index

ADX

A 0–100 measure of trend strength (not direction).

What it means

ADX tells you whether a market is trending strongly or moving sideways, without saying which way.

How it's calculated

Derived from the smoothed difference between the +DI and −DI directional movement lines over (typically) 14 periods.

How it's interpreted

Readings above ~25 suggest a meaningful trend; below ~20 suggest a range. Rising ADX means a strengthening trend.

How AlphaForgeReco uses it

Used to weight trend-following signals — momentum reads are more reliable when trend strength is high.

Limitations & risks

ADX lags and only measures strength; a high ADX can coincide with a trend that is about to exhaust.

Bollinger Bands

BB

Volatility bands plotted a number of standard deviations around a moving average.

What it means

Bollinger Bands show whether price is statistically stretched relative to its recent range.

How it's calculated

Middle band = SMA(20). Upper/lower bands = middle ± (k × standard deviation of price), typically k = 2.

How it's interpreted

Price near the upper band is relatively high, near the lower band relatively low. Band width expands with volatility and contracts (a 'squeeze') before big moves.

How AlphaForgeReco uses it

Used as context for mean-reversion and volatility regime, complementing RSI and ATR.

Limitations & risks

Touching a band is not itself a signal — in strong trends price can 'ride' a band for long stretches.

Relative Strength

RS

How a security performs versus the market or its peers, rather than in absolute terms.

What it means

Relative Strength isolates leadership: is this name outperforming the benchmark, independent of overall market direction?

How it's calculated

Commonly a ratio of the asset's return to a benchmark's return over the same window, or the price ratio line's slope.

How it's interpreted

Positive and rising relative strength marks leaders; negative marks laggards. Leadership tends to persist.

How AlphaForgeReco uses it

AlphaForgeReco uses relative strength within the momentum factor and in sector/theme rotation ranking.

Limitations & risks

Relative strength can stay high into a top; it measures relative, not absolute, safety.

Momentum

MOM

The persistence of recent performance across horizons.

What it means

Momentum captures the empirical tendency for recent winners to keep winning over intermediate horizons.

How it's calculated

Measured from multi-period price returns (e.g. 1/3/6/12-month) and trend, combined into a single momentum score.

How it's interpreted

Strong positive momentum is constructive; deteriorating momentum is an early warning. Extreme momentum can precede reversals.

How AlphaForgeReco uses it

One of the five core factors; it lifts the composite score and drives the 'AI Daily Picks' momentum ranking.

Limitations & risks

Momentum reverses sharply at turning points and can be crowded; it is blended with quality/value/risk to temper it.

Volume Ratio

VOL

Current volume relative to its recent average — a conviction gauge.

What it means

Volume Ratio shows whether a move is backed by unusual participation or is thin and unreliable.

How it's calculated

Volume Ratio = today's volume divided by the average volume over a trailing window (e.g. 20 or 50 days).

How it's interpreted

A ratio well above 1 means heavier-than-usual trading, lending conviction to a breakout or breakdown.

How AlphaForgeReco uses it

Used to qualify breakout/breakdown Signals — moves on high relative volume score as more important.

Limitations & risks

Volume data can be noisy around events (earnings, index rebalances) and varies by listing venue.

52-Week High / Low

52W

The highest and lowest prices over the trailing year, and where price sits within that band.

What it means

The 52-week range frames how extended or depressed a name is over an investment-relevant horizon.

How it's calculated

Track the max and min close over ~252 trading days; 'off 52-week high' = (high − price) / high.

How it's interpreted

New highs signal strength and leadership; new lows signal distress. Distance from the high measures how much has been given back.

How AlphaForgeReco uses it

AlphaForgeReco surfaces 52-week highs/lows in Market Movers and uses distance-from-high in risk/trend context.

Limitations & risks

Extremes can persist and mean different things by regime; a new high in a bubble differs from one in early recovery.

Moving Average Crossovers

MAX

Signals generated when a faster moving average crosses a slower one.

What it means

Crossovers mark shifts in trend regime — momentum turning up or down relative to the longer trend.

How it's calculated

A 'golden cross' is a shorter MA (e.g. 50-day) crossing above a longer MA (e.g. 200-day); a 'death cross' is the reverse.

How it's interpreted

Golden crosses are read as bullish trend confirmation, death crosses as bearish — both are confirmations, not predictions.

How AlphaForgeReco uses it

AlphaForgeReco detects crossovers deterministically and emits them as Signals when they clear the importance threshold.

Limitations & risks

Crossovers lag by construction and whipsaw in sideways markets; they confirm trends already underway.