I need 1min OHLCV of latest completed bar instead of RTD
Answered
Hi,
I'm currently working on my Excel based tool but I require a very small bandwidth footptint.
Is it possible to get OHLCV values of 1 minute intervals every 1m if query is looped instead of RTD because the number of symbols would be 100 concurrently?
Thanks.
Yes, we now have a websockets API, which can do just that.
Also, you would not need to poll the server every 1 minute. Once you subscribe the symbols, you would start getting the 1 min bar (OHLCV) automatically from the server at every 1 min interval. We have used SignalR here, which is able to push the 1 min bars to you as soon as the bar is completed.
Contact our Live Chat Support for further assistance.
Yes, we now have a websockets API, which can do just that.
Also, you would not need to poll the server every 1 minute. Once you subscribe the symbols, you would start getting the 1 min bar (OHLCV) automatically from the server at every 1 min interval. We have used SignalR here, which is able to push the 1 min bars to you as soon as the bar is completed.
Contact our Live Chat Support for further assistance.
Replies have been locked on this page!