@c_harish @admin , even i faced this issue today while placing order via API, thank god, i was just testing and lost a little of only 500rs, not more, Admin please investigate this issue
kiran1808
@kiran1808
Best posts made by kiran1808
Latest posts made by kiran1808
-
RE: Issue while placing order and unauthorized order in my account.
-
RE: Can't stop reactor that isn't running.
@rajanprabu that doesnt work:
def on_tick(ws, tick):
for i in tick:
for j, k in i.items():
if j == 'ltp':
print(k)
on_close(WS,'S562xxxx','test_stop') -
Can't stop reactor that isn't running.
I'm trying to get the ltp using websocket, and when i try to close the program in between using ctrl+c, i get errors "Can't stop reactor that isn't running", how to automatically exit the program after printing LTP only once?
def on_tick(ws, tick):
for i in tick:
for j, k in i.items():
if j == 'ltp':
print(k)
#how to exit here? -
RE: Get Order details
@James-Bond Thanks a lot for sharing, have a great day :)
-
Get Order details
Hi, can anyone post the code to get order details in python?
Thanks in advance -
RE: Livefeed using sockets
What does the response key:values mean?
Would be helpful if someone can explain what does the below values like tm,tvalue,ak,msg,etc mean, where can i find the documentation for these?Ticks: [{'name': 'tm', 'tvalue': '25/02/2021 23:31:21'}
Ticks: [{'ak': 'ok', 'msg': 'connected', 'task': 'cn'}] -
Getting live market price
Hi,
I'm new to this platform, can anyone help me how to get live price of stock in python.
Thanks in advance