FTB-C000372 / Indicator

Directional Index

Directional Index is one hundred times the absolute difference between +DI and -DI divided by their sum.

Also known asDX

Definitions

In plain terms

It measures the magnitude of directional separation while discarding which line is larger.

Technical

The implementation must freeze aligned DI inputs, zero-sum behavior, readiness, precision, and missing values.

Scope

DX is direction-free; its value cannot tell whether +DI or -DI leads.

Formula

DX = 100 * abs(+DI - -DI) / (+DI + -DI)
LaTeX: DX_t=100\frac{|+DI_t-(-DI_t)|}{+DI_t+(-DI_t)}
SymbolMeaningUnit
+DIpositive directional indicatorpercent
-DInegative directional indicatorpercent

Output unit: percent

Examples

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

Common misconceptions

  • DX is direction-free; its value cannot tell whether +DI or -DI leads.

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.