FTB-C000411 / Indicator

Fast Stochastic Percent K

Fast Stochastic Percent K is one hundred times the close's distance above the rolling lowest low divided by the rolling high-low range.

Also known asFast %K

Definitions

In plain terms

It places the current close on a zero-to-100 scale when the selected range has positive width.

Technical

The implementation freezes lookback, high/low/close basis, window endpoints, ties, zero-range policy, readiness, and precision.

Scope

It is a position within a range, not a percentage return.

Formula

Fast %K = 100 * (C - LL) / (HH - LL)
LaTeX: K^f_t=100\frac{C_t-LL_t}{HH_t-LL_t}
SymbolMeaningUnit
C_tcurrent closeprice
LL_trolling lowest lowprice
HH_trolling highest highprice

Output unit: percent

Examples

  • A governed lesson calculates or identifies Fast Stochastic Percent K only after its inputs, window, state, scale, and edge cases are declared.

Common misconceptions

  • It is a position within a range, not a percentage return.

Concept relationships

Where this concept is used

Evidence and governance

  1. Stochastic Oscillator Slow TA-Lib · first party technical publication

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

    Limits: Moving-average types, zero-range policy, and first-ready indexes can differ across implementations.

Reviewed by
fintech-builder-batch-008
Last reviewed
2026-07-29
Next review
2027-07-29
Record status
published