Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 06:09:13 +0000



Post From: TCP or websocket connection in study possible?

[2023-02-26 03:38:01]
glacialspring - Posts: 26
I actually haven't implemented websockets yet, but I assume they mean that the orders will not be placed in response to the websocket message without first being read during the regular study update cycle. Polling with their built-in http request is sufficient right now for me, but I would do a buffered websocket client with UpdateAlways and a chart update interval as short you you can.