zhangshouguo

Results 6 comments of zhangshouguo

这个问题解决了么。我今天在linux(Debian 9)下python版本2.7和3.5都试了,同样的错误

又重新安装了一遍Docker,这次出来下面提示: root@c8dad2556de1:~# python Python 3.6.5 |Anaconda custom (64-bit)| (default, Apr 29 2018, 16:14:56) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from hikyuu.interactive.interactive import...

在家中Linux机器上Docker安装和非Docker出现如下提示: root@1d5ef042c91f:~# python Python 3.6.5 |Anaconda custom (64-bit)| (default, Apr 29 2018, 16:14:56) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from hikyuu.interactive.interactive import...

再运行,出现 root@8d6d72eeef09:~# python Python 2.7.15 |Anaconda custom (64-bit)| (default, May 1 2018, 23:32:55) [GCC 7.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from hikyuu.interactive.interactive import...

开盘撮合已经弄好了,--signal 回测时指定使用信号模式,然后用限价单。data=QA.QAFetch.QAQuery_Advance.QA_fetch_stock_day_adv(code,'2013-01-01',Now) df=data.data open_price=df['open'][-1] order_shares(buy_stock, 300,style=LimitOrder(open_price)) 回测算是弄好了,能讲解下使用rqalpha在本地进行模拟交易或实盘交易的大致步骤么?

另外,build.sh里Anaconda 安装包的URL定清华的 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/下载会快些