Reincharts
    Preparing search index...

    The Stochastic Oscillator is a momentum indicator that shows the location of the close relative to the high-low range over a set number of periods.

    Hierarchy

    Index

    Constructors

    Properties

    defaultProps: {
        middle: number;
        overBought: number;
        overSold: number;
        strokeStyle: {
            bottom: string;
            dLine: string;
            kLine: string;
            middle: string;
            top: string;
        };
    } = ...

    Methods