- Forums
- Help
- 关于GetTicker,GetDepth的疑问?请大神们教我!!!
关于GetTicker,GetDepth的疑问?请大神们教我!!!
Author:
pcoin004, Created: 2019-08-26 18:46:07, Updated:
请问在实盘中使用GetTicker,GetDepth函数,使用的是rest还是ws协议?
More
- FMZ(麦语言)如何实现对某一个单独的信号进行复核
- java Float.parseFloat(str) 不能用?
- 【BITMEX】呼叫梦总大神~ 如何知道FMZ的GETORDER或GETORDERS函数的源代码?在使用原生API时重写这个函数,总是遇到签名无效(显示HTTP error).
- Error with deribit
- 求一个简单的digifinex.vip简单对敲刷量脚本
- Traceback (most recent call last): File "<string>", line 1021, in __init_botvs__ File "<string>", line 189, in <modu请问这是什么错误?File "<string>", line 155, in main File "<string>", line 19, in __init__ File "<string>", line 579, in <lambda> File "<string>", l
- 请问python报错No module named matplotlib.pyplot怎么处理?在哪里安装第三方库呀?
- 模拟回测是不支持火币和okex合约吗?选项里面没有
- 求助,请问一下哪位大佬有fmz等级3的推荐链接,麻烦发一下
- 请问一个实盘调用okex v3的websocket的问题?请大神们教我!!!!!!!!!
- 怎样在代码里停止机器人
- HttpQuery body
- 已解决,谢谢
- 向各位大神跪求解决答案!!!!!!!!!!
- 支持外部信号webhook吗
- 使用数字货币交易类库 (期货支持OKCoin期货/BitVC, 支持$.CTA函数)模板开仓方法执行了两次
- GetAccount: 400: {"code":32002,"message":"Needed confirm futures exchange"}
- HttpQuery疑似bug反馈
- FMZ量化平台策略编写进阶教程
- 可以创建多个文件么,一个文件调用另一个文件里的方法
小草 可能没变化不会推送,你自己要研究下
小草 rest https://www.fmz.com/bbs-topic/4158
pcoin004 谢谢,您的回答,我用okex的v3 ws
param1 = {"op": "subscribe", "args": ["futures/ticker:ETH-USD-190927"]}
client1 = Dial( "wss://real.okex.com:8443/ws/v3|compress=gzip_raw&mode=recv&reconnect=true&payload=" + json.dumps(param1))
while 1:
tick = json.loads(client1.read())
Log(tick)
Sleep(100)
为什么实际接收到的数据间隔至少在4s以上,比用GetTicker还慢,这是什么原因呢?