trading-signals
    Preparing search index...

    Type Alias MACDConfig

    type MACDConfig = {
        indicator: typeof EMA | typeof DEMA;
        longInterval: number;
        shortInterval: number;
        signalInterval: number;
    }
    Index

    Properties

    indicator: typeof EMA | typeof DEMA
    longInterval: number
    shortInterval: number
    signalInterval: number