abcbase.py 文件源码

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

项目:zStock 作者: superxhy 项目源码 文件源码
def CCI_DAY(self, context, security, data={}, ref=0):
        CCI = self.CCI_DATA_DAY(context, security, data, ref+1)
        if np.isnan(CCI[-1]):
            return 0
        return CCI[-1-ref]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号