Reincharts
    Preparing search index...

    The Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements.

    Hierarchy

    Index

    Constructors

    Properties

    clipPathId1: string = ...
    clipPathId2: string = ...
    defaultProps: {
        middle: number;
        overBought: number;
        overSold: number;
        strokeDasharray: {
            bottom: strokeDashTypes;
            line: strokeDashTypes;
            middle: strokeDashTypes;
            top: strokeDashTypes;
        };
        strokeStyle: {
            bottom: string;
            insideThreshold: string;
            line: string;
            middle: string;
            outsideThreshold: string;
            top: string;
        };
        strokeWidth: {
            bottom: number;
            insideThreshold: number;
            middle: number;
            outsideThreshold: number;
            top: number;
        };
    } = ...

    Methods