Reincharts
    Preparing search index...

    This indicator consists of three separate indicators known as "bull power" and "bear power", which are derived from a 13-period exponential moving average (EMA). The three indicator help traders determine the trend direction and isolate spots to enter and exit trades.

    Hierarchy

    Index

    Constructors

    Properties

    defaultProps: {
        clip: boolean;
        fillStyle: { bearPower: string; bullPower: string };
        straightLineStrokeDasharray: string;
        straightLineStrokeStyle: string;
        strokeStyle: string;
        widthRatio: number;
    } = ...

    Methods