M_MFIN, L_TFH, M_M, J_KBANK for these stocks I am not able to get market data. as these stock's symbols have "_" underscore. can you @SRIJAN @rakeshr please support me on this ?
@rakeshr, @SRIJAN i'm getting error. My moto is every 5 minutes once, I want the uptaded ticks once for all the 1500 token's ticks in a variable and need to process that variable. Is it possible. ?
can you pls help me with it , how to do that ?
@SRIJAN time.sleep is not working in
while True:
time.sleep(50)
count+=1
if(count%2==0):
if kws.is_connected():
kws.set_mode(kws.MODE_FULL,tokens)
else:
…
@sriJAN Thank you the above support. yesterday I'm able to receive data through python web socket. But today Saturday I'm getting this error.
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (WebSocket connection u…
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)
I'm getting this below error when I use time.sleep in def on_ticks(w…