imaging.py 文件源码

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

项目:Quantrade 作者: quant-trade 项目源码 文件源码
def generate_monthly_heatmaps(loop):
    brokers = Brokers.objects.all()
    path_to = join(settings.DATA_PATH, "performance")
    filenames = multi_filenames(path_to_history=path_to)

    loop.run_until_complete(gather(*[make_heat_img(\
        path_to=path_to, filename=filename) for filename in filenames], \
        return_exceptions=True))

    #AI50 index heatmap
    loop.run_until_complete(gather(*[qindex_heatmap(broker=broker.slug) for broker in brokers],
        return_exceptions=True))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号