cedricporter / funcat

Funcat 将同花顺、通达信、文华财经麦语言等的公式写法移植到了 Python 中。
http://funcat.org
Apache License 2.0
941 stars 421 forks source link

替换 DataBackend 为 RQAlpha 的 DataProxy出错 #38

Open ksgt00857912 opened 4 years ago

ksgt00857912 commented 4 years ago

1. funcat 的版本

0.3.2

2. Python 的版本

3.8

3. 是 Windows / Linux / MacOS or others?

Windows

4. 您出现问题对应的源码 / 或者能复现问题的简易代码

set_data_backend(RQAlphaDataBackend("~/.rqalpha/bundle"))

5. 您出现的错误堆栈日志信息

self.data_proxy = DataProxy(BaseDataSource(os.path.expanduser(bundle_path))) TypeError: init() missing 1 required positional argument: 'custom_future_info'

pigling commented 4 years ago

请问这个问题解决了吗?我也是在这里报错了。