☰
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
13.9K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
994
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.