☰
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.8K
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
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
May 2017
sujith
May 2017
apind81
NFO, BO order
apind81
May 2017
in
Python client
I am using the following python code to place BO order in NFO segment.
kite.order_place(tradingsymbol=tradingsymbol, exchange=exchange, quantity=trade_quantity,
transaction_type=transaction_type, order_type="LIMIT", price=l_price, product="MIS",
squareoff_value=p_value, stoploss_value=sl_value, trailing_stoploss=t_value)
The above code executes only one LIMIT order (order executes immediately as price already met), but NO squareoff order, stop loss order are placed!!!
Any help?
Tagged:
python
BO order
p
apind81
May 2017
Found that I missed key parameter
variety = 'bo'
Is there anything else I am missing?
sujith
May 2017
Hi
@apind81
,
Check out this
example
for placing bracket order.
Sign In
or
Register
to comment.
Is there anything else I am missing?
Check out this example for placing bracket order.