☰
Login
Signup
Home
›
Algorithms and Strategies
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.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
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
December 2017
krishna56h
December 2017
sujith
How do I place market bracket order through kiteconnect api
krishna56h
December 2017
in
Algorithms and Strategies
I am unable to place the market order for BO type. only limit order is getting executed
kite.order_place(tradingsymbol='SBIN',exchange='NSE',quantity=5,price=320,squareoff_value=1,stoploss_value=3,variety='bo',transaction_type='BUY',order_type='MARKET',product='MIS',validity='DAY')
I tried removing the price=320 however it is not getting executed. please share the workaround or correct syntax for the same. Thanks in advance
sujith
December 2017
Hi,
You can check out example
here
.
sujith
December 2017
Hi,
The bracket order currently only supports limit order type. You need to place the order with price above last_price which will result in market order.
krishna56h
December 2017
Thanks
This discussion has been closed.
You can check out example here.
The bracket order currently only supports limit order type. You need to place the order with price above last_price which will result in market order.