gpt4 book ai didi

python - python-zipline 中没有这样的选项错误

转载 作者:行者123 更新时间:2023-11-28 18:30:24 24 4
gpt4 key购买 nike

我是 zipline 的新手。我正在按照初学者教程来熟悉它。当我尝试按照 ipython 单元格中的教程运行算法时:

from zipline.api import order_target, record, symbol, history
import numpy as np
import pandas as pd

from zipline.examples import buyapple
%load_ext zipline
%%zipline --start 2000-1-1 --end 2014-1-1 --symbols AAPL


def initialize(context):
pass

def handle_data(context, data):
order(symbol('AAPL'), 10)
record(AAPL=data[symbol('AAPL')].price)

我收到这样的错误:NoSuchOption: no such option: --symbols

我尝试运行 python -m zipline run -f ../../zipline/examples/buyapple.py --start 2000-1-1 --end 2014-1-1 --symbols AAPL -o buyapple_out.pickle 在 cli 中也出现了同样的错误。你知道是什么原因吗?我该如何解决?先感谢您!

最佳答案

我运行了这个命令 $ zipline ingest,它默认获取 quantopian-quandl 数据包。

下载完成后,我删除了有问题的开关:--symbols AAPL,教程似乎可以正常运行。

关于python - python-zipline 中没有这样的选项错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37960471/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com