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

通用协议无法建立连接

创建于: 2018-05-23 13:43:10, 更新于:
comments   1
hits   1559

function main() { var url = “https://api.bloex.com/ticker/get”; var result = exchange.IO(“api”,“POST”,url); Log(result); }

运行结果如下,问题出在哪里呢:

信息 false 2018-05-23 13:18:52 Exchange 错误 Futures_OP 4: Post http://127.0.0.1:6666/exchange: dial tcp 127.0.0.1:6666: connectex: No connection could be made because the target machine actively refused it. 2018-05-23 13:18:51

重启

相关推荐
全部留言
avatar of 发明者量化-小小梦
发明者量化-小小梦
需要自己编写 通用协议 插件程序,并不是 在添加交易所的时候 选择通用协议 这项 就可以直接使用了。
2018-05-24 09:34:35