Will I be able to overcome this issue by modifying the code as shown below.
order_param_single = [{
"exchange": "NSE",
"tradingsymbol": symbol_Buy_Order,
"transaction_type": "BUY",
"variety": "regular",
"product": "MIS",
"or…
@rakeshr
Today also I received a similar error. I am using the below code to find the leverage for intraday order.
#Finding leverage
order_param_single = [{
"exchange": "NSE",
"tradingsymbol":symbol_Buy_Order,
"transaction_…
Thanks very much. I tested the below lode in live market. I am able to get the instrument token and LTP but for timestamp its throwing an error.
def main():
while True:
try:
event = EventQ.get(False) #If False means that the…
I got this error today. when some of other broker's server was also down. Is it because Zerodha's server was unable to fulfill the request/server down?