Hello, can anyone help me, with how to get 2/3/5/15 min live data feed using Python code or is there any function to use this interval/candle minutes as a parameter.
Basically, I need a live feed every 5 min, how to achieve that? I am getting fill data by using "ticks" variable, how to get "last_price" from that variable, I subscribe MODE_FULL.
Basically, I subscribed to Connect (2000 credits for 30 days) which is tick by tick day for the day. Assume if I use this websocket using this subscription, I am getting tick by tick data for the day 10-April. But I need 10-April every 5 or 10 or 15 min data, in that case, which subscription I should take, should I need to subscribe to historical data?
if yes, can I subscribe only historical data ?
Thanks.