币安网络套接字延迟

发布于 2025-01-20 02:07:29 字数 269 浏览 0 评论 0原文

我正在开发自己的 python 加密机器人,但是当我跟踪市场中任何事件的指标和策略时,我与市场滞后大约 30 秒,蜡烛可能会关闭并打开新蜡烛,但我仍在处理旧蜡烛。

我在我的 VPS 上使用 python 3 和 linux ubuntu 运行它,并使用下面的库作为 websocket。

python-binance

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.

python-binance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡写薰衣草的香 2025-01-27 02:07:29

延迟是由于客户端计算机 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文