avatar of diehack diehack
关注 私信
0
关注
0
关注者

回测没问题,但是用托管机器人跑 竟然没有 Unix() 这个函数?

创建于: 2019-09-29 21:10:01, 更新于:
comments   3
hits   1429

`py Traceback (most recent call last): File "<string>", line 1023, in __init_botvs__ File "<string>", line 246, in <module> File "<string>", line 44, in main File "<string>", line 2, in wait_Time NameError: global name 'Unix' is not defined 回测跑起来没问题,但是用托管去跑模拟盘,就出现没有Unix这个函数

相关推荐
全部留言
avatar of QCoder
QCoder
这个Python漏掉了, 已经加上了
2019-10-06 16:51:38
avatar of 发明者量化-小小梦
发明者量化-小小梦
测试了,JS语言支持这个函数,Python 语言不支持。
2019-09-30 08:56:32
avatar of diehack
diehack
知道了。。之前的版本还有unix这个函数 现在只能用 Timestamp=UnixNano()/1000000 去取了
2019-09-29 21:26:37