FTB-C000026 / Implementation concept

Recursive State

A stored calculation value that a recurrence carries from one accepted observation into the next update.

Also known asRecurrence state

Definitions

In plain terms

Some indicators remember their previous result. That remembered value is the recursive state used together with the newest input to calculate the next result.

Technical

Recursive state is the minimum persisted value or tuple required to evaluate a recurrence at t from current input and state at t-1 without recomputing the full prefix.

Scope

The concept describes implementation state, not an economic market state; serialization precision and recovery behavior are separate package choices.

Examples

  • The prior 10% Trend and prior 5% Trend are the two recursive states needed for the next McClellan Oscillator update.

Common misconceptions

  • Recursive state is not safely interchangeable with the last displayed rounded output.

Concept relationships

Where this concept is used

Evidence and governance

  1. Calculating the McClellan Oscillator McClellan Financial Publications · first party methodology

    Supports: technical definition, variant distinction

    Limits: Does not prescribe one universal initialization, missing-session, revision-resolution, rounding, or software interface policy.

Reviewed by
fintech-builder-owner-approved
Last reviewed
2026-07-26
Next review
2027-07-26
Record status
published