I started my program around 9:14 am to wait till market opening and receive ticks from 9:15 onwards. But the on_ticks method does not get called after market opened also, what could be the reason? in my program i just initiated websocket with connect() method before 9:15. Or is there any other way to achieve similar effect.
Refer the sample websocket code here:
https://github.com/zerodha/pykiteconnect#websocket-usage