FTB-C000361 / Formula component

True Range

True Range is the maximum of current high-low range and the absolute gaps from current high and low to the previous close.

Also known asTR

Definitions

In plain terms

It captures both intrabar range and overnight or interbar gaps in one nonnegative measure.

Technical

The calculation requires consecutive finalized bars, aligned adjustment basis, previous close, missing-gap policy, and valid OHLC.

Scope

It is a one-bar range measure and is not Average True Range.

Formula

TR_t = max(H_t-L_t, abs(H_t-C_(t-1)), abs(L_t-C_(t-1)))
LaTeX: TR_t=\max(H_t-L_t,|H_t-C_{t-1}|,|L_t-C_{t-1}|)
SymbolMeaningUnit
H_tcurrent highprice
L_tcurrent lowprice
C_(t-1)previous closeprice

Output unit: price

Examples

  • A governed lesson calculates or identifies True Range only after its parameters, state, timing, and edge cases are declared.

Common misconceptions

  • It is a one-bar range measure and is not Average True Range.

Concept relationships

Where this concept is used

Evidence and governance

  1. TA-Lib Directional Movement Index Implementation TA-Lib · first party technical publication

    Supports: preferred label, short definition, technical definition, formula

    Limits: Zero-denominator and compatibility behavior can differ from the Fintech Builder package and must be stated explicitly.

Reviewed by
fintech-builder-batch-007
Last reviewed
2026-07-27
Next review
2027-07-27
Record status
evidence reviewed

This record is evidence-reviewed and readable, but not yet promoted to published — it is served noindex,follow and excluded from the sitemap.