币安网络套接字延迟
我正在开发自己的 python 加密机器人,但是当我跟踪市场中任何事件的指标和策略时,我与市场滞后大约 30 秒,蜡烛可能会关闭并打开新蜡烛,但我仍在处理旧蜡烛。
我在我的 VPS 上使用 python 3 和 linux ubuntu 运行它,并使用下面的库作为 websocket。
I am developing my own python cryptobot but when I am tracking my indicators and strategy with any event in market I lag from market about 30 seconds and it might the candle will be close and will open new candle but I am working on old candle still.
I run it on my VPS with python 3 and linux ubuntu and I use these below library for websocket.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
延迟是由于客户端计算机 CPU 对“消息”中断进行排队而导致的。在具有更高 CPU 速度的客户端计算机上尝试。
Lag is caused by a slow client computer CPU which queues the "on message" interrupts. Try it on a client computer with higher CPU speed.