I have a fairly adequate bot using API-NG but its not really good enough for in play horse racing as I get around 4 to 5 updates per second. Before I put all the effort in to change to streaming does anyone have an idea what number of price updates per second I could get ?
Changing over to streaming - worth it ?
Collapse
X
-
Streaming is not about the number of market update you receive. It's about the amount of cpu that is used.
Without streaming you're going around in a loop and killing your cpu usage.
With streaming your program waits for market changes to be sent.
Comment
-
My pnl would strongly disagree! But yes it also reduces cpu, client and server.Originally posted by LetsGo View PostStreaming is not about the number of market update you receive. It's about the amount of cpu that is used.
Without streaming you're going around in a loop and killing your cpu usage.
With streaming your program waits for market changes to be sent.
Comment


Comment