☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2018
h3h3
July 2018
rakeshr
Modify SL-M order of an open CO
h3h3
July 2018
edited July 2018
in
Python client
How do i change the highlighted price?
The code i'm trying:
try:
new_order_id=kite.modify_order('co',order_id,order_type='SL-M',trigger_price=2945)
print(new_order_id)
What am i missing?
@sujith
Tagged:
Python Client
CO modify
@sujith
doubt.PNG
17.1K
rakeshr
July 2018
@h3h3
Yeah, all the params are correct.Make sure, you are sending order_id for SL-M order and also trigger_price is within the range.
h3h3
July 2018
@rakeshr
okay
This discussion has been closed.
Yeah, all the params are correct.Make sure, you are sending order_id for SL-M order and also trigger_price is within the range.