FTB-C000562 / Formula component

Decimal Close Return

Decimal close return is the fractional change from the prior close to the current close.

Definitions

In plain terms

A 2% rise is represented as 0.02 before it is multiplied by volume.

Technical

r_t = (C_t-C_(t-1))/C_(t-1), requiring a nonzero prior close; the contract uses decimal, not percent, units.

Scope

Multiplying by 100 before applying volume changes the VPT scale by 100.

Formula

r_t = (C_t-C_(t-1))/C_(t-1)
LaTeX: r_t = \frac{C_t-C_{t-1}}{C_{t-1}}
SymbolMeaningUnit
C_tcurrent closeprice

Output unit: decimal return

Examples

  • A reviewer computes Decimal Close Return from a small OHLCV fixture and checks readiness, units, and edge cases before publication.

Common misconceptions

  • Multiplying by 100 before applying volume changes the VPT scale by 100.

Concept relationships

Where this concept is used

Evidence and governance

  1. Price Volume Trend (PVT) TradingView · official platform documentation

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

    Limits: Does not prescribe an adjustment policy, forecast, or trade direction.

  2. On-Balance Volume (OBV) TradingView · official platform documentation

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

    Limits: Does not establish predictive power, trading profitability, or a universal divergence rule.

  3. Volume indicators function group TA-Lib · first party technical publication

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

    Limits: Library compatibility does not by itself prove a project's seed, warm-up, or missing-data policy.

  4. Closing Price Investor.gov · official standard

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

    Limits: A close is not automatically an adjusted close and may vary by market session convention.

  5. What Is Volume? CME Group · official exchange

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

    Limits: Futures contract conventions do not define every equity or digital-asset volume feed.

Reviewed by
fintech-builder-batch-010
Last reviewed
2026-08-01
Next review
2027-08-01
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.