Oh God. . I sent with 1682.4 and not 1672.4 .
And i am using these APIs from many months. and i know how to use them.
And there is no issue with inputs and i tried all combinations.
Please look into the issue seriously and give some resolution.
I saw the issue manually also sometimes while changing stop loss. it shows error saying trigger price should be lower than LTP . some issue from ur side. could you please help soon. its really blocking me
its second leg order. means, i placed the cover order which got triggered and now trying to modify the stop loss for the trigger pending order.
I tried with "order_type=kite.ORDER_TYPE_SLM" also but still same issue.
Here is the issue ,
For trigger pending buy orders API is expecting the price should be lesser than LTP ( instead of higher value). and when i give less price its accepting and executing but in the orders i see error message.
Its clearly api issue…
Rakeshr/Sujith,
I am using correct order_id and everything was working perfectly fine from more than an year.
Please i am requesting you guys again to give some sample code instead of asking to try something & pointing to some irrelevant links. …
is this fine?
kite.modify_order(order_id=order_id,variety=variety=kite.VARIETY_CO,parent_order_id=parent_order_id,\
quantity=int(pending_quantity), price=0, order_type=order_type, trigger_price=new_price,\
…
I am unable to do it. it was working fine for many months . Dont know why its not working now. atleast give me a sample code for how to change stop loss for cover orders
change_percent & change are coming as '0' in "quote" function.. it used to work earlier.
I haven't done any upgrade.. Please help..
>>> kite.quote("NSE","INFY")
{'volume': 593024, 'sell_quantity': 272562, 'last_time': '2018-03-28 10:…