zvt.factors.algorithm.macd

zvt.factors.algorithm.macd(s: pandas.core.series.Series, slow: int = 26, fast: int = 12, n: int = 9, return_type: str = 'df', normal: bool = False, count_live_dead: bool = False)