trading-signals
    Preparing search index...

    Class StochasticRSI

    Stochastic RSI (STOCHRSI) Type: Momentum

    The Stochastic RSI is an oscillator ranging from 0 to 1 and was developed by Tushar S. Chande and Stanley Kroll. Compared to the RSI, the Stochastic RSI is much steeper and often resides at the extremes (0 or 1). It can be used to identify short-term trends.

    • A return value of 0.2 or below indicates an oversold condition
    • A return value around 0.5 indicates a neutral market
    • A return value of 0.8 or above indicates an overbought condition
    • Overbought doesn't mean that the price will reverse lower but it shows that the RSI reached an extreme
    • Oversold doesn't mean that the price will reverse higher but it shows that the RSI reached an extreme

    The Stochastic RSI is often read through crossovers of its %K (fast) and %D (signal) lines. A %K crossing above %D in the oversold zone (below 20) may suggest a buy, while a %K crossing below %D in the overbought zone (above 80) can signal a potential sell.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    highest?: Big
    interval: number
    lowest?: Big
    smoothing: { d: MovingAverage; k: MovingAverage } = ...

    Accessors

    • get isStable(): boolean

      Returns boolean

    Methods

    • Parameters

      • inputs: readonly BigSource[]
      • replace: boolean = false

      Returns (null | Big)[]