abcbase.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:zStock 作者: superxhy 项目源码 文件源码
def MACD_CN(close, fastperiod=12, slowperiod=26, signalperiod=9) :
        macdDIFF, macdDEA, macd = tl.MACDEXT(close, fastperiod=fastperiod, fastmatype=1, slowperiod=slowperiod, slowmatype=1, signalperiod=signalperiod, signalmatype=1)
        macd = macd * 2
        return macdDIFF, macdDEA, macd
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号