quantopian/zipline

Have issue registering bundle and ingesting data from .csv Files (5 minutes data from Binance)

Open

#2,750 创建于 2020年8月7日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (17,019 star) (4,633 fork)batch import
Data BundleHelp Wanted

描述

Dear Zipline Maintainers,

Before I tell you about my issue, let me describe my environment:

Environment

  • Operating System: Windows 10 Version 1903
  • Python Version: python 3.5.6
  • How did you install Zipline: conda,

Now that you know a little about me, let me tell you about the issue I am having:

Description of Issue

I have re-formatted the 5 minutes data from Binance and save it as ATOMUSDT-5m-data-bundle.csv in folder: C:\Users\xxxxxxxxxx\anaconda3\envs\env_zipline\Lib\site-packages\zipline\data\bundles\minute

image

Then I ran the below code to register the bundle. But it failed with the below error:

image

  • What did you expect to happen? Bundle successfully registered.

  • What happened instead? Fail to register the custom bundle

Here is how you can reproduce this issue on your machine:

Reproduction Steps

What steps have you taken to resolve this already?

Tried to search everywhere on the web but couldn't find an answer

Anything else?

No

Sincerely, Kian

贡献者指南

Have issue registering bundle and ingesting data from .csv Files (5 minutes data from Binance) · quantopian/zipline#2750 | Good First Issue