@sujith I've updated my code as per below temporarily while i modify code as per above solution.. but this throwing error
"name 'ReadTimeout' is not defined"
am i missing something?
from kiteconnect import exceptions
try:
…
@sujith
Thanks was able to square off, however I see that i have manually bought intra position in BSE, but I squared off in NSE... Is this OK... Is there any penalty from exchange if i keep this as it is..
14:43:18 BUY HDFC NSE MIS 1 / 1 1,8…
@rakeshr
Yes I have code that convert it to instrument token, I have tested the complete script and the same is perfectly fine...
What I need your guidance is i don't want to manually enter name, and need to pull from SP
where SP = BANKNIFTY20JU…
Thanks @rakeshr
It worked fine...
One more query, I know this is not the platform to get coding support, but would be a great help if you can guide....
In Python after executing all logic, I am getting output saved in variable named "SP"
Say t…
Hello,
@rakeshr
Can you please guide where I'm wrong, as the data is still coming..
def on_connect(ws, response):
ws.subscribe(inst_token)
ws.set_mode(ws.MODE_QUOTE, inst_token)
def unsubscribe(self, inst_token):
"""
Unsubscrib…