首页
策略
文库
社区
API文档
登录
立即注册
fmzero
关注
私信
17
关注
33
关注者
社区
经验交流
HttpQuery 返回如果失败,会是什么类型?
HttpQuery 返回如果失败,会是什么类型?
创建于: 2019-04-11 22:33:43, 更新于:
3
1640
HttpQuery 如果失败,返回会是什么类型? NULL?还是什么东西?
相关推荐
FMZ intermediate tutorial
FMZ beginer tutorial
请问能否实现一个策略不同周期K线条件的回测?
关于如何在BitMEX挂仅被动成交做市单和批量下单(IO范例)
2.4 How to write a trading strategy on FMZ Quant platform
2.3 Common API explanations
2.2 How to configure the FMZ Quant trading system
谁有 gateio的 合约 python示例代码?
2.1 Introduction to the quantitative trading tool
调用带参数重启接口,一直返回code5, 参数不正确,求教(PHP)
1.4 What are the elements of a complete strategy?
1.3 What are needed for quantitative trading?
Linux托管者最佳升级实践
1.2 Why choose quantitative trading
1.1 What is quantitative trading?
Quantitative trading quick start
请求交易所API,偶尔出现 Timeout
Implementing MACD in Python
OKEX get depth 报错
回测问题请教
全部留言
发明者量化-小小梦
```失败返回 null 。``` 修改一下,超时 返回空字符串。
2019-04-12 08:57:03
发明者量化-小小梦
测试了 ,返回 空字符串。
2019-04-17 08:50:47
fmzero
HttpQuery 出错。提示错误:Get xxxxxxxxxxxxxxxxx: net/http: request canceled (Client.Timeout exceeded while awaiting headers) 不是null if (ret!== null && typeof(ret) !== 'undefined') { JSON.parse(ret) //导致这里出错:SyntaxError: invalid json (at offset 1) } 盼指导
2019-04-17 07:56:14