掘金社区
('config status: ', 0) ('exit code: ', 1004)是什么意思?Pinned highlighted
139809***724
发表在掘金2 2016-06-18 02:42:49
掘金2
601
1
0
如题,
def on_bar(self, bar):
print ("return bar")
if self.oc:
self.open_long(bar.exchange, bar.sec_id, 0, 100)
else:
self.close_long(bar.exchange, bar.sec_id, 0, 100)
self.oc = not self.oc
run 并不打印
评论: 1
-
ERR_AUTH_LOGIN = 1004 # "无法登录掘金认证服务"
请看文档如何查询错误代码: http://myquant.cn/docs/api/errors/#_2
相关阅读
问题反馈'set_token' is not defined