☰
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.6K
All Categories
0
Incidents
172
Node JS client
48
Go client
822
.Net API client
394
Kite Publisher
550
.Net / VBA / Excel (3rd party)
480
Algorithms and Strategies
1K
Java client
1.2K
API clients
408
PHP client
4.2K
Python client
357
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
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.