Interface IMACDOptions

interface IMACDOptions {
    LONG: number;
    MID: number;
    SHORT: number;
}

Properties

Properties

LONG: number

慢速(一般选26日)移动平均值

MID: number

MACD的反转信号界定为“差离值”的9日移动平均值(9日DIF)

SHORT: number

快速(一般选12日)移动平均值